This implementation is not part of the Windows Platform FIPS validated cryptographic algorithms when building an app with visual studio

后端 未结 4 1314
深忆病人
深忆病人 2021-02-12 02:35

I am trying to compile my program in visual studio and I am getting a FIPS Cryptographic algorithms error. I have checked the registry key and it is set to false.

Any su

4条回答
  •  暗喜
    暗喜 (楼主)
    2021-02-12 02:57

    You can fix this by adding under the runtime section in the .config files of:

    • MSBuild (example path: C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\MSBuild\15.0\Bin\MSBuild.exe.config)
    • Visual Studio (example path: C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\devenv.exe.config)

提交回复
热议问题