Measurement Studio for .NET Languages

cancel
Showing results for 
Search instead for 
Did you mean: 

Deployed application doesn't work in Client's machine - Visual Basic 2005-Measurment studion 8.1

I have developed a visual basic 2005 program which uses NI 3D Graph and Waveform graph. The program is running perfectly in my computer but it doesn’t work in another machine where I have installed my program. My program consists of more than 4 forms but only one form contains 3DGraph. The program runs in computer where my application has been installed, but as soon as the form which contain 3D Graph loads program produces error message and stops. Waveform graph works perfectly

Expecting your valuable suggestion.......



Message Edited by Alavu on 06-05-2008 10:09 AM
0 Kudos
Message 1 of 2
(3,451 Views)
Hi Alavu,

It sounds like you didn't deploy the cw3dgrph.ocx ActiveX control to the target system.  I assume you are using Visual Studio to create your setup project which includes the necessary Measurement Studio assemblies as well as your EXE. However, you also need to include the 3D Graph ActiveX component as well. To do that, simply add the CW3DGraph_OCX.msm merge module to your setup project which is found in the C:\Program Files\Common Files\Merge Modules\ directory. This merge module includes the necessary ActiveX control. 

Include this in your setup project, rebuild, and then reinstall on the target system.

Hope this helps!

Best Regards,
Jonathan N.
National Instruments
0 Kudos
Message 2 of 2
(3,447 Views)