Debugging

Could not load file or assembly 'System.Windows, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e' or one of its dependencies.

More than 13 years old

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 more

Debugger:: An unhandled non-continuable exception was thrown during process load

More than 13 years old

The 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 more

How to Debug a Visual Studio Extension

More than 14 years old

Here 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 more

Visual Studio Code Analysis - Buffer Overruns

More than 14 years old

Today 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