Dependencies when building a setup project

  • Thread starter Thread starter Jack Russell
  • Start date Start date
J

Jack Russell

When I started my current project I used some .com controls. I have now
removed all these (or I thought that I had) and replaced them with their
..net equivalents.

However when I build a setup project it still detects the old .com dlls
and adds them in. Where are they coming from??

Thanks
 
Hi,

In the solution explorer you will see references. Expand the
references and go ahead and delete the ones to the old com control. They
should have interop in the name.

Ken
 
Ken,

Thanks, tried that but they are not there!
Hi,

In the solution explorer you will see references. Expand the
references and go ahead and delete the ones to the old com control. They
should have interop in the name.

Ken
 
re-create the set-up file from the beginning -- this may be an issue
with how the file is updated by VS -- I have had it keep references to
removed items in the set-up file (you can manually edit the file
outside of VS, btw)
 
stand__sure said:
re-create the set-up file from the beginning -- this may be an issue
with how the file is updated by VS -- I have had it keep references to
removed items in the set-up file (you can manually edit the file
outside of VS, btw)
Thanks,
Had to edit the vbproj file! Made sure I had a backup of everything first.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top