[Mono-list] Nunit needs AppDomain.Load()
Dietmar Maurer
dietmar@ximian.com
18 Mar 2002 09:54:03 +0100
On Sun, 2002-03-17 at 15:26, Nick Drochak wrote:
> All,
>
> I built a version of Nunit that only used mono's libs. The first
> problem I encountered is that Assembly.LoadFrom(fileName) throws an
> exception.
>
> By looking at the code I see that in order for this to work, we need
> AppDomain.Load() to be implemented. This needs to be done in the runtime
> obviously, so I thought I would request this to get some priority if
> possible.
AFAIK AppDomain.Load() is already implemented, so I assume that the
implementation is unable to find fileName. Do you have a small test to
reproduce that bug?
- Dietmar