SSAS project (.dwproj) not opened in Visual Studio

2019-03-03 16:00发布

问题:

Hello,

I'm trying to open ssas package on vs 2015, but there is no such version (2015)!

Help please!

Thanks

回答1:

I think this is an issue of Visual Studio 2015 that require installing an extension:

This issue was cited in the following link, and the author found the following solution:

In the Extensions and Updates select "online" and search for "Microsoft Analysis Services Modeling" that toolset will provide the dwproj extensions.

So in Visual Studio:

  1. Go to Tools >> Extensions and Updates
  2. Select the Online option
  3. Search "Microsoft Analysis Services Modeling" or "Microsoft Analysis Server Projects"
  4. Install the extension

If you did n't fund the extension you can install it manually from the following link:

  • Microsoft Analysis Services Projects

Update 1

Also make sure that you installed SQL Server Data Tools:

  • SQL Server Data Tools in Visual Studio 2015
  • Download and install SQL Server Data Tools (SSDT) for Visual Studio

Update 2

If none of the instructions above solved the issue, make sure you have installed the latest update for Visual Studio 2015:

  • Visual Studio 2015 Update 3 and .NET Core 1.0 Available Now