[Mono-bugs] [Bug 74884][Blo] Changed - OO.o bridge bug ...

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 10 May 2005 10:20:04 -0400 (EDT)


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 martin@ximian.com.

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

--- shadow/74884	2005-05-10 10:18:54.000000000 -0400
+++ shadow/74884.tmp.15744	2005-05-10 10:20:04.000000000 -0400
@@ -114,6 +114,25 @@
 Created an attachment (id=15116)
 Fixed test case
 
 
 ------- Additional Comments From martin@ximian.com  2005-05-10 10:18 -------
 Hmm, for some reason csc doesn't want to compile that.
+
+------- Additional Comments From martin@ximian.com  2005-05-10 10:20 -------
+martin@mordor ~/mcs-failure
+$ csc /t:library /out:cli_cs_bridgetest.uno.dll
+/r:cli_types_bridgetest.dll /r:cli_types.dll /r:cli_basetypes.dll
+/r:cli_ure.dll /r:System.dll cli_cs_bridgetest.cs
+Microsoft (R) Visual C# 2005 Compiler version 8.00.50215.44
+for Microsoft (R) Windows (R) 2005 Framework version 2.0.50215
+Copyright (C) Microsoft Corporation 2001-2005. All rights reserved.
+ 
+cli_cs_bridgetest.cs(223,9): error CS0012: The type 'uno.Any' is
+defined in an assembly that is not referenced. You must add a
+reference to assembly 'cli_basetypes, Version=1.0.0.0,
+Culture=neutral, PublicKeyToken=ce2cb7e279207b9e'.
+cli_types_bridgetest.dll: (Location of symbol related to previous error)
+cli_cs_bridgetest.cs(266,14): error CS0029: Cannot implicitly convert
+type 'uno.Any [e:\cygwin\home\martin\mcs-failure\cli_basetypes.dll]'
+to 'uno.Any []'
+