02 2011 档案

摘要:http://sd.csdn.net/a/20100908/279219.html 阅读全文
posted @ 2011-02-28 09:54 空紫竹 阅读(140) 评论(0) 推荐(0)
摘要:1. AspNetCompatibilityRequirements设置这个是为了WCF走ASP.NET管线,能够获取到asp.net上下文信息。 如: HttpContext.Current对应于这个设置,在web.config的<system.serviceModel>中需要加上<serviceHostingEnvironment aspNetCompatibilityEnabled="true"> 阅读全文
posted @ 2011-02-28 09:25 空紫竹 阅读(228) 评论(1) 推荐(0)
摘要:进入about:config.修改dom.ipc.plugins.enabled.npctrl.dll,把它由true改成false重启Firefox就可以调试了。 阅读全文
posted @ 2011-02-23 13:31 空紫竹 阅读(383) 评论(0) 推荐(0)
摘要:水晶报表安装在windows 7上时,错误提示: The Report Application Server service depends the following service: NtLmSsp. This service might not be installed.后来我发现把依赖关系中的NtLmSsp服务删除就可以了。 阅读全文
posted @ 2011-02-16 08:49 空紫竹 阅读(368) 评论(0) 推荐(0)