Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Unsupported This version of Visual Studio is unable to open the following projects

Tags:

I'm getting error like this after updating sql server to 2016. I have opened the project in VS2015 & while rebuilding Database project I'm getting error like below:

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.enter image description here

like image 322
Averla Team Avatar asked Aug 10 '17 12:08

Averla Team


1 Answers

I got the same error when opening Old (VS2015) project on Visual Studio 2017

These actions solved my problem:

  • Install the latest version of SSDT
  • Open Visual Studio 2017: Go to: Tools > Extensions And Updates > Search: Microsoft Integration Services Projects > Click: Enable
  • In SSIS Project On Solution: Right Click > Reload Project
like image 137
Refael Avatar answered Sep 17 '22 17:09

Refael