"I just downloaded the latest beta of ASP 5 (8 I think).
The first thing I did was add a bunch of our framework DLLs as references. They are compiled in .Net Framework 4.5.1. This compiled OK once I removed the DNX 5 element from the project.json.
However, when I run the app, I'm getting an error and the debugger is not stepping in to my .Net Framework DLLs, so I can't see the actually line of code that is causing the problem.
I tried adding the projects to my solution and referencing them as such from ASP, but it still doesn't step in. It's as though its treating ASP 5 as a completely different platform to .Net Framework 4.5.1.
How do I fix this?"
This is a question posted by my coworker over on Stack Overflow (http://stackoverflow.com/questions/33224302/debug-net-framework-dll-in-asp-5). Said coworker has passed this project onto me and I'm pretty clueless about all this. I'm under the impression that I can't debug because the pdb's are different due to the referenced dlls being compiled in a non ASP environment but that may not be the case.
Any help is much appreciated.