Problem While Creating a setup for VB.net application

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • exedotsree
    New Member
    • Mar 2008
    • 8

    Problem While Creating a setup for VB.net application

    Hi frnds

    During setup creation in vb.net, when I add the Project Output to the setup project, it is displaying a message stating as follows...

    The foll files may have dependencies that cannot be determined automatically.P lease confirm that all dependencies have been added to the project.

    c:\program files\aryah\msc al.ocx
    c:\program files\aryah\msc omm32.ocx
    c:\program files\aryah\msf lxgrid.ocx
    c:\program files\aryah\msw insck.ocx
    c:\program files\common files\microsoft shared\dao\dao3 60.dll
    c:\program files\microsoft office\office10 \excel.exe
    c:\program files\common files\microsoft shared\office10 \mso.dll
    d:\kvs\working\ suzprj\bin\comc tl32.ocx


    ***though I've added the above files to the project reference...

    When I create the setup and run the setup,it will install the application,but 'll give error while running the application.
  • debasisdas
    Recognized Expert Expert
    • Dec 2006
    • 8119

    #2
    You need to include the mentioned files in the set up itself.

    Comment

    • exedotsree
      New Member
      • Mar 2008
      • 8

      #3
      Originally posted by debasisdas
      You need to include the mentioned files in the set up itself.
      Hi

      Actually the path it is showing for the first 3,4 files is not actually existing...
      And I added those files to the setup itself as u told..
      But still I'm getting the same error...

      Comment

      Working...