04-02-2012 03:18 PM
Hi I built a function NI app with just the DAQMX library. Then I got approval to by Measurement studio 2010. After upgrading the graphic and other components with measurement studio componets, when creating a setup and distribution package I get the above warning and it say the build succeeded. After the program is installed and start I get an unhanded operations error code CLR20R3. The program installs fine and runs fine on the development PC. This only happen on test PCs either XP or Windows 7.
I have re-installed VS 2008 SP1
I have created new setup project from scratch with same problem
Any insights would be welcome and apprecaited.
04-03-2012 03:05 PM
Hello,
This error may be linked to a missing component in the installer for the program. CLR20R3 is probably referring to the common language runtime 2.0 revision 3 which is part of the .NET framework. Make sure you are including the correct .NET framework in the installer dependencies.
Also use this document as a reference for building distributions
Hope that helps.