[Mono-bugs] [Bug 35539][Nor] Changed - Mono compiler generates DLL which causes exception on .NET
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
18 Dec 2002 21:36:53 -0000
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by wdowns@iglooware.com.
http://bugzilla.ximian.com/show_bug.cgi?id=35539
--- shadow/35539 Wed Dec 18 14:07:05 2002
+++ shadow/35539.tmp.32759 Wed Dec 18 16:36:53 2002
@@ -1,12 +1,12 @@
Bug#: 35539
Product: Mono/MCS
Version: unspecified
OS: Mandrake 9.0
OS Details:
-Status: NEEDINFO
+Status: REOPENED
Resolution:
Severity: Unknown
Priority: Normal
Component: Misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: wdowns@iglooware.com
@@ -99,6 +99,36 @@
What version of mcs did you use?
Is the version of the files included in the zip (in monobin) the one
that doesn't run on .net?
Can you try running PEVerify of both the client.exe and server.dll
produced with mcs?
Thanks.
+
+------- Additional Comments From wdowns@iglooware.com 2002-12-18 16:36 -------
+The MS runtime is the Microsoft .NET Framework (English) v1.0.3705
+mcs is from the mono-0.17-2 RPM package:
+
+Build Date: Tue 10 Dec 2002 11:17:16 AM AKST
+Build Host: tirania.boston.ximian.com
+
+The version of the files included in the zip, in the monobin
+directory, is the one that doesn't run on .NET.
+
+peverify client.dll produced no problems, but peverify server.exe
+produced:
+
+[IL]: Error: [h:\mono\save\monobug\monobin\client.exe : Client::Main]
+[offset 0x00000002] [opcode call] [token 0x0A000002] Unable to
+resolve token.
+[IL]: Error: [h:\mono\save\monobug\monobin\client.exe : Client::Main]
+[HRESULT 0x80004005] - Unspecified error
+
+2 Errors Verifying client.exe
+
+--
+
+The verification of client.exe is successful if the .NET-compiled
+server.dll is in the same directory, instead of the mono-compiled
+server.dll.
+
+This is all running on Windows 2000 5.00.2195 Service Pack 2.
+