SSRS missing in Visual Studio 2015 (community & en

2019-09-07 07:55发布

I tried to solve my problem by using community and enterprise (trial) version of Visual Studio 2015. Couldn't solve it. Hope somebody can help me.

I want to generate a report by using SQL Server Reporting Services (SSRS). In some tutorial I see there are SSAS, SSRS & SSIS under templates | Business Intelligence when a new project is opened in Visual Studio. In my case, I don't see it as shown in the following picture:

enter image description here

If I check (my OS is Windows 10 64 bit) System Settings | System | App & features, I see SQL Server Data Tools 2015 is installed (strangely I have 2 SSDT) as seen in below.

enter image description here

I see similar problem (Missing Reporting Server templates in Visual Studio 2013 + Business Intelligence SSDT) for VS2013, in which the reporter has used 32 bit SSDT tools. Is this valid for VS2015 also? What I should do for VS2015?

2条回答
beautiful°
2楼-- · 2019-09-07 08:42

I develop the SSRS and SSIS project in Visual studio 2012 and When i open it on visual Studio 2015. both project is not loaded. then I download the SSDT and updated Its start Working

I think this Link help You to find out Your Solution

ssdt bi for the visual studio 2015 stack over flow Answer

查看更多
疯言疯语
3楼-- · 2019-09-07 08:44

Install sql server enterprise or business intelligence ctp 3.3, install VS2015 professional and finally install the latest SSDT.

  1. Uninstall previous SSDT installations.
  2. Download SQL SERVER.
  3. In Visual Studio go to Extensions and Updates and look for SQL SERVER DATA TOOLING. If the update doesn't appear, go to this page in the third point, download the setup for your regional settings.

If it doesn't work tell use what is the exact VS2015 version.

查看更多
登录 后发表回答