I received the following error when connecting to a WCF service hosted on a remote server: http:// SERVERNAME :8200/DevSQL.ReplicatorService/Signaler/ System.ServiceModel.Security.SecurityNegotiationException: SOAP security negotiation with ' http://
Read More...
Building data objects in Visual Studio 2008 is really nice. Having been a . netTiers veteran (and contributor) I have appreciated O/R Mapping tools for some time now. I must say that the new Visual Designer is pretty neat. I am working on a quick WPF
Read More...
Once again working with WCF services from my Silverlight application. This time I upgraded a method on my WCF service to return a generic list of a strongly typed class. [ServiceContract] public interface IOpenOrders { [OperationContract] List<OrderData>
Read More...
.style1 { font-family: Calibri; } p { font-family: Calibri; } .style2 { background-color: #FFFF00; } .style4 { font-size: medium; } Working on some WCF code for a Silverlight application I stumbled on this error message: Content Type text/xml; charset=utf-8
Read More...
Fun with Silverlight 2.0 Beta 2: This could be due to a cross domain configuration error. Please see the inner exception for more details. So for security reasons a Silverlight control running on a web page is not allowed to access content outside of
Read More...