Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

SharePoint 2010 project incompatible in Visual Studio 2015

I have installed Visual Studio 2015 (Professional). But when I open SharePoint 2010 project on VS 2015, it's showing project is incompatible.

Could you please tell any solution or idea to load the project in VS 2015?

like image 341
Jakaria Avatar asked Oct 21 '15 06:10

Jakaria


People also ask

How do you resolve an incompatible issue in Visual Studio?

By right clicking on project and reload it solved the issue. The issue is caused by IS extension is disabled. Please navigate to Tools > Extensions and updates, search for "Microsoft Integration Services Projects" and enable it.

How do I open an old project in Visual Studio 2022?

Open Visual Studio. On the start window, select Open a project or solution. Visual Studio opens an instance of File Explorer, where you can browse to your solution or project, and then select it to open it.

Is Visual Studio backwards compatible?

You can work with them as you always have, provided that you don't depend on newer features. We try to preserve backwards compatibility with previous versions, such as Visual Studio 2019, Visual Studio 2017, Visual Studio 2015, Visual Studio 2013, and Visual Studio 2012.


1 Answers

Your project is not loading because Microsoft Office Developer Tools is not installed on your machine. You can easily modify your visual studio 2015 by following steps:

  1. Run Visual Studio 2015 Setup File
  2. Click on modify

enter image description here

  1. Find the “Microsoft Office Developer Tools” and select it.

enter image description here

  1. Finally click on Update.

After completing the setup open your project.

like image 91
Md. Mufazzal Hussain Avatar answered Sep 30 '22 13:09

Md. Mufazzal Hussain