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?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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