2016-01-07 17 views
6

Visual Studio 2013'ü kullanmamı istediğim bir proje üzerinde çalışıyorum, bu yüzden karşıdan yükledim, ancak yine de çözümü açarken sorun yaşıyorum. Bu hata iletisi:Çözüm açılamıyor - Visual Studio sürümümden dolayı?

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" 

Göç Raporunda hata iletisi:

Ben onlar eski Visual Studio sürümünü kullandığını görebileceğiniz bir metin editörü Çözüm dosyasını açmak
{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 

daha mayın:

VisualStudioVersion = 12.0.21005.1 
MinimumVisualStudioVersion = 10.0.40219.1 

Benim versiyon:

12.0.40629.00 Update 5 

Ayrıca, Visual Studio 2015'teki Çözüm'ü de aynı sorunla açmaya çalıştım.

Çözümü sorunsuz bir şekilde açıp açamayacağımı görmek için belirli bir sürümü (12.0.21005.1) indirebilir miyim?

Veya Visual Studio ve Geçiş Raporundaki bilgilerden, mümkün olanı bilmek mümkün mü?

Veya kullandığım Topluluk sürümünün bu sorunlara neden olması olası mı?

cevap

6

Kurulum projeleri artık VS'nin daha yeni sürümleri tarafından desteklenmemektedir. E.g .: https://blogs.msdn.microsoft.com/buckh/2011/03/17/visual-studio-setup-projects-vdproj-will-not-ship-with-future-versions-of-vs/

OutlookAddIn projesiyle ilgili olarak, VS için ek bir eklentiye ihtiyacınız var sanırım?

+2

Teşekkürler! Sağladığınız bağlantı ve Web Geliştirici Araçları (Office Developer Tools’ı içeren) birlikte çalışmasını sağladı. – Jefecito

İlgili konular