2016-01-07 11 views
6

私はVisual Studio 2013を使用するように私に依頼したプロジェクトで作業していますが、ダウンロードしても問題は解決していません。これはエラーメッセージです:私は、テキストエディタでソリューションファイルを開くとき、私は、彼らが古いのVisual Studioのバージョンを使用していることがわかりますソリューションを開くことができません - 私のVisual Studioのバージョンのため?

{name}.Installer\{name}.Installer.vdproj: The application which this project type is based on was not found. Please try this link for further information: http://go.microsoft.com/fwlink/?LinkID=299083&projecttype=54435603-DBB4-11D2-8724-00A0C9A8B90C 

{name}.OutlookAddIn\{name}.OutlookAddIn.csproj: The application which this project type is based on was not found. Please try this link for further information: http://go.microsoft.com/fwlink/?LinkID=299083&projecttype=BAA0C2D2-18E2-41B9-852F-F413020CAA33 

Unsupported 
This version of Visual Studio is unable to open the following projects. The project types may not be installed or this version of Visual Studio may not support them. 
For more information on enabling these project types or otherwise migrating your assets, please see the details in the "Migration Report" displayed after clicking OK. 
    - {name}.OutlookAddIn, "{path}\{name}.OutlookAddIn.csproj" 
    - {name}.Installer, "{path}\{name}.Installer.vdproj" 


No changes required 
These projects can be opened in Visual Studio 2013, Visual Studio 2012, and Visual Studio 2010 SP1 without changing them. 
    - {name}, "{path}\{name}.csproj" 
    - {name}, "{path}\{my_solution}.sln" 

移行レポートでエラーメッセージ私より:

VisualStudioVersion = 12.0.21005.1 
MinimumVisualStudioVersion = 10.0.40219.1 

マイバージョン:

12.0.40629.00 Update 5 

同じ問題でVisual Studio 2015でソリューションを開こうとしました。

特定のバージョン(12.0.21005.1)をダウンロードして、問題なくソリューションを開くことができるかどうかを確認することはできますか?

または、Visual Studioと移行レポートの情報から、何をすべきかを知ることは可能でしょうか?

または、私が使用しているコミュニティバージョンでこれらの問題が発生している可能性がありますか?

答えて

6

セットアッププロジェクトは、新しいバージョンのVSではサポートされなくなりました。たとえば: https://blogs.msdn.microsoft.com/buckh/2011/03/17/visual-studio-setup-projects-vdproj-will-not-ship-with-future-versions-of-vs/

OutlookAddInプロジェクトについては、VSに追加のプラグインが必要になると思いますか?

+2

ありがとうございました!あなたが提供したリンクとWeb Developer Tools(明らかにOffice Developer Toolsが含まれています)と一緒に動作させました。 – Jefecito

関連する問題