When I move my program into another folder it runs an old version of the file

  • Thread starter Thread starter WeekSky
  • Start date Start date
W

WeekSky

Guest
I'm running into a very annoying and strange problem. I'm compiling my program into bin\Debug. When I execute the .exe from there, it runs the latest version without issues. However, if I move that same application into any other folder of my computer, executing it runs an old version.


How do I solve this? I've cleaned/rebuilt the project and restarted visual studio 2010 multiple times. If I upload the file to a website and download it from another computer it also executes the old version, so I'm very lost.

Continue reading...
 
Back
Top