Category Archives: Visual Studio 2005

Temporary Projects in Visual Studio 2005

Recently while poking around in Tools –> Options of Visual Studio 2005 I found a setting that allows for the creation of temporary projects. I wish I had found a long time ago, yet for some reason I breezed right over it. The Visual Studio 2005 Temporary Project The temporary project will be created in…

HOWTO: Debugging JavaScript using “debugger;”

There are a lot of developers who write custom JavaScript or need to debug pre-written JavaScript, yet do not know that they can debug it in Visual Studio 2005. This is a fairly simple process. Visual Studio offers the developer the ability to utilize the IDE to debug, just like you would debug if you…

Visual Studio SP1 with Vista

  At work, we just upgraded our machines to Quad Xeon x64 machines with four gigs of ram. NICE….. But for some reason the manufacturer loaded 64 bit XP, even though we requested Vista. We upgraded it to 64 bit Vista quite easily, problem solved. I did run into an issue while installing Service Pack 1 for Visual Studio…

Warnings as Errors

Warning: A: To give notice to beforehand especially of danger or evil B: To give admonishing adviceC: To call to one’s attention With that said, we could infer that a warning is something that says “Hey, this is kind of important, you might want to watch this.” To me, in .NET Development, a warning means…