03-28-2016 02:16 AM
I am using the USB6008 and VB2010 and i get this InvalidOperationException was unhandled when the programme tries to load the start up form.
What additional configuration information is still required?
03-29-2016 01:04 PM
This seems to be a compatibility issue with your version of the .NET framework. You could try resolving this by creating a configuration file for your application and specifying useLegacyV2RuntimeActivationPolicy=”true” for the startup tag. Take a look at the following document, specifically the last paragraph. It provides a little more detail on the error message you’re seeing.
http://digital.ni.com/public.nsf/allkb/B041EF3CAF634FD98625770500509298?OpenDocument