Sign In
Notes from a dark corner
Debugging ASP.NET, the CLR and anything that uses clock cycles.
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
Tweet
Tag
.NET Framework 2.0
.NET Framework 3.5
.NET Framework 4.0
ASP.NET
CLR
Debugging
General - non-tech
General - tech
Hotfixes
IE
IIS
IIS7
Links
Memory
Orcas
Performance
Releases
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
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
MSDN Blogs
>
Notes from a dark corner
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
OneNote shortcuts shortcut
Posted
25 days ago
by
dougste
0
Comments
I am not big on making New Year resolutions but I do keep telling myself I should become more of a OneNote power user. I found a nice page on OneNote keyboard shortcuts the other day which should help. OneNote keyboard shortcuts HTH Doug
Notes from a dark corner
New CLR and .NET Performance tool
Posted
1 month ago
by
dougste
0
Comments
Vance Morrison, CLR performance architect here at Microsoft, has released a new tool for conducting performance investigations on .NET applications. It is called PerfView and you can read more about it on his post here . You can download it here . It...
Notes from a dark corner
C# everywhere and Mono
Posted
1 month ago
by
dougste
2
Comments
I recommend this absolutely fascinating blog post by Miguel de Icaza summarising the progress of Mono in 2011. What a rollercoaster. From the acquisition of Novell, through the spin-off of Mono activities as Xamarin, the tie-in with Attachmate on to a...
Notes from a dark corner
Managing source windows in WinDBG
Posted
2 months ago
by
dougste
2
Comments
If you make use of the source code debugging features WinDBG you may find it quite annoying the way that each time you hit a point in the debug that relates to source in a file you do not already have open WinDBG opens yet another source window. This...
Notes from a dark corner
Happy Birthday–BBC Micro!
Posted
2 months ago
by
dougste
1
Comments
Yes, the BBC Micro is 30! . Great article about the history of it here . The “model B” was the first computer I ever owned. The first computer I used was a Commodore Pet (both the 8Kb and the incredibly powerful 32Kb edition) so I was hooked on 6502 machine...
Notes from a dark corner
Microsoft EMEA IIS/ASP.NET and web developer support team
Posted
2 months ago
by
dougste
0
Comments
I recently attended an offsite meeting in Munich for our Microsoft EMEA IIS/ASP.NET and web developer support team. It’s the first time we’ve had the chance to get together in one place for several years (even though we work together everyday!) and it...
Notes from a dark corner
Microsoft resources for developers
Posted
2 months ago
by
dougste
0
Comments
I recently had reason to put together a list of general resources available from Microsoft aimed at software developers. I know there are many more out there but this was intended as a list of high level resources to get people started. If you have other...
Notes from a dark corner
WebPI command line tool (WebPIcmd.exe)
Posted
2 months ago
by
dougste
0
Comments
A new preview version of the WebPI command line tool (WebPIcmd.exe) has been released: http://learn.iis.net/page.aspx/1072/web-platform-installer-v4-command-line-webpicmdexe-preview-release/ An interesting new feature if offline mode, allowing the use...
Notes from a dark corner
Fix for issue with infinite loop involving InvalidateAutomationAncestors
Posted
2 months ago
by
dougste
0
Comments
I recently finished working on a support case where the customer was hitting the same issue as this one: 2484841 FIX: A .NET Framework 4.0-based WPF application may stop responding if you right-click a control to open a pop-up control but for Microsoft...
Notes from a dark corner
New post on troubleshooting 403.7 errors
Posted
2 months ago
by
dougste
0
Comments
My colleague Emmanuel has published a great new blogs post on troubleshooting 403.7 “Client Certificate Required errors”. Read all about it here. HTH Doug
Notes from a dark corner
.NET 4.5 compatibility
Posted
3 months ago
by
dougste
0
Comments
The .NET Framework team are working on .NET 4.5 and are inviting people to start testing their existing applications for compatibility against it (particularly as it is an in place update to 4.0): http://blogs.msdn.com/b/dotnet/archive/2011/09/26/compatibility...
Notes from a dark corner
Tips for successful .NET Debugging with WinDBG
Posted
3 months ago
by
dougste
1
Comments
Here are my tips for pain free .NET debugging with WinDBG 1) Always use a 32-bit debugger for a 32-bit process and a 64-bit debugger for a 64-bit process, both to generate the dump and to analyse it. Use usermode dumps only (managed debugger extensions...
Notes from a dark corner
The comma operator
Posted
4 months ago
by
dougste
1
Comments
I went on a excellent C++ course earlier this year. I can’t claim to have ever been a professional C++ programmer – I dabble and I get by – so it is useful to attend such training from time to time to try and fill some more gaps in my knowledge. I learned...
Notes from a dark corner
New whitepaper on claims based authentication in SharePoint
Posted
4 months ago
by
dougste
0
Comments
Just like it says in the title. Whitepaper here . HTH Doug
Notes from a dark corner
Version history of the CLR 4.0
Posted
4 months ago
by
dougste
4
Comments
Following on from my “Version history of the CLR 2.0” post I’ve decided to start one for 4.0. If you find a version of clr.dll on a system that is not listed here please let me know (via comments or contact link on the blog). Thanks! Doug Version 4.0...
Notes from a dark corner
An interesting tool for managed memory analysis–LeakShell
Posted
4 months ago
by
dougste
1
Comments
A very interesting article on manager memory troubleshooting and also the introduction of a new tool called LeakShell from Christophe Nasarre . Then he has a later post in which he talks about using LeakShell in conjunction with dump files. Great...
Notes from a dark corner
“Script Error encountered", "'__doPostBack' is undefined” or MaintainScrollPositionOnPostBack fails to maintain the scroll position
Posted
5 months ago
by
dougste
2
Comments
You may receive this error in the browser using Internet Explorer 10: “Script Error encountered", "'__doPostBack' is undefined” Fixes are now available for Microsoft .NET Framework 3.51 (Windows 7 / Windows Server 2008 R2), Microsoft...
Notes from a dark corner
Interesting article on the way malware rates vary by country and why
Posted
5 months ago
by
dougste
0
Comments
This is a very interesting article on the way malware rates vary by country and why. Doug
Notes from a dark corner
Check file versions for IIS in Windows Server 2003
Posted
5 months ago
by
dougste
2
Comments
If you are ever getting strange crash or stability issues with IIS in Windows Server 2003 (IIS6) it is always worth remembering about this script to check the DLLs are at the expected version or higher. We still continue to solve support cases with...
Notes from a dark corner
(UK) FREE One Day Windows Azure Discovery Workshops
Posted
5 months ago
by
dougste
0
Comments
If you are based in the UK, are a Microsoft Partner developing software products and service and want to look deeper into what the Windows Azure Platform has to offer you should be aware of some free one day workshops being run by one of my colleagues...
Notes from a dark corner
“System.Runtime.InteropServices.COMException (0x80070102): Operation failed” trying to send a Fax from an ASP.NET application
Posted
5 months ago
by
dougste
4
Comments
I recently had a support case where the customer was trying to send a fax from an ASP.NET application but was getting this error when they did: System.Runtime.InteropServices.COMException (0x80070102): Operation failed They got this error after a short...
Notes from a dark corner
Web Farm Framework 2.1 released
Posted
6 months ago
by
dougste
0
Comments
The IIS team have provided a servicing release for Web Farm Framework 2. See also: WFF home page WFF documentation HTH Doug PS If you experience a crash of the MMC, with system event ID 13 from IIS-IISManager with ‘System.ArgumentOutOfRangeException:...
Notes from a dark corner
Fix for memory leak that happens when using the IIS ADSI provider
Posted
7 months ago
by
dougste
0
Comments
I’ve just finished helping on a case where a fairly simple usage scenario for the IIS ADSI provider ran into a memory leak. A lot of the time this would not matter as the ADSI programming interface to IIS is often used from short lived scripting...
Notes from a dark corner
Stunning images from nature
Posted
7 months ago
by
dougste
0
Comments
Here is a phenomenal video of the northern lights built from thousands of still images so as to create the highest quality visual effect. And here are some incredible photos and video showing the a huge dust storm in Arizona. Doug
Notes from a dark corner
Fascinating read about the battle against Rustock
Posted
7 months ago
by
dougste
2
Comments
This Special Intelligence Report about the taking down of the Rustock Botnet makes for very interesting reading. Maybe they could make a film of it? Doug
Page 1 of 11 (257 items)
1
2
3
4
5
»