LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

About Error Code n° 3005

Hi,
   I wanted to execute the browse to URL VI in order to display a web page or HTML report, an error code appeared in the error out cluster , it consists of Error 3005 (this error is not listed among  LV Error Codes) This is the explanation :"Error 3005 occurred at Automation Open: Object specified is not creatable in Browse to URL.vi.This error code is undefined. No one has provided a description for this code, or you might have wired a number that is not an error code to the error code input."
I want to know more about this error and how to handle it.
Thank you,
0 Kudos
Message 1 of 4
(3,552 Views)
From the description of the error you are unable to make the requested activeX object.  Make sure that the active X object is creatable and on your PC.
Paul Falkenstein
Coleman Technologies Inc.
CLA, CPI, AIA-Vision
Labview 4.0- 2013, RT, Vision, FPGA
0 Kudos
Message 2 of 4
(3,528 Views)
Hi falkpl,
thank you for trying to help me . How can I be sure that this ActiveX object can be created on my computer?
0 Kudos
Message 3 of 4
(3,509 Views)
Make a simple vi that you select the activeX object you are trying to open call automation open on it and then close it if you have no errors then the object exists and is creatable.  This is where your function is calling.  The ActiveX reference might not exist on your computer.  This can happen when the code is developed on a machine with a newer version of the activeX object or an object that is not installed on your pc.  You can fix the code sometimes by updating the reference, right click on the reference and select Select ActiveX Class->>Browse then reselect the object to relink it to the version on your PC.
Paul Falkenstein
Coleman Technologies Inc.
CLA, CPI, AIA-Vision
Labview 4.0- 2013, RT, Vision, FPGA
Message 4 of 4
(3,499 Views)