[Mono-bugs] [Bug 322228] [PATCH] AppDomain. Load does not fallback to CodeBase for loading assembly

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Wed Oct 8 15:14:38 EDT 2008


https://bugzilla.novell.com/show_bug.cgi?id=322228

User gert.driesen at pandora.be added comment
https://bugzilla.novell.com/show_bug.cgi?id=322228#c5





--- Comment #5 from Gert Driesen <gert.driesen at pandora.be>  2008-10-08 13:14:38 MDT ---
I haven't yet had time to look into this yet, but I did commit the original
(standalone) test case I created. See gert/standalone/bug322228.

You can use this makefile for testing it on the 1.0 profile:

all: run

a/testa.exe: testa.cs
        test -d a || mkdir a
        mcs /target:exe /out:a/testa.exe testa.cs

testb.dll: testb.cs
        mcs /target:library testb.cs

run: a/testa.exe testb.dll
        mono a/testa.exe

clean:
        test '!' -d a || rm -Rf a
        test '!' -f testb.dll || rm -f testb.dll


-- 
Configure bugmail: https://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