[Mono-bugs] [Bug 77061][Maj] New - Mono compiled code fails under
VS 2005
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Wed Dec 21 16:54:23 EST 2005
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 perryresearch at zoot.net.nz.
http://bugzilla.ximian.com/show_bug.cgi?id=77061
--- shadow/77061 2005-12-21 16:54:23.000000000 -0500
+++ shadow/77061.tmp.3738 2005-12-21 16:54:23.000000000 -0500
@@ -0,0 +1,40 @@
+Bug#: 77061
+Product: Mono: Compilers
+Version: 1.1
+OS: other
+OS Details: Fedora Core 4 & Debian
+Status: NEW
+Resolution:
+Severity:
+Priority: Major
+Component: C#
+AssignedTo: rharinath at novell.com
+ReportedBy: perryresearch at zoot.net.nz
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Mono compiled code fails under VS 2005
+
+Please fill in this template when reporting a bug, unless you know what you are doing.
+Description of Problem:
+
+
+Steps to reproduce the problem:
+1. Compiler the attached program: gmcs /out:delegates.exe *.cs
+2. Execute the result: mono delegates.exe "name list.csv"
+3. Now move delegates.exe * .csv to Visual Studio 2005 system
+4. Execute: delegates.exe "name list.csv"
+
+Actual Results:
+
+(2) works (4) fails with type load error. Compile under VS 2005 and works.
+
+peverify under VS 2005 reports errors.
+
+How often does this happen? Always
+
+
+Additional Information:
+
+I left this as Major, but to me lack of cross-platform compatibility is fundamental...
More information about the mono-bugs
mailing list