Browse by Tags
All Tags »
C# (RSS)
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...
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...
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...
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...
.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...
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...
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...
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...
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...
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...
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...
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...
.Net Reflector with disassembly. One needs not say more: http://www.aisto.com/roeder/dotnet/
Read More...
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...
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...