[Mono-bugs] [Bug 77549][Wis] Changed - mcs crashes if a dependency of a referenced assembly is missing

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Tue Feb 14 06:59:08 EST 2006


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 rharinath at novell.com.

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

--- shadow/77549	2006-02-14 05:32:45.000000000 -0500
+++ shadow/77549.tmp.1186	2006-02-14 06:59:08.000000000 -0500
@@ -79,6 +79,17 @@
 explicitly, i.e., you need -r:B.dll too."
 
 i dont think so. you only need to -r:B.dll if you consume types of
 B.dll in your _own_ code, i.e. it doesnt matter what references A.dll
 uses. beside that, the example compiles fine using ms csc (without
 specifying B.dll).
+
+------- Additional Comments From rharinath at novell.com  2006-02-14 06:59 -------
+Fair enough.
+
+So, the reference to System.Transactions.dll is totally internal? 
+IOW, do none of the exported types in the provider inherit from
+IEnlistmentNotification and other classes from System.Transactions?
+
+Still, due to the way we do assembly references, the specific scenario
+above may not work properly with mcs.  There still are a few things
+that it can do better, though.


More information about the mono-bugs mailing list