visual studio IDE
Posted: Friday, October 24, 2008 by Ric in Labels: blogging, c#, coding, development, Office, Visual Studio
0
wow this was interesting..
My Visual Studio 2008 kept crashing on my dual monitor desktop environment.
Steps:
- Maximize VSIDE2008 on Monitor 1
- Restore Size of VSIDE2008
- Move VSIDE2008 to Monitor 2
- Maximize VSIDE2008 on Monitor 2
*crash*
Fix:
Start/Run
regsvr32 C:\windows\system32\actxprxy.dll
Apparently, this gets (wrongly) unregistered by Office 2007 Installs and uninstalls..
helped by post from Coding Hillbilly