积极答复者
在windows server 2008 r2 enterprise系统中错误

问题
-
在windows server 2008 r2 enterprise系统中我安装了Vs2008运行代码时出现错误,错误信息如下:此实现不是windows平台FIPS验证的加密算法的一部分。我上网查了资料如:解决方案如下:在window中打开功能里输入regedit,回车打开注册器。然后进入如下路径中
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa\FipsAlgorithmPolicy将 enable设置为0 即可。我都尝试过但是没用。求大师指导。
- 已移动 Amy Wang_Moderator 2016年7月7日 6:34 Unrelated to Windows Server Technical Preview
答案
-
你好!
这个问题可能是因为MD5算法和FIPS不兼容引起的,MD5算法是用应用程序服务(Windows Communication Foundation)来获取hash值得。Hash值为数据契约产生一个唯一的名称。
微软有个补丁(hotfix)来解决这个问题的, 我建议您先试着安装这个补丁来解决这个问题。
详细的信息,请参考下面这篇文章。
FIX: Error message in FIPS-compliant systems when you use Windows Communication Foundation to serialize generic types: "This implementation is not part of the Windows Platform FIPS validated cryptographic algorithms"
https://support.microsoft.com/en-us/kb/935434
谢谢。
Please remember to mark the replies as answers if they help and un-mark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com.
- 已建议为答案 Jay GuModerator 2016年7月4日 5:47
- 已标记为答案 Jay GuModerator 2016年7月7日 6:39
全部回复
-
你好!
这个问题可能是因为MD5算法和FIPS不兼容引起的,MD5算法是用应用程序服务(Windows Communication Foundation)来获取hash值得。Hash值为数据契约产生一个唯一的名称。
微软有个补丁(hotfix)来解决这个问题的, 我建议您先试着安装这个补丁来解决这个问题。
详细的信息,请参考下面这篇文章。
FIX: Error message in FIPS-compliant systems when you use Windows Communication Foundation to serialize generic types: "This implementation is not part of the Windows Platform FIPS validated cryptographic algorithms"
https://support.microsoft.com/en-us/kb/935434
谢谢。
Please remember to mark the replies as answers if they help and un-mark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com.
- 已建议为答案 Jay GuModerator 2016年7月4日 5:47
- 已标记为答案 Jay GuModerator 2016年7月7日 6:39