Skip to content

Instantly share code, notes, and snippets.

@keithbloom
Created October 30, 2011 08:00
Show Gist options
  • Save keithbloom/1325687 to your computer and use it in GitHub Desktop.
Save keithbloom/1325687 to your computer and use it in GitHub Desktop.
NAntDotNet4Error
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'
<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