05-23-2014 08:46 AM
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?
05-26-2014 09:41 AM
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
05-27-2014 08:19 AM
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. ![]()
@Anna: Thanks for the hint to check twice 😉
Regards,
André
05-28-2014 03:35 AM
Hi André,
cool. Good luck for your project.
Anna