[Mono-bugs] [Bug 357302] New: Compiler produces different code on 2 different machines

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Wed Jan 30 11:09:08 EST 2008


https://bugzilla.novell.com/show_bug.cgi?id=357302


           Summary: Compiler produces different code on 2 different machines
           Product: Mono: Compilers
           Version: 1.2.3
          Platform: x86
        OS/Version: Windows XP
            Status: NEW
          Severity: Critical
          Priority: P5 - None
         Component: C#
        AssignedTo: mono-bugs at lists.ximian.com
        ReportedBy: torsten.zachert at teserco.de
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---


I use the compiler (lib\mono\1.0\mcs.exe) from mono version 1.2.3.1 on 2
different Windows XP SP 2 machines. On both machines the compiler runs without
errors.

When I use the assemblies from one of these machines on a Suse Linux 10.0, mono
version 1.2.2.1 and Apache/2.0.54 everything works fine without any error. But
if I use the assemblies from the other machine I receive errors:

mono:

Method not found: 'System.Web.UI.WebControls.BaseDataBoundControl.DataBind'

apache error log:

(/usr/lib/mono/1.0/mod-mono-server.exe:414): Mono-WARNING **: The request to
load the assembly System.Web v2.0.0.0 was remapped to v1.0.5000.0

(/usr/lib/mono/1.0/mod-mono-server.exe:414): Mono-WARNING **: The request to
load the assembly mscorlib v2.0.0.0 was remapped to v1.0.5000.0

(/usr/lib/mono/1.0/mod-mono-server.exe:414): Mono-WARNING **: The request to
load the assembly System.Drawing v2.0.0.0 was remapped to v1.0.5000.0

...

** (/usr/lib/mono/1.0/mod-mono-server.exe:414): WARNING **: Missing method
DataBind in assembly <path to my assembly>

A new installation shows the same result.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the mono-bugs mailing list