“This project is incompatible with the current version of Visual Studio”

前端 未结 15 1274
猫巷女王i
猫巷女王i 2020-12-09 00:34

I was getting the below message from Visual Studio 2010.

\"This project is incompatible with the current version of Visual Studio\"

相关标签:
15条回答
  • 2020-12-09 01:16

    In case you came here looking for the issue with ".smproj" file, it is because you are missing SQL Server Analysis Services(SSAS). To over come this, install SQL Server Data Tools(SSDT) in your system, restart your Visual Studio and it will work.

    Thanks.

    0 讨论(0)
  • 2020-12-09 01:17

    This issue might be caused when using VS 2015 with Update 3 installed on one PC and without update 3 installed on another. This was the problem in my case.

    0 讨论(0)
  • 2020-12-09 01:20

    I checked if i could create a new solution and was unable because SSAS,SSIS and SSRS weren't there as options.

    I downloaded SSDT from here and installed and it worked...

    https://docs.microsoft.com/en-us/sql/ssdt/download-sql-server-data-tools-ssdt?view=sql-server-2017

    0 讨论(0)
提交回复
热议问题