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: [email protected]
        ReportedBy: [email protected]
         QAContact: [email protected]
          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.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to