VS 2010, NUNit, and “The breakpoint will not currently be hit. No symbols have been loaded for this document”

后端 未结 9 1119
盖世英雄少女心
盖世英雄少女心 2021-02-05 02:38

Using Windows 7 32 bit, VS 2010, .NET 4 DLL, NUnit (2.5.5) to unit test the application. I\'m currently getting the following error; seen plenty of posts and tried the followin

9条回答
  •  说谎
    说谎 (楼主)
    2021-02-05 03:08

    This problem occurred to me under Visual Studio 2012 Community Edition, when working with .NET Framework 4.5. nunit.exe.config should like this (solution from the most appreciated answer):

    
        
        
            
             
        
    

提交回复
热议问题