[Mono-list] Assembly.CreateInstance(string className) bug
Gonzalo Paniagua Javier
gonzalo@ximian.com
13 May 2003 18:00:05 +0200
El mar, 13 de 05 de 2003 a las 14:53, Dominik Fretz escribi�:
> Hi
>
> I found a difference between the MS.NET framework and mono:
> object foo = Assembly.GetCallingAssembly().CreateInstance("FooBar");
> causes a 'System.TypeLoadException' with mono.
> On the .NET framework, foo is null after this and no exception is raised.
>
> I filed bug number 42883 and added some code to show.
Fixed in CVS.
-Gonzalo