Measurement Studio for .NET Languages

cancel
Showing results for 
Search instead for 
Did you mean: 

Deployed app crashes when using tdms library

Hi,

 

i have troubles running an deployed app wich uses the tdms library. I get the following error-message:

 

Problemsignatur:
Problemevent: CLR20r3
Problemsignatur 01: opc_tdms_test.exe
Problemsignatur 02: 1.0.0.0
Problemsignatur 03: 537f4bf8
Problemsignatur 04: NationalInstruments.Tdms
Problemsignatur 05: 13.0.40.242
Problemsignatur 06: 510dea46
Problemsignatur 07: 10e
Problemsignatur 08: 26
Problemsignatur 09: NationalInstruments.Tdms.Tdms

 

The app runs fine, when the library is not included. For deploying I followed the steps on: http://digital.ni.com/public.nsf/allkb/ED87C183E056CAC386256DF1004E54C6

 

 

The developing machine and the client machine os is windows 7. I am using Visual Studio 2010 pro as ide.

 

Anybody got a hint what i am doing wrong?

 

0 Kudos
Message 1 of 4
(5,598 Views)

Sorry to ask like this but did you follow all the steps in the document? Do both of your computers use the same Windows(32 or 64bit)? Did Visual Studio detect all the dependencies (like described under "6.")? Do you also get an error code from Measurement Studio?

 

Regards,

 

Anna

Anna Vogl
Certified LabVIEW Developer
0 Kudos
Message 2 of 4
(5,567 Views)

2. Check the target platform for your project by navigating to Build»Configuration Manager

--> Checked (x86)

 

3. Build and run the application to verify that there are no errors.

--> Ok

 

6. Check Detected Dependencies in the Solution Explorer

-->cvitdms.msm --- OK
-->MStudioTdms.2010.msm  --- OK
-->niMetaUtils.msm  --- OK
-->tdms.msm  --- OK
-->MStudioCommon.2010.msm --- OK

 

Okay...I missed the file "MStudioUtils.msm". That fixed the problem. Smiley Happy

 

@Anna: Thanks for the hint to check twice 😉

 

Regards,

 

André

 

 

0 Kudos
Message 3 of 4
(5,558 Views)

Hi André,

 

cool. Good luck for your project.

 

Anna

Anna Vogl
Certified LabVIEW Developer
0 Kudos
Message 4 of 4
(5,543 Views)