10-24-2010 11:34 PM
Hi All:manvery-happy:
I Am using LabVIEW 2009.
I Have used Some .NET object like Notification object, Calendar Object, Printer object LabVIEW source code.
When I am creating creating Installer of my application, it work on the same computer where labview is installed.
But it will not run on Different computer where LabVIEW is not installed. The error comes and asking to install LabVIEW full development.
If I removed those .NET objects then application EXE works Fine.
Please suggest me that How I could add .NET framework in the Installer, or which driver / software I have to install to run this application.
Please give me your valuable suggestions.
Regards
Prabhakant Patil
prabhakantpatil@gmail.com
Solved! Go to Solution.
10-25-2010 09:53 AM
Hi Prabhakant,
As you mentioned the reason you are getting this error is because you don't have the .NET Framework in your installer.
Follow the steps in this link to solve your problem:
http://digital.ni.com/public.nsf/allkb/51698977FC8DA9E48625760E00689C5E?OpenDocument
Hope this works for you, let me know if you need help with anything else.