Sign In
ASP.NET Debugging
Debugging from an ASP.NET and Azure Engineer. Posts are from customer issues and things I feel may be useful.
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
.NET
AJAX
ASP.NET
ASP.NET Tip
Azure
Chat
Code
Crash
Debugging
Exceptions
Hang
High CPU
High Memory
Hyper-V
IE8
IIS
IIS7
Microsoft
MVC
RIA
Silverlight
SOS
Trivia of the Day
Visual Studio
Windows
Archive
Archives
February 2012
(1)
November 2011
(1)
April 2011
(1)
February 2011
(2)
July 2010
(1)
April 2010
(2)
March 2010
(2)
February 2010
(2)
December 2009
(1)
November 2009
(2)
September 2009
(3)
August 2009
(1)
June 2009
(3)
May 2009
(2)
April 2009
(8)
March 2009
(6)
February 2009
(6)
December 2008
(2)
November 2008
(3)
October 2008
(16)
September 2008
(24)
August 2008
(28)
July 2008
(28)
June 2008
(19)
May 2008
(30)
April 2008
(38)
March 2008
(23)
February 2008
(14)
January 2008
(6)
December 2007
(6)
November 2007
(7)
January, 2008
MSDN Blogs
>
ASP.NET Debugging
>
January, 2008
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
ASP.NET Debugging
MSDN Code Gallery
Posted
over 4 years ago
by
ASP.NET Debugging
1
Comments
Samples are always useful and we can never have enough samples. So in this regard, we now have a new site that is dedicated to code samples, snippets, and other bits of code. As Soma announced on his blog, MSDN Code Gallery - snippets, samples...
ASP.NET Debugging
.NET Framework versions and sos.dll
Posted
over 4 years ago
by
ASP.NET Debugging
1
Comments
So the next version of Visual Studio is getting ready to release (it is actually already available for download from MSDN), take a look at ScottGu's blog posting or Somaseger's blog posting about its upcoming release. So what about sos.dll? Well, before...
ASP.NET Debugging
.NET Framework 2.0 SP1 has released
Posted
over 4 years ago
by
ASP.NET Debugging
1
Comments
In case you haven't seen, service pack 1 has been released for .NET 2.0. I have included the links to it below. Enjoy. 2.0 SP1 x86 2.0 SP1 x64 2.0 SP1 IA64 A lot of issues were fixed in this service pack. For a list of what as fixed...
ASP.NET Debugging
J# threads calling GC.Collect
Posted
over 4 years ago
by
ASP.NET Debugging
0
Comments
Problem We have had a few customers run into this issue where they are using the J# ThreadEnd objects and see problems with the GC running a lot. If you look at the actual callstack that is calling the GC, it will be the finalizer thread cleaning...
ASP.NET Debugging
Tracking down orphaned critical sections in ASP.NET
Posted
over 4 years ago
by
ASP.NET Debugging
2
Comments
Recently we have seen quite a few issues where the problem turned out to be an orphaned critical section. When you have a dump with this problem you can run the following commands to see this: 0:000> !locks CritSec +2b1bbac at 02b1bbac WaiterWoken...
ASP.NET Debugging
Hotfixes now available for download directly from the web for Visual Studio and .NET Framework
Posted
over 4 years ago
by
ASP.NET Debugging
0
Comments
So recently we started to make some changes that allow cusotmers to download hotfixes directly. Before this, when a problem was listed in an article, you had to call Microsoft Support and have them send you the fix. That is all changing now. For some...
Page 1 of 1 (6 items)