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

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 2 Dec 2004 19:45:46 -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 miguel@ximian.com.

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

--- shadow/70094	2004-12-01 11:20:48.000000000 -0500
+++ shadow/70094.tmp.24798	2004-12-02 19:45:46.000000000 -0500
@@ -1,14 +1,14 @@
 Bug#: 70094
 Product: Mono: Compilers
 Version: unspecified
 OS: GNU/Linux [Other]
 OS Details: Debian Sarge
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: NOTABUG
+Severity: Unknown
 Priority: Normal
 Component: C#
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: kpocza@freemail.hu               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -30,6 +30,23 @@
 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.
+
+------- Additional Comments From miguel@ximian.com  2004-12-02 19:45 -------
+Your program has conflicting symbols from two different assemblies,
+CSC emits a warning and picks one of them, but we consider this fatal.
+
+
+
+MohicanAuth\MohAuthSchema.cs(24,16): warning CS0436: The type
+'MohicanCommon.UserItemType' in
+'z:\tmp\Mohican\MohicanAuth\MohAuthSchema.cs' conflicts with the
+imported type 'MohicanCommon.UserItemType' in
+'z:\tmp\Mohican\run\MohicanCommon.dll'. Using the one in
+'z:\tmp\Mohican\MohicanAuth\MohAuthSchema.cs'.
+MohicanAuth\MohAuthSchema.cs(28,18): (Location of symbol related to
+previous warning)
+run\MohicanCommon.dll: (Location of symbol related to previous warning)
+