01-19-2011 05:32 PM
I just upgraded my XP/VS2008/MS2008 to W7/VS2010/MS2010 with DAQmx 9.2.3.
I am getting the following warning (lots of them):
The primary reference "NationalInstruments.UI, Version 9.0.40.292, Culture=nuetral.....could not be resolved because it has an indirect dependency on the .NET Framework assembly "System, Version 4.0.0.0,Culture.....which has a higher version "4.0.0.0" than the version 2.0.0.0 in the current target framework.
What do I need to update/install to fix this?
I'm also getting a non-NI related error:
Could not load file or assembly ....SMDiagnostics\v4.0_4.0.0.0.... This assembly is built by a runtime newer than the currently loaded runtime and cannot be loaded.
Thanks,
Solved! Go to Solution.
01-20-2011 09:11 AM
Hey Michael -
It seems like you just need to go into your project options and change the Target Framework from what it is (2.0?) to 4.0.
C#
VB.NET
NickB
National Instruments
01-24-2011 10:45 AM
That worked, and deleting the file I couldn't modidy worked as well. Thanks!