ASP.NET MVC v1 project upgraded to VS 2010 no longer will debug. Why?
- by Todd Brooks
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.