Yesterday accidentally deleted the Xamarin development environment of virtual device network equipment. The name is: vEthernet (internal Ethernet Port Windows Phone Emulator). The code that causes the original to run correctly cannot be edited, prompting for 12 errors, and it is not possible to navigate to a specific error. The relevant method cannot be found in the data. Later, when looking at the error, there was a cryptographic algorithm called FIPS validation, and then tried the principles of the experiment to find the solution, the problem. It is now recorded as follows:
Windoows client program is installed on Chinese Win7 operating system, after installing on an English win7 operating system, the following error is prompted when logging in:
System.InvalidOperationException:This implementation is not part of the Windows Platform FIPS validated cryptographic ALG Orithms. At
Translated into Chinese, it is probably the following meaning:
This implementation is not part of the Windows platform FIPS-validated cryptographic algorithm
Online Search Solutions:
Enter the registration form
Press Win+r to run regedit
Modify the "Enabled" value below to be 0.
Hkey_local_machine\system\currentcontrolset\control\lsa\fipsalgorithmpolicy\enabled
Restart your computer after you modify it. After compiling the code, the original deleted network connection will be added back automatically. Hope is useful to you.
Xamarin mistakenly deletes the processing of vethernet (internal Ethernet Port Windows Phone Emulator) network devices.