Welcome to David Sandor Sign in | Join | Help

Browse by Tags

All Tags » .net   (RSS)
Resolved: If the server is running in a user account, specify the account's UserPrincipalName as the identity in the EndpointAddress ...
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...
Solved: Visual Studio 2008 SP1 Crash
I have a fresh install of Vista Business x64 with a clean install of Visual Studio 2008 SP1.  I updated my Telerik R.A.D. Controls Winforms from an older 2007 version to 2008 Q2 SP1.  After which (and I do not fault Telerik for this as it is Read More...
Content Type text/xml; charset=utf-8 was not supported by service [insert service url here]. The client and service bindings may be mismatched.
.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...
Lutz Roeder is 'The Man'
.Net Reflector with disassembly. One needs not say more: http://www.aisto.com/roeder/dotnet/ Read More...
Enumerating / Listing all the users in an Active Directory group using C# / .NET
This should not be this hard. I found examples everywhere. All failed until I found the post here: http://forums.asp.net/p/1015907/1365445.aspx I adapted that code slightly to make it a bit more effecient, the result is below. /// /// This returns a list Read More...