tags:

views:

28

answers:

0

Hi.

Debugging unit tests with the NUnit 2.5.3 framework causes a crash on my machine.

var app = new Application();

throws an exception

System.EntryPointNotFoundException occurred
  Message=Unable to find an entry point named 'nonexistent_dummy' in DLL 'MSVCR80.dll'.
  Source=PresentationCore
  TypeName=""
  StackTrace:
       at nonexistent_dummy()
       at InitCRT()
  InnerException:

Thanks for your help.