02-27-2009 01:12 PM
03-02-2009 06:09 PM
03-17-2009 03:01 PM
I am having exactly the same problem, so I hope a resolution is forthcoming.
I am using WIndows XP Professional with Measurement Studio 2008. The complaining component appears to be in a National Instruments assembly version 8.5.35.220, although I'm not sure if it's Common, UI, or WindowsForms. My application uses the WaveformGraph control.
There is a registry setting under key HKLM\System\CurrentControlSet\Control\LSA\FIPSAlgorithmPolicy\Enabled. The FIPS security system sets this to 1 (true). If I set it to 0 (false) no error occurs. This hack is helping me during troubleshooting, but I need to remove it in order to comply with my government contract. Please help.
Thanks!
James
03-19-2009 01:23 PM
Hello all,
After investigating this issue, it looks like the cause of this is the fact that during our licensing operations, we make use of an encryption algorithm that is not FIPS compliant. Because the registry settting James has pointed out instructs .NET to ensure that all encryption algorithms are FIPS compliant, our licensing operations fail. This is the same licensing operation we have been performing for many years now, and this is the first time we have heard of this being an issue.
As a result of our preliminary investigation, it does not appear that there is a workaround immediately available, other than flipping this registry flag. We will continue to look into this issue however, and we will keep you up to date on the status of our investigation. This issue has been reported for investigation with Bug ID 154249.
NickB
National Instruments
03-19-2009 06:24 PM
James and afl3,
What version of Visual Studio are you using to do your development? This will be fixed for both versions of Visual Studio eventually, but because fixing this issue in Visual Studio 2005/.NET 2.0 is considerably more difficult than in Visual Studio 2008/.NET 3.0, we would like to prioritize our fixes based upon what versions of Visual Studio are being used.
Thanks,
NickB
National Instruments
03-20-2009 09:37 AM
I am using Visual Studio 2008 with .NET Framework 2.0.
03-20-2009 10:16 AM
06-10-2009 11:26 AM
I received my 2nd Quarter 2009 NI Developer Suite update and installed Measurement Studio 8.6.1. The problem appears to be fixed. As mentioned in a previous post, the Bug ID is 154249, and is listed as fixed in "Measurement Studio 8.6.1 Bug Fix Information". (http://zone.ni.com/devzone/cda/tut/p/id/9132)
Thanks to the NI team for getting this done so quickly!
James