Welcome to David Sandor Sign in | Join | Help

Browse by Tags

All Tags » .NET 2.0   (RSS)
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: ClickOnce Deployment and IIS 7 does not work.
If you publish a .NET application to an IIS 7 server click once deployment fails with HTTP 404 errors on .manifest, .application, and .deploy files. After googling I found a blog article that went through a bunch of horribly poor suggestions involving 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...
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...
Why is .NET 3.5 not listed in the ASP.NET tab in the IIS MMC Snap-In?
I keep seeing this question posted and I anticipate seeing the question pop up more often. The short answer is: There is no .NET 3.5 application layer for the IIS application context configuration tab. You should set the Framework version to .NET 2.0. Read More...