Outer Level


Archive for the '.NET' Category

Reflector for .NET

Monday, May 15th, 2006

Recently, a coworker introduced me to this cool little utility for browsing and decompiling Microsoft’s .NET class framework called Reflector for .NET.
The best feature is that it doesn’t just reveal the underling IL code but it translates it into either C# or VB.NET. It also has the ability to decompile other “compiled” .NET [...]

Catastrophic Failure

Saturday, January 28th, 2006

A teammate working on the same .NET project at my consulting gig recently experienced the following error while working in Visual Studio 2003.
Not only was the error dialog filled with helpful information, but nothing happened when the developer clicked the “OK” button. No crash, no loss of data, nothing. He just [...]

Visual Studio: Could not write to output file

Monday, January 9th, 2006

One of my all-time favorite Visual Studio 2003 bugs occurs when trying to build a solution with multiple projects that all reference a base library.
If any code changes in the base library, the very next build will always fail with the following error:
Could not write to output file ‘[path-to-project]\obj\Debug\[file-name].dll’ — ‘The process cannot access the [...]