The other day I have installed Microsoft SQL Server Data Tools - Business Intelligence for Visual Studio 2013 (SSDT: Replacement for BIDS) and started using reporting features in VS2013.
Successfully created a project using Report Server Project Wizard template.
However, later on I needed SQL Server 2014, then I downloaded and installed the developer edition. (in case if this might've caused the problem)
Now the Report Server Project templates are missing from VS2013 and I can't simply bring them back.
Now my VS2008 has the features that I want:
But no trace of them in VS2013 Professional:
Any suggestions?
Additional unsuccessful approaches I have taken
- Repaired SQL Server Data Services.
- Attempted to Uninstall this service, which led to so many problems including, can't install this service back since all the boxes are ticked and grayed out in the installation process and can't past this level anymore.
- Attempted to remove all the related components which may let me reinstall the SSDT-BI for Visual Studio 2013 again but didn't help. This is the Microsoft guide I took to do so:Removing SQL Server Data Tools Components
- Repaired the whole SQL Server 2014 (64-bit) installation from the installation medium.
- Tried retrieving unregistered VS2013 templates using
devenv.exe /InstallVSTemplates
following this Microsoft guide /InstallVSTemplates (devenv.exe).