[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
19 Dec 2002 13:40:29 -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 lupus@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=35539

--- shadow/35539	Wed Dec 18 16:39:12 2002
+++ shadow/35539.tmp.1071	Thu Dec 19 08:40:29 2002
@@ -1,13 +1,13 @@
 Bug#: 35539
 Product: Mono/MCS
 Version: unspecified
 OS: Mandrake 9.0
 OS Details: 
-Status: REOPENED   
-Resolution: 
+Status: RESOLVED   
+Resolution: NOTABUG
 Severity: Unknown
 Priority: Normal
 Component: Misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: wdowns@iglooware.com               
 QAContact: mono-bugs@ximian.com
@@ -133,6 +133,13 @@
 This is all running on Windows 2000 5.00.2195 Service Pack 2. 
  
 
 ------- Additional Comments From wdowns@iglooware.com  2002-12-18 16:39 -------
 Make that: peverify server.dll produced no problems, but peverify 
 client.exe produced (the errors listed) 
+
+------- Additional Comments From lupus@ximian.com  2002-12-19 08:40 -------
+There is only one way I could reproduce the error you get with
+PEVerify (with all the binaries, in fact, not just mono's): delete the
+server.dll file. Both your files and newly compiled files with mcs
+don't give any verification error. You need to keep the server.dll
+file available for peverify (and the runtime loader) to work.