Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Why is Visual Studios Installer not picking up dependencies

Tags:

I'm using Visual Studio 2005. I have a program written in C#. When I create the installer and then add the primary output, it's not picking up any dependencies. Not even .Net. Anybody have any ideas?

like image 509
Kevin Avatar asked Jan 12 '09 16:01

Kevin


1 Answers

I fixed my own problem, but figured I would post the "fix" in case any else should run into the problem. I went back under my main project>references and removed the references to other projects. Then I right clicked on each of the other projects and removed them. I added them all back and rebuilt the project. Then I right clicked on the "Detected dependencies" folder in the installer and hit refresh dependencies and it detected them all

like image 186
Kevin Avatar answered Oct 02 '22 15:10

Kevin