Comment 9 for bug 1064804

Revision history for this message
Mun Wai Chan (munwai) wrote :

I have actually tried the above previously before giving up as I had no idea what else can be different.

I added the following to the nunit-console-x86.exe.config.

<startup useLegacyV2RuntimeActivationPolicy="true">
   <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/>
</startup>

And then ran the test using the following command:

        nunit-console-x86.exe ClassLibrary1.dll

And the console crashed.