11-28-2006 02:52 PM
Solved! Go to Solution.
11-29-2006 01:35 PM
Hello,
Have you registered the ActiveX control or server you're accesssing on the target machine? Here are instructions on how to do so:
How Do I Manually Register Type Libraries, ActiveX Controls, and ActiveX Servers?
I know that error 3005 can occur if you have selected a non-creatable object, which I suspect can occur for multiple reasons. Not having the object, not having it registered, or perhaps having a different version may all be causes.
Does this help?
Best Regards,
JLS
11-30-2006 01:40 PM
So I just tested it and you're a genius!
I hadn't done that, in fact I never knew how, so thanks for that information, I'll keep a copy of that page in my references.
Thanks so much, it works flawlessly. I searched microsoft's site for about an hour and never uncovered that.
12-04-2006 03:56 PM
04-02-2010 07:32 PM
I'm getting the same error listed above as I attempt to open the automation refnum for the activeX Excel.FormatCondition. I'm not sure if I have to register anything as suggested above (I'm using other activeX calls such as Excel._Application, Excel._Workbook, and Excel._Worksheet without error) but if I do need to register something I don't know what.
Andrew
05-25-2010 11:47 AM
Hi all,
I am having the same problem trying to use Automation Open on a tlb and getting the same 3005 error.
I am using Vista Ultimate 64 bit OS but working with 32bit Labview. I can not find the regtlib.exe on my machine to do the register.
Any idea?
Thanks,
05-27-2010 10:08 AM
In the mean time I've successfully registered the type lib using regtlib.exe but still getting the error.
Thanks,
07-15-2011 04:52 PM
I get the same error if I try to open a 64 bit application (Microsoft Word or AutoCAD) using the 32 bit version of LabVIEW. Is it impossible to open up a 64 bit application using ActiveX with a 32 bit version of LabVIEW?
07-18-2011 02:45 PM
Often 64 bit datatypes in ActiveX won't work in LabVIEW 32 bit. Did the above solution work for you or did it still result in this error?