nhtoby

  博客园 :: 首页 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::
  14 随笔 :: 1 文章 :: 5 评论 :: 0 引用

最新评论

re: TCP/IP网络编程学习日记(二) coohao 2007-09-19 10:50  
不错,好东西
不过 客户端 服务器刚好相反,呵呵
re: C#用TCP连接发送和接收数据 cnbreak 2007-09-09 08:08  
如果发送和接收的数据长度超过1024个byte时该如何处理啊。LZ的代码中,无论接收和发送都没有时行循环,而且缓冲区大小都设置为1024byte,会不会有问题?
那你试一下把系统的根目录设为对User组有修改的权限吧,这样应该就不会出错了
你好,我也遇到了这个问题。

我的程序以前在服务器上运行都是正常的,忽然今天就不行了,出现错误:
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控制权限设成全部控制。

还是不行。

请老师告知,谢谢!

bluesky_wjs@163.com
re: ASP.NET 2.0,无刷新页面新境界 xiaomi7732 2007-05-11 21:54  
收藏学习。