Whether TFS 2010 work with Visual Studio 2010 Solution which targets .NET 3.5 Framework?

I have an application built with Visual Studio 2008. I have converted this to Visual Studio 2010. I do not want to change the framework version. So it's targeted to .NET version 3.5. Now I put this project on TFS 2010. But there is no option of "Add Solution to Source Control". I have already set up TFS 2010 server. I just need to add this application on TFS. Whether this is possible or not?

Upvotes: 0

Views: 113

Answers (1)

pantelif
pantelif

Reputation: 8544

.net version is not relevant here, TFS should work.

It seems you have a problem adding your solution to TFS source control, load your solution to VS & go to "File">"Source Control" ~> isn't there an option "Add to source control"?

Upvotes: 2

Related Questions