12-17-2010 10:23 AM
For the original issue of the BSOD with the USB-6211, one possible workaround is to use Measurement Studio 2010 with DAQmx 9.2.3, which includes .NET Framework 4.0 support. DAQmx 9.2.3 is currently not available individually, but is included in the November 2010 Device Driver distribution.
Once installed, use these assemblies and target your project for .NET Framework 4.0. This should resolve the issue.. please let us know if it does not. We're still investigating the BSOD issue currently, but hopefully this will provide a temporary workaround.
12-20-2010 02:58 PM - edited 12-20-2010 02:59 PM
Also, if your project requires you to target .NET Framework 3.5, then here's another possible workaround for this issue:
Add the following somewhere within the <Project> tag in your .csproj file:
<PropertyGroup>
<TrackFileAccess>false</TrackFileAccess>
</PropertyGroup>
Note that this workaround disables the incremental build capability within Visual Studio.
If anyone attempts either of these workarounds (upgrading to DAQmx 9.2.3 or adding this tag), please post back here letting us know whether or not this has resolved the issue on your machine.
Further discussion of this issue will be in this discussion forum thread.