bhall - Wednesday, July 21, 2010 4:09 PM:
I played with the InnovatorClientExample and it works great. But, I've haven't been able register or reference IOM.dll for use with Excel VBA. RegSvr32 states "iom.dll was loaded, DllRegisterServer entry point was not found." If I try to add it as a reference in VBA I get the following: "Can't add a reference to the specified file."
What am I missing?
Boro - Wednesday, July 21, 2010 11:43 PM:
Hi bhall.
You should regist a TypeLibrary(.tbl) using RegAsm.exe.
C:WindowsMicrosoft.NETFrameworkv2.0.50727RegAsm.exe IOM.dll /tlb /codebase /verbose
After regist the Type Library, add it as a reference in your VBA project.
Thanks.
vikramjain23 - Wednesday, May 25, 2011 8:37 AM:
Hello,
Works well for IOM.dll Version 9.2.0.5562
but does not built correct typelibrary on IOM.dll version 9.2.0.5625.
Does anyone face a similar situation ?
I use the regasm.exe for .NET v2.0.50727 in both the cases
Regards,
Vikram Jain