12-28-2007 08:57 AM
12-28-2007 09:48 AM
01-07-2008 04:40 AM
hi,
Thanks for reply. But I could'nt understand your stuff.Please can you explain me with an example.So, can get more clarity on this.
Please help.... I am new to Test Stand
regards
rkk
01-07-2008 07:24 AM
01-08-2008 02:40 AM
Hi ,
Thanks for your reply. While call the .dll mehod , the following error occred:
" The .NET method 'showDialog' could not be accessed".
Please can you let me know solution.
My code looks like.
objDotNetModule.SetAssembly(
DotNetModuleAssemblyLocations.DotNetModule_AssemblyLocation_File, "D:\\CTestStandDialog\\CTestStandDialog\\bin\\Debug\\CTestStandDialog.dll");objDotNetModule.ClassName =
"DialogMaster";objDotNetModule.CreateObject = true;
objDotNetModule.MemberName = strMemberName; // here memeber name is "ShowDialog"
objDotNetModule.MemberIndex = 0;
objDotNetModule.MemberType = DotNetModuleMemberTypes.DotNetMember_CallMethod;
bool bReturnValue, bReturnValue1;
Type typeClass =typeof(CTestStandDialog.DialogMaster);
Please correct, if I am wrong.
regards
RKK
01-08-2008 04:38 AM
03-14-2025 04:02 AM
it works, u r such a genius