Ever since we upgraded to Windows 7 some people have experienced problems when trying to attach Visual Studios debugger to IIS. Up until this weekend it hadn’t happened to me, but when I started my local SQL server to work on a locally hosted project during the weekend I got this error message:
Turns out Visual Studio doesn’t automatically figure out that I want to debug managed of code when the process runs several types of code. Telling it what type of code to debug, managed, fixes the problem.
In the Attach to Process dialog, under the “Attach to” heading click select.
Click the “Debug these code types” radio button and select “Managed”. Hit OK and the problem is solved.
PS. For updates about new posts, sites I find useful and the occasional rant you can follow me on Twitter. You are also most welcome to subscribe to the RSS-feed.
This blog is built with EPiServer Community, EPiServer CMS, ASP.NET MVC and a bunch of other great products. The source code is available for download at the projects page, where you also can read more about this site and my other projects.
read more
Comments
Daniel Berg 8 months ago
Thanks! :)
Sidd 4 months ago
Thanks, that worked!