Sign in
Notes from a dark corner
Debugging ASP.NET, the CLR and anything that uses clock cycles.
Search
Tweet
Tag
.NET Framework 2.0
.NET Framework 3.5
.NET Framework 4.0
ASP.NET
CLR
Debugging
Diagnostics
General - non-tech
General - tech
Hotfixes
IE
IIS
IIS7
Links
Memory
Orcas
Performance
Security
Support
UK
Visual Studio 2008
Web Development
WebTesting
Windows 7
Windows Server 2008
Links
Link
ASP.NET Fixes
CLR 2.0 Fixes
CLR 4.0 Fixes
CLR
Debugging
IIS
Security
Web Testing
Blogs I like
Blogs I recommend
Tess Ferrandez
Scott Guthrie
Jerry Orman
David Wang
Durgaprasad Gorti
System.Net stuff
Mark Russinovich
The Sysinternals Blog
Carlo Cardella
Chris Crowe (IIS MVP)
DebuggingToolbox
Rahul Soni
Daniel Moth
Matt Berseth
Johan Straarup
Gregg Miskelly
Steve's Techspot
Thomas Marquardt
Aaron Ruckman
Mithun Shanbhag
Mike Ormond
Mark Long
Team blogs
CLR Addins
Web Dev Tools
BCL Team
MS.COM Operations
NTDEBUG
PFE Dev
Travel
Galen Frysinger
Extensive personal travel website
China Discover
Travelogue by a colleague of mine
EyeForImages
EyeForImages - Travel photos, and more...
Debug resources
Dumpanalysis.org
Debug docs online
Blog archive
Archives
May 2013
(2)
April 2013
(1)
March 2013
(2)
February 2013
(3)
January 2013
(1)
October 2012
(4)
August 2012
(3)
July 2012
(3)
June 2012
(1)
May 2012
(2)
April 2012
(6)
February 2012
(1)
January 2012
(2)
December 2011
(2)
November 2011
(7)
October 2011
(3)
September 2011
(4)
August 2011
(4)
July 2011
(4)
June 2011
(1)
April 2011
(6)
March 2011
(6)
February 2011
(4)
January 2011
(1)
November 2010
(6)
October 2010
(4)
September 2010
(3)
August 2010
(2)
July 2010
(3)
April 2010
(1)
March 2010
(3)
February 2010
(3)
January 2010
(3)
December 2009
(3)
November 2009
(2)
October 2009
(1)
September 2009
(4)
August 2009
(4)
July 2009
(7)
June 2009
(3)
May 2009
(4)
April 2009
(2)
March 2009
(5)
February 2009
(9)
January 2009
(1)
December 2008
(10)
November 2008
(7)
October 2008
(10)
September 2008
(3)
August 2008
(12)
July 2008
(6)
May 2008
(4)
April 2008
(5)
March 2008
(5)
February 2008
(6)
January 2008
(2)
December 2007
(2)
November 2007
(12)
October 2007
(3)
September 2007
(7)
August 2007
(4)
July 2007
(3)
May 2007
(8)
April 2007
(2)
March 2007
(4)
February 2007
(3)
January 2007
(5)
December 2006
(1)
October 2006
(6)
September 2006
(5)
July 2006
(2)
April 2006
(3)
March 2006
(1)
January 2006
(2)
November 2005
(3)
Options
Email Blog Author
OK
RSS for posts
Atom
RSS for comments
February, 2009
Notes from a dark corner
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Notes from a dark corner
Some .NET samples
Posted
over 4 years ago
by
Doug Stewart -MSFT
1
Comments
A bit of a random link this, but I stumbled upon this list of .NET sample applications hosted on the MSDN Academic Alliance site: http://docs.msdnaa.net/ark_new3.0/cd3/content/Type_Sample%20Applications.htm Doug
Notes from a dark corner
“Failed to load data access DLL, 0x80004005” – OR – What is mscordacwks.dll?
Posted
over 4 years ago
by
Doug Stewart -MSFT
13
Comments
Ever seen this error in a WinDBG/CDB debug session? Failed to load data access DLL, 0x80004005 Verify that 1) you have a recent build of the debugger (6.2.14 or newer) 2) the file mscordacwks...
Notes from a dark corner
Internet Explorer 8.0 Resources
Posted
over 4 years ago
by
Doug Stewart -MSFT
1
Comments
Internet Explorer 8.0 is currently available as “RC1” or “Release Candidate 1” (which means it is pretty near final version, much more so than, say, a beta version). This version of IE is a major new version and has lots to offer developers but also has...
Notes from a dark corner
.NET performance counters missing when using WMI to access them
Posted
over 4 years ago
by
Doug Stewart -MSFT
1
Comments
Windows Management Instrumentation (WMI) among other things exposes to WMI clients performance counters that are present on a system . This is useful because it makes performance counter data accessible to script based clients. It also offers a better...
Notes from a dark corner
What can you do with 10Kb?
Posted
over 4 years ago
by
Doug Stewart -MSFT
1
Comments
When I first started computing it was on a machine with 14Kb ROM and 8Kb of RAM plus a tape deck for storage . So in these days of Gb and Gb of bloated software it is reassuring to see a competition with the spirit of the MIX09 10K challenge . My personal...
Notes from a dark corner
Escaping entries in ADPlus config files
Posted
over 4 years ago
by
Doug Stewart -MSFT
1
Comments
This is a useful point I saw discussed recently on some internal email. So I thought I would blog it before I lose it. If you use ADPlus at all and make use of the (very useful) configuration file option you may have run into the situation where it complains...
Notes from a dark corner
Hey, where's my session state gone?
Posted
over 4 years ago
by
Doug Stewart -MSFT
4
Comments
This is from a case I helped a customer with last Autumn. It was one of those kick yourself moments when I realised what the problem was and we even have a KB article about it. But it is relatively uncommon and you wouldn't necessarily come across the...
Notes from a dark corner
"Error creating control - ControlInstanceName '[text]' could not be set on property 'PropertyName' " in Visual Studio 2008
Posted
over 4 years ago
by
Doug Stewart -MSFT
1
Comments
One of the cases I've been working on recently is for an issue introduced by Microsoft .NET Framework 3.5 Service Pack 1. The fix has now been finalised and released on the MSDN Code Gallery . When you get this error the symptoms are like this...
Notes from a dark corner
Recent updates for Microsoft .NET Framework 3.5 SP1
Posted
over 4 years ago
by
Doug Stewart -MSFT
2
Comments
I wrote previously about fixes that are available for three issues that can occur when you install SP1 for .NET Framework 3.5. In addition to those three CLR issues, there were some other problems caused by the service pack which is why we also released...
Page 1 of 1 (9 items)