当前位置:编程学习 > C#/ASP.NET >>

===水晶报表问题:文件 UNKNOWN.RPT 内出错====

我用ms2005自带的水晶报表做的程序,以前都很正常的,今天忽然在服务器上不行了,出现错误:

Server Error in '/' Application.
--------------------------------------------------------------------------------

文件 UNKNOWN.RPT 内出错:
无法将请求提交给后台处理。 
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. 

Exception Details: System.Runtime.InteropServices.COMException: 文件 UNKNOWN.RPT 内出错:
无法将请求提交给后台处理。

Source Error: 


Line 19: 
Line 20:         Dim reportPath As String = Server.MapPath("report_cn.rpt")
Line 21:         oRpt.Load(reportPath)
Line 22: 
Line 23: 
 

在本地是可以的。
我把服务器上的.net2.0和水晶报表的插件(vs2005下的x86下的文件)都重新安装了一下,还是不行。

我把服务器上的temp文件夹的user控制权限设成全部控制。

还是不行
救命啊。 --------------------编程问答-------------------- 顶上去 --------------------编程问答-------------------- 大家帮忙啊 --------------------编程问答-------------------- 再顶上去吧 --------------------编程问答-------------------- 没有人遇到过这个问题? --------------------编程问答-------------------- 中午不吃饭也要答案 --------------------编程问答-------------------- 再问 --------------------编程问答-------------------- 今天我也遇到了这个问题,经过半天努力解决了

原因是我为了服务器的安全,我把服务器上C盘的users组给删除了

只要把users组加回来,给个读取权限就好了
补充:.NET技术 ,  ASP.NET
CopyRight © 2022 站长资源库 编程知识问答 zzzyk.com All Rights Reserved
部分文章来自网络,