Welcome to David Sandor Sign in | Join | Help

Browse by Tags

All Tags » C#   (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...
Resolved: Event Type clr20r3, .NET Runtime Error, Event ID 5000
Funky error received: Windows Service failed to start and logged an Event ID 5000 in the Application Event log with the following details: EventType clr20r3, P1 devsql.replicatorservice.exe, P2 1.0.3293.22912, P3 49639851, P4 devsql.replicatorservice, 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...
Microsoft Visual Studio 2008 Service Pack 1 ( SP1 ) Released
BEFORE RUNNING THE SP 1 install you need to run the Visual Studio 2008 Hotfix Cleanup Utility. The HFCU Utility can be found here: http://code.msdn.microsoft.com/RemoveKB944899 The service pack 1 for Visual Studio 2008 can be found here: http://www.microsoft.com/downloads/details.aspx?FamilyId=FBEE1648-7106-44A7-9649-6D9F6D58056E&displaylang=en 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...
Spying on your web requests.
These days you need more of a view into the data exchanged between Internet Explorer and your server application. Especially with AJAX and Silverlight. A lot of transactions can occur behind the scenes and debugging can be difficult. I started using a Read More...
This could be due to a cross domain configuration error. Please see the inner exception for more details.
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...
How do I force an empty element to show up when serializing a null property to XML or in a WebService SOAP message?
Wierd title? I wanted to include everything on that. So here is the dilema: A client wants to consume one of my web services but they are string parsing instead of using the XML DOM to read the XML response. Because of the old school way of parsing data Read More...
SOLVED: The base class includes the field 'ReportViewer1', but its type (Microsoft.Reporting.WebForms.ReportViewer) is not compatible with the type of control (Microsoft.Reporting.WebForms.ReportViewer).
This one plagued me for hours. Hope this solution finds you well. The base class includes the field 'ReportViewer1', but its type (Microsoft.Reporting.WebForms.ReportViewer) is not compatible with the type of control (Microsoft.Reporting.WebForms.ReportViewer). Read More...
Writing a Vista Gadget - Winamp Gadget
I was looking for a Winamp Gadget to control my winamp from the sidebar and found a great little article that explains how to create a gadget with Microsoft .NET Framework and C#. On top of that it contains an installable gadget to control Winamp from Read More...
Serialize a List<> to flat XML and Deserialize a flat XML list to a generic List<>
So I have a client that needs to interchange some XML data with a customer. The XML document exchanged is fairly hierarchical except for one field. This fragment of XML represents the flat structure: <ShipFrom> <Name /> </ShipFrom> <LineItem> Read More...
Solution: Debugging is not supported under current trust level settings.
The solution to the error below is quite simple. Edit your web.config file. Locate the <system.web> section. Insert the tag: <trust level="Full" /> Save web.config. Server Error in '/solwsi' Application. Debugging is not supported under current Read More...
Lutz Roeder is 'The Man'
.Net Reflector with disassembly. One needs not say more: http://www.aisto.com/roeder/dotnet/ Read More...
Printing to a wireless Zebra printer ( QL320 )
For one of my ongoing projects I need to send print jobs to wireless industrial printers. Specifically the Zebra QL series printers. After much pain and a little suffering I figured it out. There are some good documentation points on the web that discuss Read More...
Generics and Predicates: Real World Examples
Originally published on MSDN Academic Alliance: http://www.academicresourcecenter.net/curriculum/pfv.aspx?ID=7083 Since .NET 2.0 generics have been available to .NET developers. I have worked with developers that have been excited to use the new features Read More...
More Posts Next page »