CreateFromInstance fails

  • Thread starter Thread starter michael.cumming
  • Start date Start date
M

michael.cumming

Hi all,


The following call


hr = appDomain->CreateInstanceFrom_3(
assembly,type,

VARIANT_TRUE,BindingFlags_Default,NULL,args,NULL,
NULL,NULL,&objectHandle);


is fails on some machines we are developing on. This is our first
foray into .NET and we are unsure on how to proceed to determine why
the call is failing.


The code is from here
http://luaforge.net/frs/?group_id=50&release_id=285


Any pointers on how to determine why this is failing would be greatly
appreciated.


Thanks,


Mike
 
Back
Top