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. Visual Basic
  4. URGENT..Can not change the code after deployment

URGENT..Can not change the code after deployment

Scheduled Pinned Locked Moved Visual Basic
sysadminhelp
7 Posts 4 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.
  • R Offline
    R Offline
    Ranoush
    wrote on last edited by
    #1

    Guys, I have this project that i've deployed and then i needed to do some changes to the code..no matter what, the code keeps ignoring any changes i've done and act as the deployed code! HELP

    R 1 Reply Last reply
    0
    • R Ranoush

      Guys, I have this project that i've deployed and then i needed to do some changes to the code..no matter what, the code keeps ignoring any changes i've done and act as the deployed code! HELP

      R Offline
      R Offline
      Robert Rohde
      wrote on last edited by
      #2

      :confused: How have you deployed your project? What do you mean by code changes? You deploy compiled assemblies where you cannot change the code...

      R 1 Reply Last reply
      0
      • R Robert Rohde

        :confused: How have you deployed your project? What do you mean by code changes? You deploy compiled assemblies where you cannot change the code...

        R Offline
        R Offline
        Ranoush
        wrote on last edited by
        #3

        what i meant is, after the deployment, any changes to the original source code won't apply!

        C 1 Reply Last reply
        0
        • R Ranoush

          what i meant is, after the deployment, any changes to the original source code won't apply!

          C Offline
          C Offline
          Colin Angus Mackay
          wrote on last edited by
          #4

          Ranoush wrote: after the deployment, any changes to the original source code won't apply After you deploy your application, you can change the original source code, re-compile it, test it, ensure that the changes are what you need then... You re-deploy it.


          Do you want to know more? WDevs.com - Open Source Code Hosting, Blogs, FTP, Mail and Forums

          R 1 Reply Last reply
          0
          • C Colin Angus Mackay

            Ranoush wrote: after the deployment, any changes to the original source code won't apply After you deploy your application, you can change the original source code, re-compile it, test it, ensure that the changes are what you need then... You re-deploy it.


            Do you want to know more? WDevs.com - Open Source Code Hosting, Blogs, FTP, Mail and Forums

            R Offline
            R Offline
            Ranoush
            wrote on last edited by
            #5

            Well that's the weird thing, ANY changes to the original source won't apply..i re-compiled so many times but it keeps acting as the old code would! It's like a fix code! I don't get any compilation errors tho't

            C 1 Reply Last reply
            0
            • R Ranoush

              Well that's the weird thing, ANY changes to the original source won't apply..i re-compiled so many times but it keeps acting as the old code would! It's like a fix code! I don't get any compilation errors tho't

              C Offline
              C Offline
              Colin Angus Mackay
              wrote on last edited by
              #6

              Are you sure you are using the correct binaries? I mean, the new assemblies do actually have the current date/time on them? The only thing I can think of is that you are getting the assemblies from an old directory, or you are looking in Debug or Release, when it is compiling to the other. Have you tried deleting the bin directories in your project then getting it to rebuild the whole solution? That way at least you know that the files in the bin directories are new. If it isn't any of the above, then I am not sure what it could be because I have never come across anything like this.


              Do you want to know more? WDevs.com - Open Source Code Hosting, Blogs, FTP, Mail and Forums

              B 1 Reply Last reply
              0
              • C Colin Angus Mackay

                Are you sure you are using the correct binaries? I mean, the new assemblies do actually have the current date/time on them? The only thing I can think of is that you are getting the assemblies from an old directory, or you are looking in Debug or Release, when it is compiling to the other. Have you tried deleting the bin directories in your project then getting it to rebuild the whole solution? That way at least you know that the files in the bin directories are new. If it isn't any of the above, then I am not sure what it could be because I have never come across anything like this.


                Do you want to know more? WDevs.com - Open Source Code Hosting, Blogs, FTP, Mail and Forums

                B Offline
                B Offline
                Bad Sector
                wrote on last edited by
                #7

                also make sure that after u have compiled ur project u rightclick on ur setup project and select rebuild option. if problem still exist try to remove the setup project from the projectlist and then add a new setup project. Hope it will work. Computer... :confused: Programming... :confused: What That

                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