Hello,

my system is Windows NT 4.0 SP6
my Microsoft .NET Framework is 1.0

I want to execute nant-0.8.4 in following environment:
bash (unix-like shell) from cygwin
and get

Unhandled Exception: System.Security.Policy.PolicyException: Execution
permission cannot be acquired.
 
Using the cancel-button the debugger delivers:

Microsoft (R) Common Language Runtime Test Debugger Shell Version 1.0.3705.0
Copyright (C) Microsoft Corporation 1998-2001. All rights reserved.

(cordbg) a 0x32a
Process 810/0x32a created.
Warning: couldn't load symbols for
c:\win_nt\microsoft.net\framework\v1.0.3705\mscorlib.dll
[thread 0x36f] Thread created.
Unable to  determine existence of prolog, if any
[thread 0x56d] Thread created.
[thread 0x36f] Unhandled exception generated: (0x00f0e5c4)
<System.Security.Policy.PolicyException>
  _className=<null>
  _exceptionMethod=<null>
  _exceptionMethodString=<null>
  _message=(0x00f0e604) "Execution permission cannot be acquired."
  _innerException=<null>
  _helpURL=<null>
  _stackTrace=<null>
  _stackTraceString=<null>
  _remoteStackTraceString=<null>
  _remoteStackIndex=0x00000000
  _HResult=0x80131418
  _source=<null>
  _xptrs=0x00000000
  _xcode=0xe0434f4d

Thread 0x36f R
(cordbg)

If I execute nant in a Windows command prompt
it runs very well.
Why is there a difference between this two environments?

Best regards
Helmut Dipper

-- 
----------------------------------------------
Helmut Dipper           | SICAD Utilities GmbH
phone: +49 89 45026 320 | Postfach 830754
  fax: +49 89 45026 316 | D-81707 Muenchen


-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to