TFS 2008 adds improved support for "offline" scenarios. This blog post identifies the scenarios under which a solution will be placed in "offline" mode. If the Visual Studio IDE is unable to connect to the TFS server when it is opening the solution, then
Read More...
The following are the necessary mininum steps required to integrate a new project type with source control within Visual Studio. The project must implement Microsoft.VisualStudio.Shell.Interop.IVsSccProject2 ( documentation ). GetSccFiles - return which
Read More...