Is it possible for a web project built on .NET framework 4.0 step into a project built on .NET framework 2? If so, how would I set this up?
These 2 projects are in different solutions. When I do a "Go to definition" from the web project, it opens up the metadata. In debug mode, the debugger never "steps into" the method.