vs2005 launching sql server 2005 tools install

burwelj

Member
Joined
Dec 11, 2007
Messages
5
Programming Experience
1-3
Hello,

I'm trying to build a release of an application in vs2005. When I build the solution, Microsoft SQL Server 2005 Tools installer launches.

This was not happening a week ago. This project was previously bound to a SourceSafe database. We unbound it from that database and added it to a new one. These seemed to work but now the installer is launching.

What would be causing this to happen?

olepro32.dll is in the application folder of my setup project in my solution. I'm really not sure why this is there. When I view my file system it has a red error line under the filename, but I cannot seem to find a reason for this.

Any help is much appreciated.

Thanks,
Josh
 
issue resolved

Have you selected SQL 2005 as prerequisite in your Setup Project Properties? Right click on your setup project -> properties -> you can see a Prerequisites button, click it and see whether your setup project has any prerequisites set.

.NET Framework 2.0 was checked.

I unchecked it, and was able to build the solution.
 
Back
Top