Jun 09, 2008
The two common errors are Cannot create/shadow copy 'File Name' when that file already exists. Usually get this message usually when in a debug/edit/debug cycle after successfully building a C# solution and pressing F5 to debug it. Exception Details:...
2 comments
Tags: DebuggingASP.NETIISVisual Studio
Jun 07, 2008
Problem Description Getting below error messages while debugging an ASP.NET website in Visual Studio 2005 SP1 when stepping through, getting "Unable to step. The operation could not be completed. A retry should be performed" After clicking OK on the dialog...
0 comments
Tags: DebuggingVisual Studio
Jun 04, 2008
It is still pretty early in the process, but I wanted to let you know that we are going to be adding SOS for .NET 2.0 to the Debugger package , with all of the new functionality that I have been referencing in my posts here. I am actively trying to get...
1 comments
Tags: DebuggingASP.NETIIS.NETMicrosoftSOS
May 21, 2008
So now that I am done with all the individual posts, I thought I would wrap them all together. So here are all of the posts that I created on gathering information when you are having a problem. Please keep in mind that these are geared towards...
2 comments
Tags: ASP.NET TipDebuggingASP.NETIIS.NETHigh MemoryHangHigh CPUCrash
May 20, 2008
Here is another situation that you may come across and what to do in order to gather information about it. The following steps will configure DebugDiag to automatically capture a memory dump of the ASPNET_WP.exe process recycling when it exceeds the memoryLimit...
2 comments
Tags: ASP.NET TipDebuggingASP.NETIIS.NETHigh MemoryCrash
May 19, 2008
So we already talked about what to gather when you are experiencing high memory . But what if you are actually getting a System.OutOfMemoryException? Here is how you capture a dump at the time you are running out of memory. The following steps...
1 comments
Tags: ASP.NET TipDebuggingASP.NETIIS.NETHigh MemoryExceptions
May 15, 2008
So I would like to hear from you guys. I am getting ready to start working a lot on creating some debugging videos (I have already created one and just have to clean it up a little). But it got me thinking that I would would to hear how you...
1 comments
Tags: DebuggingASP.NETIIS.NET
May 15, 2008
So I was looking around CodePlex the other day and I came across some really useful tools up there that I thought I would share. Not all of these will apply to everyone, but they can be really useful things and I would recommend you to check them...
1 comments
Tags: DebuggingASP.NETIISVisual Studio.NET