Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

"Signature not valid" error message when you sign in to Visual Studio 2013 RC on a FIPS-enabled computer


Symptoms

When you try to sign in to Microsoft Visual Studio 2013 Release Candidate (RC), you receive the following error message:
Signature not valid

↑ Back to the top


Cause

This issue occurs because the security standard known as the Federal Information Processing Standard (FIPS) is enabled on your computer.

↑ Back to the top


Workaround

To work around this issue, use one of the following methods:
  • Turn off FIPS on your computer.
  • Prevent the CLR from enforcing FIPS compliance. To do this, add the following code to Devenv.exe.config file:
    <enforceFIPSPolicy enabled="false"/>
    For example, see the following code in Devenv.exe.config file:
    <configuration>

    <runtime>

    <enforceFIPSPolicy enabled="false"/>

    </runtime>

    </configuration>

↑ Back to the top


Status

Microsoft has confirmed that this is a problem in the Microsoft products that are listed in the "Applies to" section.

↑ Back to the top


Keywords: kbsurveynew, kbtshoot, kbexpertiseadvanced, kb

↑ Back to the top

Article Info
Article ID : 2886678
Revision : 1
Created on : 1/7/2017
Published on : 9/9/2013
Exists online : False
Views : 73