Showing posts with label Visual Studio 2010. Show all posts
Showing posts with label Visual Studio 2010. Show all posts

Thursday, December 22, 2011

TF10121: The path '' is not found or not supported. Type or select a different path

When working with a Web site within Visual Studio 2010 the Source Control window displayed the error message: TF10121: The path '[Web Site Url]' is not found or not supported. Type or select a different path.

There are a bunch of different articles out there around how to resolve this problem. Basically the reference article below titled TF10121: The path '' is not found or not supported. Type or select a different path (VS.NET) has the answer that worked. Open the affected solution (containing the web site that displays this error). Remove the affected project. Re-add the project.

This did the trick!

The article below also mentions a more low-level resolution if that does not work correctly (listed as a work-around) under which you manually remove the binding information.

Reference:
TF10121: The path '' is not found or not supported. Type or select a different path (VS.NET)

Monday, September 29, 2008

Visual Studio 2010 Announced

Check out the announcement for Visual Studio 2010 and the .NET Framework 4.0


Norman Guadagno: Announcing Visual Studio Team System 2010


Overall themes:
ALM (Application Life cycle Management) inside of Visual Studio. Integration of architecture, development, QA, and other parties involved in the life cycle.

Developer Experience. Improving the developer user experience with Visual Studio.

Architecture: UML support/UML modeler.

Cameron Skinner: Visual Studio Team System 2010 - Architecture


Code Analysis: enhancements (a little vague).

Unanswered questions:
1. Will there be a new version of the CLR?