I ran into a little problem this past weekend and it left me stumped.
Has anyone here ever had a .NET app run a prior version of the
application when running the program via a desktop shortcut? At a
client's location we found that when running our app via the desktop
shortcut we would get the version of the app that first ran when we
setup the program. After running the program from it's location on the
hard drive everything went fine and the right version started coming up
after running off the desktop icon. I know this has something to do
with the program registering itself, but how is it running the old
version if we overwrote it? Also, how can I stop this from happening
short of creating an install package?(It's only an executable and it's
manifest file. The package would be overkill)
Thanks in advance