11-19-2005, 08:43 PM
I copyed the exact example listed here. Set the COM DLL interop flag.
If I follow the directions and use the QM TypeLibraryies dialog, I can click "Browser" and add the type library. I can type "i" and access the methods.
But when I goto run the macro I get
If I tryed to register using Regsvr32 I get a messages about "dllResisterServer" entry point not found. I read on the web that for .net code you should use RegAsm.exe insted of the Regsvr32.
When I use regasm.exe it does get registered. But now when i try to run the macro i now get this
This occurs on the line
I checked the path and permissions on the directory.
Any ideas?
If I follow the directions and use the QM TypeLibraryies dialog, I can click "Browser" and add the type library. I can type "i" and access the methods.
But when I goto run the macro I get
If I tryed to register using Regsvr32 I get a messages about "dllResisterServer" entry point not found. I read on the web that for .net code you should use RegAsm.exe insted of the Regsvr32.
When I use regasm.exe it does get registered. But now when i try to run the macro i now get this
This occurs on the line
I checked the path and permissions on the directory.
Any ideas?
