After I installed IE10 I cannot debug silverlight apps. The all start x64 mode and VS refuses to debug it (I can neither attach, nor start a debugging session), giving the error onthe screenshot:
---------------------------
Microsoft Visual Studio
---------------------------
Unable to start program 'http://localhost:57802/SilverlightApplication2TestPage.aspx'.
The 32-bit version of the Visual Studio Remote Debugging Monitor (MSVSMON.EXE) cannot be used to debug 64-bit processes or 64-bit dumps. Please use the 64-bit version instead.
---------------------------
OK
---------------------------
I have Silverlight Developer Runtime x64 installed. There seems no way to start IE10 in x86 mode.
P.S. I tried fiddling with the registry and found out that VS is using this key HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\.NETFramework\DbgPackShimPath so it is not trying 64 bits at all. Tried to add this key to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework,
but it ignores it. I am at a loss. If I can't resolve it, my only choice is to remove IE10 which I don't want to do.
I have posted a Connect issue, but have no answer yet and it's kind of urgent.
Welcome to the zone where normal things don't happen very often