[Mono-list] Instantiating an object via AppDomain.CreateInstance

2004-06-17 Thread Yuri Leikind
Hello all, If I instantiate an object via AppDomain.CreateInstance , and this object's class has a constructor with parameters, I get the exception Unhandled Exception: System.MissingMethodException: Constructor not found. though needed parameters are passed to AppDomain.CreateInstance

Re: [Mono-list] Instantiating an object via AppDomain.CreateInstance

2004-06-17 Thread Lluis Sanchez
Looks like a bug. Can you please file a bug report in bugzilla.ximian.com? Thanks! Lluis. On dj, 2004-06-17 at 17:55, Yuri Leikind wrote: Hello all, If I instantiate an object via AppDomain.CreateInstance , and this object's class has a constructor with parameters, I get the exception

Re: [Mono-list] Instantiating an object via AppDomain.CreateInstance

2004-06-17 Thread Lluis Sanchez
Anyway, it is now fixed in CVS. On dj, 2004-06-17 at 18:49, Lluis Sanchez wrote: Looks like a bug. Can you please file a bug report in bugzilla.ximian.com? Thanks! Lluis. On dj, 2004-06-17 at 17:55, Yuri Leikind wrote: Hello all, If I instantiate an object via