09 2015 档案
转: rdlc报表An error occurred during local report processing错误
摘要:在开发环境的电脑上可生成报表,但是一到客户端就提示An error occurred during local report processing错误。猜想是缺dll,补充上Microsoft.ReportViewer.Common.dllMicrosoft.ReportViewer.WinForm... 阅读全文
posted @ 2015-09-28 22:09 Jeacathy 阅读(1773) 评论(0) 推荐(0)
自己创建的Window服务,经常变为挂起状态,重启失败的处理
摘要:Window服务启动后,运行一段时间,会被挂起,就我知道的原因,服务运行过程中出现异常,但程序中没有捕获,导致服务被挂起。重启服务失败,在服务界面状态为停止,在命令行中通过命令 “sc queryex 服务名" 查询状态为State : 3 Stop-Pending 。通过 "sc start 服务... 阅读全文
posted @ 2015-09-06 10:28 Jeacathy 阅读(1132) 评论(0) 推荐(0)
C# 项目引用WebService,提示报错“在 ServiceModel 客户端配置部分中,找不到引用协定...”
摘要:项目情况:C# 类库项目里引用了WebService,Web层调用类库,将返回的Json结果在Web界面展示在类库添加了服务引用,命名为:XSystemWebservice,在代码中使用: XSystemWebservice.XSystemWebserviceSoapClient r = new X... 阅读全文
posted @ 2015-09-01 16:06 Jeacathy 阅读(5085) 评论(0) 推荐(0)