Click here to Skip to main content
15,894,646 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
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
.
Posted
Updated 20-Apr-11 9:01am
v2

This worked for me

HKLM\SYSTEM\CURRENTCONTROLSET\CONTROL\LSA set DWORD FIPSALGORITHMPOLICY = 0
 
Share this answer
 
Comments
Nish Nishant 21-Apr-11 11:41am    
Yeah, that's one of the solutions mentioned in the MSDN thread I linked above.
Member 13018165 22-Feb-17 21:27pm    
Thanks guy's the HKLM key worked for me.
I wonder how it got set ?? Mark.
Flaviano Galdino 6-Feb-18 9:58am    
This solution helped me to solve a problem with SignalR. There was an internal error occurred when a webclient while trying to connect. At thme moment that webclient was try negociate (SignalR: Negotiating with). The server respond with this error: 'Failed to load resource: the server responded with a status of 500 (Internal Server Error)' Windows server 2012.

Thanks a lot!

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900