Hi all,
The following call
hr = appDomain->CreateInstance From_3(
assembly,type,
VARIANT_TRUE,Bi ndingFlags_Defa ult,NULL,args,N ULL,
NULL,NULL,&obje ctHandle);
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
Any pointers on how to determine why this is failing would be greatly
appreciated.
Thanks,
Mike
The following call
hr = appDomain->CreateInstance From_3(
assembly,type,
VARIANT_TRUE,Bi ndingFlags_Defa ult,NULL,args,N ULL,
NULL,NULL,&obje ctHandle);
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
Any pointers on how to determine why this is failing would be greatly
appreciated.
Thanks,
Mike
Comment