Sunday, February 26, 2006

Visual Studio .NET plugin for Workspaces source control

A good practive to organize the solution and projects when working with VS.Net is you should always locate the solution file at a level higher in the directory hierarchy than any of the projects in contains. If we create proj1 in c:\temp\test1, we should always put the solution file one level higher, such as c:\temp.

This is very important, otherwise, the OK button will be disabled and you won't be able to add the projects into the workspace. This takes me a while to figure it out.

A good resources for Visual Studio .Net plugin.

Visual Studio .NET plugin for Workspaces source control

No comments: