Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. Creating deployment

Creating deployment

Scheduled Pinned Locked Moved C#
designsysadmindebuggingbusinessquestion
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • W Offline
    W Offline
    waddie1
    wrote on last edited by
    #1

    Hey guys I am trying to create an install file for my solution. My solution has five projects, four of which are business layers and data access layers. The UI project has references to the debug dll's of the other projects and all works fine in debug mode. However when I build the setup project and run it on another computer it is still trying to reference the debug dll's rather than those installed. What am I doing wrong? I thought the setup project automatically changed these references!? I am using the setup wizard project to create the relevant files. Thanks in advance

    K J 2 Replies Last reply
    0
    • W waddie1

      Hey guys I am trying to create an install file for my solution. My solution has five projects, four of which are business layers and data access layers. The UI project has references to the debug dll's of the other projects and all works fine in debug mode. However when I build the setup project and run it on another computer it is still trying to reference the debug dll's rather than those installed. What am I doing wrong? I thought the setup project automatically changed these references!? I am using the setup wizard project to create the relevant files. Thanks in advance

      K Offline
      K Offline
      kubben
      wrote on last edited by
      #2

      I am pretty sure that the setup project only points to the dlls you tell it to include. I am pretty sure you need to remove the old debug dlls from the setup and add the new release dlls. Ben

      1 Reply Last reply
      0
      • W waddie1

        Hey guys I am trying to create an install file for my solution. My solution has five projects, four of which are business layers and data access layers. The UI project has references to the debug dll's of the other projects and all works fine in debug mode. However when I build the setup project and run it on another computer it is still trying to reference the debug dll's rather than those installed. What am I doing wrong? I thought the setup project automatically changed these references!? I am using the setup wizard project to create the relevant files. Thanks in advance

        J Offline
        J Offline
        Jax_qqq
        wrote on last edited by
        #3

        Ben is absolutely right and just want to add one more thing make sure u have taken all resources with the setup used by released Dlls Cheers :)

        Anuj

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups