SSAS project (.dwproj) not opened in Visual Studio

2019-03-03 16:08发布

ssis error on vs2015

Hello,

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

Help please!

Thanks

1条回答
再贱就再见
2楼-- · 2019-03-03 16:22

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:

Update 1

Also make sure that you installed SQL Server Data Tools:

Update 2

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

查看更多
登录 后发表回答