Never used dual before my current job (2 years). Though it was a waste of space. Now I find it hard to live without it. I find it extreamly useful to debug my applications. I had to do this at home also so I would not go in to withdrawls. :doh: My wife thought I was crazy until I set her up with duals (laptop and LCD/TV). Now she gets upset :mad: if I want to use the LCD/TV to watch TV.
JourneyWare
Posts
-
Do you use dual Monitor for Coding -
VS2008 stability [modified]Has the same problem. I was restarting VS2008 8-10 times per day. Did the following and have not had this issue since. 1.Run the command prompt under administrator a.Right click on command prompt and select run as administrator 2.Run this command: BCDEDIT /Set IncreaseUserVa 3072 (3072 is 3GB Virtual RAM) 3.Navigate to C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE a.Backup devenv.exe 4.Navigate to C:\Program Files\Microsoft Visual Studio 9.0\VC\bin\ a.Verify that editbin.exe exists 5.If editbin.exe is there in the command prompt run this command: a."C:\Program Files\Microsoft Visual Studio 9.0\VC\bin\editbin.exe" /LARGEADDRESSAWARE "C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\devenv.exe" b.You may get an error or two asking you to debug, just say no 6.Reboot your computer and hopefully it works for you