Tell me more ×
Super User is a question and answer site for computer enthusiasts and power users. It's 100% free, no registration required.

I am trying to migrate an old VS2005 application to VS2010. I am trying to debug that application, but after I cleaned the project then tried to build it, MSVSMON.exe failed to start and an error message appears.

Any ideas? Googling around I find that I am trying to debug a 32bit app in a 64bit debbuger? Cleaning the project does not fix that problem?

share|improve this question
No it wouldn't. Do you have the source code for the project, and did you set the build options correctly (I.e. you can use the x64 option if its a 64 bit application)? – soandos Jun 6 '11 at 1:08

1 Answer

up vote 2 down vote accepted

In Regedit, navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa

Right-click Lsa and create a new DWORD

value Name it DisableLoopbackCheck Set its value to 1

Reboot (instead, I killed the msvsmon.exe process and restarted Visual Studio)

Check also the comment of soandos I use that also!

So many years and windows still uses regedit!

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.