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 [EMAIL PROTECTED] 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: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +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... _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
