Created
October 30, 2011 08:00
-
-
Save keithbloom/1325687 to your computer and use it in GitHub Desktop.
NAntDotNet4Error
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Unhandled Exception: System.TypeInitializationException: | |
The type initializer for 'NAnt.Console.ConsoleStub' threw an exception. | |
System.Security.SecurityException: Request for the permission of type | |
'System.Security.Permissions.FileIOPermission, mscorlib, Version=4.0.0.0' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<startup> | |
<!-- .NET Framework 4.0 --> | |
<supportedRuntime version="v4.0.30319" /> | |
<!-- .NET Framework 2.0 --> | |
<supportedRuntime version="v2.0.50727" /> | |
<!-- .NET Framework 1.1 --> | |
<supportedRuntime version="v1.1.4322" /> | |
<!-- .NET Framework 1.0 --> | |
<supportedRuntime version="v1.0.3705" /> | |
</startup> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment