When I load a C # /. NET 4 project into VS 2010 Ultimate on my main machine (Win 7 Ultimate 64 bit), I get an error
Attaching the ProteusDebugEngine debugger to process '[XXXX] YYYY.vshost.exe' on machine ZZZZ failed. The debugger is not properly installed. Cannot debug the requested type of code. Run setup to install or repair the debugger.
This happens when I set the target to “Any processor” or “x64”; I do not receive this message for x86 target.
I already uninstalled and reinstalled VS 2010 twice, and also tried the repair. Manually re-registering oleaut32.dll also does not help.
When installing VS 2010 Ultimate on my laptop (Win 7 home premium 64 bit), I do not receive this error message at all.
Both machines have pretty similar software setups. VS 2010 Express is also installed on both machines, and I do not get this error with it on either of the two computers.
Help on this would be greatly appreciated.
source share