[Mono-bugs] [Bug 493874] Missing column in BlogEngine.NET

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Thu Apr 16 15:54:03 EDT 2009


http://bugzilla.novell.com/show_bug.cgi?id=493874

User mhabersack at novell.com added comment
http://bugzilla.novell.com/show_bug.cgi?id=493874#c3





--- Comment #3 from Marek Habersack <mhabersack at novell.com>  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.


More information about the mono-bugs mailing list