03-15-2013 01:35 PM
Hi everyone,
I have built an application from a project.
On the source PC(PC with labview 2011) the application works well.
On the target PC, I have installed the run time, done regsvr32....try lot of possibilities but I have always the same error :
Please find attached my projet ( change .txt to .rar).
Thank you so much for your help
03-15-2013 02:34 PM
Hi,
- Did you try to debug the executable?
- Is the ActiveX component installed correctly on the target computer?
- Is the SharedVariable available on the target computer? Did you install all needed components to support shared variables?
- Which function (or ActiveX call) is producing the error?
03-15-2013 02:43 PM
I have made an Installer with :
- Shared variable
- Labview runtime 2011
I have to add something else for executing this application?
I have removed the "error indicator" from this .vi but, here you can see 3 errors indicators.
With the first one it's good, and just after that...I have the error.
I have a data folder with my .dll...my application in .exe...
please find attached my .exe folder (change .txt in .rar)
Do you have an idea?