Setup Package and visual studio 2005

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Sheena777
    New Member
    • Dec 2007
    • 73

    Setup Package and visual studio 2005

    I have to create a setup package for an application that I have created. Normally this would be fine but now I have to dll's that I have referenced in the code of the Project and now when I create the Setup project visual studio is telling me to add the dll's but they have been added what do I do? How can I add and Interop assembly to the setup project?
  • debasisdas
    Recognized Expert Expert
    • Dec 2006
    • 8119

    #2
    question moved to .net forum.

    Comment

    • BageDevimo
      New Member
      • Jul 2008
      • 10

      #3
      You could 'Copy to Output directory', I think, ill double check on that, but then the install usually picks them up..

      Under 'References', right click the .dll and goto Properties. When it loads, goto copy to output directory.

      Ben Anderson,

      Comment

      Working...