Search Results

0
votes

Visual Studio 2008 SP1 “Package Load Failure” Error

My gut response to Package Load Failures, which doesn't always solve the problem, is to open a VS command prompt and run 'devenv /resetskippkgs' (without quotes). If you're on Vista+, you need to …
0
votes

Can I adjust the visual studio “Break when an exception is thrown” options programatically?

You can probably do this by creating a macro (as shown in …
0
votes

What is the most memory Visual Studio can use on a 32bit Windows Server 2003 OS?

The restraints per process should remain unchanged for any 32-bit OS. The default is 4GB of address space per process, with 2GB of that reserved for the OS itself. There is a flag for Windows whi …