Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

BSOD with USB-6211

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.

Justin E
National Instruments R&D
0 Kudos
Message 11 of 12
(786 Views)

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.

Justin E
National Instruments R&D
0 Kudos
Message 12 of 12
(766 Views)