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
SYMPTOMSWhen 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
CAUSEThis 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.RESOLUTIONTo 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>
STATUSMicrosoft
has confirmed that this is a problem in the Microsoft products that are listed
in the "Applies to" section.
Modification Type: | Major | Last Reviewed: | 4/11/2006 |
---|
Keywords: | kbinfo kbfix kbtshoot kbprb KB913444 kbAudDeveloper kbAudITPRO |
---|
|