Error message when you try to create a team project in Visual Studio 2005 Team System: "ProtocolError" (913444)



The information in this article applies to:

  • Microsoft Visual Studio 2005 Team System Architect Edition
  • Microsoft Visual Studio 2005 Team System Developer Edition
  • Microsoft Visual Studio 2005 Team System Team Foundation:
  • Microsoft Visual Studio 2005 Team System Test Edition

SYMPTOMS

When you create a new team project in Microsoft Visual Studio 2005 Team System, the project is not created. Additionally, you may receive the following error message in the log:
Exception Type: System.Net.WebException
Exception Message: The request failed with HTTP status 404: Not Found.
WebException: Response Status Code: NotFound
WebException: Response Status Message: Not Found
WebException: Status : ProtocolError

CAUSE

This problem occurs because Microsoft SharePoint Portal Server 2003 returns incorrectly formatted data. The incorrectly formatted data violates strict protocol checks in the Microsoft .NET Framework 2.0 on the client computer.

RESOLUTION

To resolve this problem, make sure that the Devenv.exe.config file contains the following section.
<configuration>
      <system.net>
            <settings>
                  <httpWebRequest useUnsafeHeaderParsing="true"/>
            </settings>
      </system.net>
</configuration>

STATUS

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

MORE INFORMATION

For more information about Visual Studio Team System 2005, visit the following Microsoft Developer Network (MSDN) Web site:

Modification Type:MajorLast Reviewed:4/11/2006
Keywords:kbinfo kbfix kbtshoot kbprb KB913444 kbAudDeveloper kbAudITPRO