2016-01-07 3 views
6

मैं एक प्रोजेक्ट पर काम कर रहा हूं जहां उन्होंने मुझे विजुअल स्टूडियो 2013 का उपयोग करने के लिए कहा था, इसलिए मैंने डाउनलोड किया लेकिन मुझे अभी भी समाधान खोलने में समस्या आ रही है। यह त्रुटि संदेश है:समाधान नहीं खोल सकता - मेरे विजुअल स्टूडियो संस्करण की वजह से?

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" 

माइग्रेशन रिपोर्ट में त्रुटि संदेश:

{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 

जब मैं एक पाठ संपादक में समाधान फ़ाइल को खोलने मैं देख सकता हूँ कि वे एक बड़े दृश्य स्टूडियो संस्करण का उपयोग किया से मेरा:

VisualStudioVersion = 12.0.21005.1 
MinimumVisualStudioVersion = 10.0.40219.1 

मेरे संस्करण:

12.0.40629.00 Update 5 

मैंने भी एक ही समस्या के साथ विजुअल स्टूडियो 2015 में समाधान खोलने की कोशिश की।

क्या यह देखने के लिए कि क्या मैं बिना किसी समस्या के समाधान खोल सकता हूं, विशिष्ट संस्करण (12.0.21005.1) डाउनलोड करना संभव है?

या क्या यह संभव है, विजुअल स्टूडियो और माइग्रेशन रिपोर्ट की जानकारी से, यह जानने के लिए कि क्या करना है?

या क्या यह संभव है कि मैं जिस समुदाय संस्करण का उपयोग कर रहा हूं वह इन समस्याओं का कारण बन रहा है?

उत्तर

6

सेटअप परियोजनाएं अब वीएस के नए संस्करणों द्वारा समर्थित नहीं हैं। उदा .: https://blogs.msdn.microsoft.com/buckh/2011/03/17/visual-studio-setup-projects-vdproj-will-not-ship-with-future-versions-of-vs/

OutlookAddIn प्रोजेक्ट के लिए, मुझे लगता है कि आपको वीएस को कुछ अतिरिक्त प्लगइन चाहिए?

+2

धन्यवाद सर! आपके द्वारा प्रदान किए गए लिंक और वेब डेवलपर टूल्स (जो स्पष्ट रूप से ऑफिस डेवलपर टूल्स शामिल हैं) के साथ मिलकर काम करता है। – Jefecito

संबंधित मुद्दे