http://bugzilla.novell.com/show_bug.cgi?id=493874
User [email protected] added comment http://bugzilla.novell.com/show_bug.cgi?id=493874#c3 --- Comment #3 from Marek Habersack <[email protected]> 2009-04-16 13:54:02 MDT --- (In reply to comment #2) > This works fine without precompilation. yeah, because in that case there are no indirect dependencies in the generated assemblies - all the references are passed to gmcs. In the precompiled case we fail with the indirect reference of one of the assemblies. > I think your idea of adding the any path in PrivateBinPath to MONO_PATH is > fine. What about passing the -lib option to the compiler instead? Passing the -lib option would require modifying the CodeDOM provider, which I wanted to avoid (I wanted to add MONO_PATH in AssemblyBuilder before calling the provider to compile code), but if that's acceptable I think it would be a better solution. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
