帮助修复:错误消息(“此实现不是Windows平台FIPS验证的加密算法的一部分.") [英] Help to FIX: Error message ('This implementation is not part of the Windows Platform FIPS validated cryptographic algorithms.')

查看:62
本文介绍了帮助修复:错误消息(“此实现不是Windows平台FIPS验证的加密算法的一部分.")的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我遇到了一个问题,尝试编译Web应用程序时出现错误.完整错误为

无法打开源文件''C:\ Users \ gaj \ documents \ visual studio 2010 \ Projects \ SVADWeb \ SVADWeb \ Health Physics \ Tracking.aspx.cs''(``此实现不属于Windows平台FIPS的一部分经过验证的冰晶算法.'')

直到今天一切都变糟了,我对代码进行了一些更改,但没什么大不了的,我不相信我对Visual Studio进行了更改.我确实注意到,如果我关闭文件,那么它将生成,但是如果在VS 2010中打开以进行编辑,则会出现错误.有时我也关闭了文件.任何帮助将非常感谢.

另外,如果我删除了.aspx,aspx.cs和aspx.designer.cs文件,则可以构建.然后,如果我包括我无法建立的文件.我试图添加一个新的Web窗体并将内容从文件a复制到文件B.这也给了我一个错误,但是在CS文件中我什么也没有,只复制了aspx文件.我不知道是否是因为我正在使用ajaxcontrolkit和telerik控件.

我在Vista上使用Visual Studio Professional 2010,并且我的Web服务器是Windows Server2003.
.

I have run into a problem where i try to compile my webapplication and i get an error. The full error is

Source File ''C:\Users\gaj\documents\visual studio 2010\Projects\SVADWeb\SVADWeb\Health Physics\Tracking.aspx.cs'' could not be opened (''This Implementation is not part of the Windows Platform FIPS validated crytographic algorithms.'')

Everything was ruinning fine up untill today, i made some changes to my code but nothing major and i dont belive i have made changes to visual studio. i did notice that if i close the file then it would build but if its open for edit in VS 2010 i get the error. I also get it sometimes with the file closed too. Any help would be great thanks.

Also if i delete the file .aspx, aspx.cs and aspx.designer.cs then i am able to build. Then if i include the files i cant build. I tried to add a new webform and copy the contetnts from file a to file B. This gives me an error aswell but i have nothing in the cs file i only copied over the aspx file. i dont know if its because i am using the ajaxcontrolkit and telerik controls.

i am using visual studio professional 2010 on vista and my web server is windows server 2003
.

推荐答案

这对我有用

HKLM \ SYSTEM \ CURRENTCONTROLSET \ CONTROL \ LSA设置DWORD FIPSALGORITHMPOLICY = 0
This worked for me

HKLM\SYSTEM\CURRENTCONTROLSET\CONTROL\LSA set DWORD FIPSALGORITHMPOLICY = 0


请参阅http://social.msdn.microsoft.com/Forums/en-US/clr/thread/7a62c936-b3cc-4493-a3cd-cc5fd18b6b2a/ [ ^ ]


这篇关于帮助修复:错误消息(“此实现不是Windows平台FIPS验证的加密算法的一部分.")的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆