Debugging
Are you getting the error below when working with Silverlight projects?
Could not load file or assembly 'System.Windows, Version=2.0.5.0, …
Read moreThe following exception can be a very tricky one to deal with:
Debugger:: An unhandled non-continuable exception was thrown during process load here's …
Read moreHere are a few tips for debugging Visual Studio Extensions.
Visual Studio 2008/2010
If you need to debug your Visual Studio extension, you may find …
Read moreToday I was looking through some fairly old source code in a large solution, large in this case is ~300 projects and about 1 million lines of code. …
Read more