Comment 7 for bug 1095833

Revision history for this message
Oleg Gerovich (oleg-gerovich) wrote :

I got the test to work with NUnit 2.6.2 by having the following in nunit.exe.config:

<startup useLegacyV2RuntimeActivationPolicy="true">
    <!-- Comment out the next line to force use of .NET 4.0 -->
    <supportedRuntime version="v4.0.30319" />
</startup>

Right now the test only works on a machine that has .NET 4.0 installed. If .NET 4.5 is installed, the test hangs as before. How can I make it work on 4.5?