Sep 29, 2008
If you try to install a .NET update, MS07-040 for example, you may see an event log like: Event Type: Error Event Source: LoadPerf Event Category: None Event ID: 3009 · Installing the performance counter strings for .NETFramework failed. The Error code...
1 comments
Tags: ASP.NETIIS.NETMS07-040
Sep 29, 2008
Not sure how many people are planning on attending the PDC (Professional Developers Conference) this year, but it is going to be a fantastic conference. We announced some huge announcements on the PDC web site. http://www.microsoftpdc.com/ We have...
1 comments
Tags: ASP.NETIISSilverlightVisual Studio.NETIIS7VistaWindowsAJAXIE8MVCADO.NETLive MeshMobile
Sep 26, 2008
If you try to install a .NET update, MS08-052 for example, you may see an event log that looks like: Event Source: ASP.NET 2.0.50727.0 Event ID: 1018 · Failed while registering ASP.NET (version 2.0.50727.0) in IIS. Error code: 0x80070003 This message...
2 comments
Tags: ASP.NETIIS.NET
Sep 25, 2008
There are only a few things that can make a .NET process crash. The most common one is an Unhandled Exception getting raised. Another way that is can happen is by creating a GC Hole. What is a GC Hole So first a little background on what I...
1 comments
Tags: DebuggingASP.NETIIS.NETCrash
Sep 23, 2008
Imagine you are a developer and your boss comes to you complaining that your piece of code has been deemed to be taking up too much memory and causing problems for the application. You take a look at your code and you see the following, assume that...
2 comments
Tags: ASP.NETIIS.NETTrivia of the DayHigh Memory
Sep 17, 2008
I have talked about a bunch of commands used to troubleshoot a managed memory problem in the past and given some situations of using them like: High memory, CPU, or other performance problems with .NET High Memory continued - Datatables High Memory part...
1 comments
Tags: DebuggingASP.NETIIS.NETHigh Memory
Sep 16, 2008
When using a WebRequest, one important thing to keep in mind is how many connections are allowed to be made to the same server. The maxConnection setting will affect how many connections you can concurrently have to a given server. When you...
1 comments
Tags: ASP.NETIIS.NET
Sep 12, 2008
The debugger extension that we were working on getting out with the debugger package has hit some roadblocks and it looks like it isn't going to be shipping with the debugger anytime soon. We are looking to see if we can find an alternative method to...
2 comments
Tags: DebuggingASP.NETIIS.NETSOS