[Mono-list] Nunit needs AppDomain.Load()
Nick Drochak
ndrochak@gol.com
Sun, 17 Mar 2002 23:26:55 +0900
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.
I'll enter a bugzilla entry for this one as well.
Thanks,
Nick D.