Angelo Lee's Blog
This is my kingdom .If i don't fight for it ,who will ?
上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 55 下一页
摘要: ConfigSource attribute on system.serviceModel sectionThe configSource attributewas firstly introduced in.NET framework 2.0 tosupport external configuration files.This attribute can be added to any configuration section to specify a an external file forthat section. Using an external configuration so 阅读全文
posted @ 2011-12-19 13:23 Angelo Lee 阅读(187) 评论(0) 推荐(0) 编辑
摘要: What Is Ilasm And Ildasm ?IlasmIldasmHow to Open Ilasm and Ildasm?ilasm位于相应的.NET Framework目录中,比如:C:\Windows\Microsoft.NET\Framework\v2.0.50727\ilasm.exe 阅读全文
posted @ 2011-12-17 21:32 Angelo Lee 阅读(124) 评论(0) 推荐(0) 编辑
摘要: Recently I came across a problem with Windows Communication Foundation Services and IIS 7.What I did is, deploy a .SVC file to my IIS 7.The service worked during development on the local ASP.NET Dev Webserver, but after deploying it to the server, there was an error:HTTP Error 500.19 - Internal Serv 阅读全文
posted @ 2011-12-15 15:04 Angelo Lee 阅读(231) 评论(0) 推荐(0) 编辑
摘要: Link:WCF 4.0 service consumed in Silverlight 4.0 with cross domain 阅读全文
posted @ 2011-12-15 10:13 Angelo Lee 阅读(95) 评论(0) 推荐(0) 编辑
摘要: Cross-domain calls and server side debugging of Silverlight applicationWell, in this post, I’ll touch two of most major problems with Silverlight development: Cross-Domain remote calls and Server-Side development and debugging. Two of those problem are related, but still happens one without an other 阅读全文
posted @ 2011-12-15 09:20 Angelo Lee 阅读(180) 评论(0) 推荐(0) 编辑
摘要: Silverlight Crossdomain Access WebService And Debug主要是在你的Web Service目录下,放个clientaccesspolicy.xml注意是根目录。我只有放在C:\netpub\wwwroot才行,虚拟目录下不行。在项目中使用SilverLight调用WebService,经常出现在Debug状态下无法访问WebService的情况。假设WebService部署在http://localhost/SonicLocalizationService /LocalizationWebService.asmx。当以Debug运行SilverLi 阅读全文
posted @ 2011-12-15 08:42 Angelo Lee 阅读(210) 评论(0) 推荐(0) 编辑
摘要: 1.Go to ‘Start’ > Right-click on ‘My Computer’2. Select ‘Properties’ from the drop-down menu3.When the window opens, click the ‘Advanced’ tab4. Under ‘Performace’ click ‘Settings’5. Under ‘Visual Effects’ uncheck everything except the following:Shadows under menusShadows under mouse pointersShow 阅读全文
posted @ 2011-12-12 10:32 Angelo Lee 阅读(113) 评论(0) 推荐(0) 编辑
摘要: Add Web Reference is a wrapper over wsdl.exe and can be used to create proxies for .NET 1.1 or 2.0 clients. Of course this means when you are pointing to a WCF service you have to be pointing to an endpoint that uses basicHttpBinding (as I was).Add Service Reference is a wrapper over svcutil.exe and 阅读全文
posted @ 2011-12-11 00:18 Angelo Lee 阅读(128) 评论(0) 推荐(0) 编辑
摘要: Link:Strong Names ExplainedIntroductionStrong Name (further referred to as "SN") is atechnology introduced with the .NET platform and it brings many possibilities into.NET applications. But many .NET developers still seeStrong Names as securityenablers (which is very wrong!) and not as ate 阅读全文
posted @ 2011-12-09 23:57 Angelo Lee 阅读(151) 评论(0) 推荐(0) 编辑
摘要: Symbols ServerSymbols Server and Your SymbolsSet the symbol server for debugging在调试程序的时候,有的时候你会发现设置的断点不起作用,而且更糟糕的是,一般碰到这种情况的时候都是非常紧急或者是加班到夜已深、人寂静的时候了。正是应了那句玩笑话:“机器机器,越急越气!”。一般发生断点不起作用的话:1. 你首先要判断的是断点是否真的设置上了?a) 如果在Visual Studio里面,你的断点符号是一个实心圆,那么断点的确是设置上了,你要判断的是设置断点的语句是否真的被执行到了,这种情况的解决方案不在本文讨论当中。b) 如 阅读全文
posted @ 2011-12-02 22:23 Angelo Lee 阅读(215) 评论(0) 推荐(0) 编辑
上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 55 下一页