wcf
12 TopicsStatic Constructor Exceptions: A Rare Culprit That Requires App Restarts
If a static constructor throws an exception, the runtime doesn't invoke it a second time, and the type will remain uninitialized for the lifetime of the application domain. So, only way to come out this situation is Application recycle/restarts. Static Constructors - C# Programming Guide - C# | Microsoft Learn This can be a very rare scenario occurring intermittently and can become difficult debug. I have seen this issue happening in WCF or Asp.Net impersonation.4.4KViews2likes0CommentsConfigure a WCF Service with SSL and consume from Silverlight via HTTPS(including cross-domain scenario)
First published on MSDN on Jan 24, 2013 Recently we have worked on few issues where we had to configure WCF services with SSL so that we could consume them from Silverlight via HTTPS.3KViews0likes0CommentsIf silverlight application in SharePoint Server 2013 AppPart cannot call WCF service in the same SPS2013 site
First published on MSDN on Oct 03, 2013 If you have a Silverlight Application hosted in an AppPart cannot call WCF service in the same SharePoint 2013 site, but it works if it is in a WebPart in the same site, you will need to look the following:1.580Views0likes0CommentsSilverlight 5 Business Application Project losing intellisense in Visual Studio 2012
First published on MSDN on Jan 11, 2013 In the recent weeks, I have encountered two different instances of the same stumbling block: Losing coding intellisense in Visual Studio 2012 in Silverlight 5 Business Application Project while using WCF RIA services.513Views0likes0Comments