Cannot debug unit tests with resharper testrunner

resharper, unit-testing

Solution

Make sure you haven't changed the exception settings in Visual Studio: Debug -> Exceptions. Uncheck Thrown for Managed Debugging Assistants. This should fix the problem.

Problem

I'm trying to debug a unit test with the resharper testrunner but it's not working. Before my breakpoint is hit Visual Studio pops up a message box "There is no source code available for the current location." If I press OK it says LoadFromContextException. Ideas anyone?

Original source