最新评论
Re:手动配置WCF宿主的.config文件遇到的几种错误 于风 2012-05-22 11:58
注意name属性
Re:(转)SQL Server自定义函数 lqi7457 2012-05-08 01:04
thanks for your sharing
Re:(转)SQL Server自定义函数 lqi7457 2012-05-08 01:03
thanks for your sharing
Re:手动配置WCF宿主的.config文件遇到的几种错误 山的女儿 2011-02-24 11:24
我在配置文件里设置好behaviorConfiguration="CalculatorServiceBehavior"了,可还是出现这个错误:“application soap+xml charset utf-8 客户端和服务绑定可能不匹配"
Re:(转)silverlight中button不响应mouseleftbuttondown的原因 宁逍遥 2010-11-16 13:48
非常感谢楼主,非常感谢原文作者,Thank you,Thank Godness
Re:(转)silverlight跨域访问webservice 周争义 2010-06-04 17:27
WebServiceHost方式启动服务后,Silverlight访问服务出下面的错误信息:{System.Security.SecurityException ---> System.Security.SecurityException: 安全性错误。
位于 System.Net.Browser.BrowserHttpWebRequest.InternalEndGetResponse(IAsyncResult asyncResult)
位于 System.Net.Browser.BrowserHttpWebRequest.<>c__DisplayClass5.<EndGetResponse>b__4(Object sendState)
位于 System.Net.Browser.AsyncHelper.<>c__DisplayClass2.<BeginOnUI>b__0(Object sendState)
--- 内部异常堆栈跟踪的结尾 ---
位于 System.Net.Browser.AsyncHelper.BeginOnUI(SendOrPostCallback beginMethod, Object state)
位于 System.Net.Browser.BrowserHttpWebRequest.EndGetResponse(IAsyncResult asyncResult)
位于 System.Net.WebClient.GetWebResponse(WebRequest request, IAsyncResult result)
位于 System.Net.WebClient.DownloadBitsResponseCallback(IAsyncResult result)}
请问怎么解决啊?用IIS托管启动服务可以正常访问。
re: (转)IComparer 和 IComparable 飞鸽传书 2009-06-25 16:54
正在研究排序问题。
