ASP.NET MVC v1 project upgraded to VS 2010 no longer will debug. Why?

Posted by Todd Brooks on Stack Overflow See other posts from Stack Overflow or by Todd Brooks
Published on 2010-05-14T21:28:58Z Indexed on 2010/05/14 21:34 UTC
Read the original article Hit count: 234

I'm getting the message "The breakpoint will not currently be hit. No symbols have been loaded for this document."

I have a S#arp Architecture project (ASP.NET MVC v1) that has been opened and upgraded to be used in VS 2010. I can no longer debug the project. I'm running Windows 7 Ultimate x64 and Visual Studio 2010 Ultimate.

I have IE set to be my default browser. I have the build set to debug.
System.Web.Mvc is referenced in my project's lib dir. I've cleaned the solution. I've recompiled the solution. It's set to use .NET Framework 3.5. PDBs are being created and dropped into the bin directory with the DLLs.

Any help will be greatly appreciated.

© Stack Overflow or respective owner

Related posts about asp.net-mvc

Related posts about VS2010