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

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Fri Feb 1 02:48:59 EST 2008


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

User torsten.zachert at teserco.de added comment
https://bugzilla.novell.com/show_bug.cgi?id=357302#c4





--- Comment #4 from Torsten Zachert <torsten.zachert at teserco.de>  2008-02-01 00:48:59 MST ---
Again:

1.) I have 2 machines with Windows XP SP 2.

2.) On both machines mono version 1.2.3.1 is installed.

3.) I compile a web project with 11 Assemblies with the same batch routine on
both machines. The last assembly I compile is this added above.

mcs.exe -checked /target:library /out:"Teserco.ArtSelector.WebApplication.dll"
-warn:1 -codepage:utf8 -r:System.Web.dll -r:System.Data.dll
-r:System.Drawing.dll -r:"<path to a lib compiled before>" /recurse:"<path to
the source>"\*.cs 

4.) I copy all assemblies from one of these 2 compiler machine to the
linux/apache system and run my application.

4.1) If I use the assembly Teserco.ArtSelector.WebApplication.dll (added in
Comment #2 - compiled on machine 1) everything works fine.

4.2) If I use the assembly Teserco.ArtSelector.WebApplication.dll (added in
Comment #3 - compiled on machine 2) things working fine until I go to an
webpage, where I use System.Web.UI.WebControls.DropDownList controls and fill
them programmaticly. Then I run into error mentioned above.


-- 
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