Visual Studio 2010 Ultimate で VS 2010 プロジェクトを開こうとしています。プロジェクトはソース管理 (TFS) の下にあり、ローカル フォルダーから開きたいと考えています。開いた後、次のエラーが表示されます。
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.
そして、メッセージ
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()
ソリューションは、使用できないプロジェクトで表示されます。VS Ultimate を使用しているので、バージョンの問題ではないと思います。この問題についてはすでに質問がありますが、あまり答えられませんでした