[Mono-bugs] [Bug 70094][Nor] New - implicit convert error in mono c# compiler

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 1 Dec 2004 11:20:48 -0500 (EST)


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 kpocza@freemail.hu.

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

--- shadow/70094	2004-12-01 11:20:48.000000000 -0500
+++ shadow/70094.tmp.11733	2004-12-01 11:20:48.000000000 -0500
@@ -0,0 +1,35 @@
+Bug#: 70094
+Product: Mono: Compilers
+Version: unspecified
+OS: GNU/Linux [Other]
+OS Details: Debian Sarge
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: C#
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: kpocza@freemail.hu               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: implicit convert error in mono c# compiler
+
+Description of Problem:
+Using Visual Studio 2003 my source code compiles without errors. Mono 
+version 1.0.4 gives the following error:
++++
+MohicanAuth/MohicanAuth.cs(97) error CS0029: Cannot convert implicitly 
+from `MohicanCommon.UserItemType' to `MohicanCommon.UserItemType'
+Compilation failed: 1 error(s), 0 warnings 
++++
+The file where the buggy type (UserItemType) defined is generated by xsd 
+(from Microsoft .NET Framework 1.1) so the source file must be valid.
+
+Steps to reproduce the problem:
+1. download http://kpocza.net/binary/Mohican_binsrc.zip
+2. run compile.sh
+
+Additional Information:
+The deb files I installed Mono from are alien-ed from Fedora Core 2 rpms.