views:

1357

answers:

2

When I try to build a project in Visual Studio 2005 that has a .dtproj file, I get the error message:

Make sure the application for the project type (.dtproj) is installed.

This project was build on another system, but even after installing SQL Server 2005 & and SQL SP3, it still does not build.

+1  A: 

You may be missing development tools from your installation of SQL Server.

Shiraz Bhaiji
There's an option when installing SQL Server to install the Visual Studio tools. Apparently it wasn't selected.
DaveE
+6  A: 

You need to install the Business Intelligence Studio that is a part of the SQL Server Installation.

The Matt
It turns out that Visual Studio 2005 comes with SQLExpress, which does not have Business Intelligence Studio. Uninstalling express and then installing the full version was the fix.
Walter
This worked for me. Thanks.
zonkflut