Unable to attach to application 'iisexpress.exe'
iis-express, visual-studio, visual-studio-2010
Solution
I just had the same problem and I stumbled upon your question. But then I also stumbled upon these:
The version of clr.dll does not match the one mscordacwks.dll was built for
The version of clr.dll in the target does not match the one mscordacwks.dll was built for
One of 3 things seemed to work for everyone.
- Restart Visual Studio.
- If you recently had a windows update but a restart is still pending, then restart your computer.
- Install Visual Studio 2010 Service Pack 1 from Visual Studio Subscriptions site: https://my.visualstudio.com/Downloads?q=visual%20studio%202010%20service%20pack%201
Problem
I am trying to run my web application and I get this error Unable to attach to application 'iisexpress.exe' (PID 708) using ''. The version of clr.dll in the target does not match the one mscordacwks.dll was built for. Do you want to continue anyway? This was working yesterday. I have a feeling something has gor corrupted somewhere. Any idea what is going on here?