﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>博客园-nhtoby-最新评论</title><link>http://www.cnblogs.com/nhtoby/CommentsRSS.aspx</link><description /><language>zh-cn</language><pubDate>Mon, 11 Aug 2008 08:13:10 GMT</pubDate><lastBuildDate>Mon, 11 Aug 2008 08:13:10 GMT</lastBuildDate><generator>cnblogs</generator><item><title>re: TCP/IP网络编程学习日记(二)</title><link>http://www.cnblogs.com/nhtoby/archive/2007/09/19/750394.html#898105</link><dc:creator>coohao</dc:creator><author>coohao</author><pubDate>Wed, 19 Sep 2007 02:50:00 GMT</pubDate><guid>http://www.cnblogs.com/nhtoby/archive/2007/09/19/750394.html#898105</guid><description><![CDATA[不错，好东西<br>不过 客户端 服务器刚好相反，呵呵<br><br><div align=right><a style="text-decoration:none;" href="http://www.cnblogs.com/nhtoby/" target="_blank">coohao</a> 2007-09-19 10:50 <a href="http://www.cnblogs.com/nhtoby/archive/2007/09/19/750394.html#898105#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: C#用TCP连接发送和接收数据</title><link>http://www.cnblogs.com/nhtoby/archive/2007/09/09/747367.html#887187</link><dc:creator>cnbreak</dc:creator><author>cnbreak</author><pubDate>Sun, 09 Sep 2007 00:08:00 GMT</pubDate><guid>http://www.cnblogs.com/nhtoby/archive/2007/09/09/747367.html#887187</guid><description><![CDATA[如果发送和接收的数据长度超过1024个byte时该如何处理啊。LZ的代码中，无论接收和发送都没有时行循环，而且缓冲区大小都设置为1024byte，会不会有问题？<br><br><div align=right><a style="text-decoration:none;" href="http://www.cnblogs.com/nhtoby/" target="_blank">cnbreak</a> 2007-09-09 08:08 <a href="http://www.cnblogs.com/nhtoby/archive/2007/09/09/747367.html#887187#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: net下用水晶报表10出现“UNKNOWN.RPT 无法将请求提交后台处理”</title><link>http://www.cnblogs.com/nhtoby/archive/2007/05/28/739063.html#762725</link><dc:creator>toby chen</dc:creator><author>toby chen</author><pubDate>Mon, 28 May 2007 09:02:00 GMT</pubDate><guid>http://www.cnblogs.com/nhtoby/archive/2007/05/28/739063.html#762725</guid><description><![CDATA[那你试一下把系统的根目录设为对User组有修改的权限吧，这样应该就不会出错了<br><br><div align=right><a style="text-decoration:none;" href="http://www.cnblogs.com/nhtoby/" target="_blank">toby chen</a> 2007-05-28 17:02 <a href="http://www.cnblogs.com/nhtoby/archive/2007/05/28/739063.html#762725#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: net下用水晶报表10出现“UNKNOWN.RPT 无法将请求提交后台处理”[未登录]</title><link>http://www.cnblogs.com/nhtoby/archive/2007/05/28/739063.html#762667</link><dc:creator>王</dc:creator><author>王</author><pubDate>Mon, 28 May 2007 08:27:00 GMT</pubDate><guid>http://www.cnblogs.com/nhtoby/archive/2007/05/28/739063.html#762667</guid><description><![CDATA[你好，我也遇到了这个问题。<br><br>我的程序以前在服务器上运行都是正常的，忽然今天就不行了，出现错误：<br>Server Error in '/' Application.<br>--------------------------------------------------------------------------------<br><br>文件 UNKNOWN.RPT 内出错：<br>无法将请求提交给后台处理。 <br>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. <br><br>Exception Details: System.Runtime.InteropServices.COMException: 文件 UNKNOWN.RPT 内出错：<br>无法将请求提交给后台处理。<br><br>Source Error: <br><br><br>Line 19: <br>Line 20:         Dim reportPath As String = Server.MapPath(&quot;report_cn.rpt&quot;)<br>Line 21:         oRpt.Load(reportPath)<br>Line 22: <br>Line 23: <br> <br><br>在本地是可以的。<br>我把服务器上的.net2.0和水晶报表的插件（vs2005下的x86下的文件）都重新安装了一下，还是不行。<br><br>我把服务器上的temp文件夹的user控制权限设成全部控制。<br><br>还是不行。<br><br>请老师告知，谢谢！<br><br>bluesky_wjs@163.com<br><br><br><div align=right><a style="text-decoration:none;" href="http://www.cnblogs.com/nhtoby/" target="_blank">王</a> 2007-05-28 16:27 <a href="http://www.cnblogs.com/nhtoby/archive/2007/05/28/739063.html#762667#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: ASP.NET 2.0，无刷新页面新境界</title><link>http://www.cnblogs.com/nhtoby/archive/2007/05/11/742691.html#743421</link><dc:creator>xiaomi7732</dc:creator><author>xiaomi7732</author><pubDate>Fri, 11 May 2007 13:54:00 GMT</pubDate><guid>http://www.cnblogs.com/nhtoby/archive/2007/05/11/742691.html#743421</guid><description><![CDATA[收藏学习。<br><br><div align=right><a style="text-decoration:none;" href="http://www.cnblogs.com/nhtoby/" target="_blank">xiaomi7732</a> 2007-05-11 21:54 <a href="http://www.cnblogs.com/nhtoby/archive/2007/05/11/742691.html#743421#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>
