[Mono-bugs] [Bug 576419] New: mono --security=verifiable fails to load corlib on Windows
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Wed Feb 3 02:06:55 EST 2010
http://bugzilla.novell.com/show_bug.cgi?id=576419
http://bugzilla.novell.com/show_bug.cgi?id=576419#c0
Summary: mono --security=verifiable fails to load corlib on
Windows
Classification: Mono
Product: Mono: Runtime
Version: SVN
Platform: Other
OS/Version: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: verifier
AssignedTo: rkumpera at novell.com
ReportedBy: aenomoto at novell.com
QAContact: mono-bugs at lists.ximian.com
Found By: ---
Blocker: ---
While PE verifier runs fine on Linux, it somehow fails to load corlib on
Windows.
$ cat test.cs
public class Test
{
public static void Main ()
{
System.Console.WriteLine ("foo");
}
}
$ gmcs test.cs
$ mono --security=verifiable test.exe
The assembly mscorlib.dll was not found or could not be loaded.
It should have been installed in the
`C:\cygwin\usr\local\lib\mono\2.0\mscorlib.
dll' directory.
--
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the mono-bugs
mailing list