I am trying to open a VS 2010 project with Visual Studio 2010 Ultimate. The project is under source control (TFS) and I want to open it from the local folder. After opening, I get an error:
The Project is under Source Control. This Version of Visual studio .net does
not support source controlled projects. Any changes that you make to this project
will not be propagated to source code.
And then a message
Exception details:
System.Runtime.InteropServices.COMException (0x80004005): Package 'Microsoft.VisualStudio.TeamFoundation.VersionControl.HatPackage, Microsoft.VisualStudio.TeamFoundation.VersionControl, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' failed to load.
at System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(Int32 errorCode, IntPtr errorInfo)
at System.Runtime.InteropServices.Marshal.ThrowExceptionForHR(Int32 errorCode)
at Microsoft.VisualStudio.Platform.WindowManagement.WindowFrame.GetPackage()
at Microsoft.VisualStudio.Platform.WindowManagement.WindowFrame.ConstructContent()
The solution is then showing with an unavailable project. I don´t think it can be a version problem because I use VS Ultimate. There is already a question about this problem, but I could not make very much of the answers