Weird Stuff with VS2005
Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance
I use one of those flash drives to take backups of key files on my
work PC before I leave for the day and sometimes I make some changes
to these files at home and need to refresh the copy on my work PC when
I get in the next morning. It got boring manually formatting the flash
drive and dragging files to it, I decided to automate the process. We
use VS2005 at work so I wrote a quickie VB application.
It uses an XML file than can be edited by a form in the backup app to
specify which files and folders to backup and the name of the backup
device. It works like a champ. Here's the rub.
If I take the source code home and make some changes, then the next
day when I copy the changed files from the flash drive to the hard
drive, the OTHER copy of the EXE in my Program Files folder suddenly
stops working!!
ALL of the controls on the form refuse to fire their events. The only
control that works is the system close button, the little red X.
I can fix the problem by bringing the project back into VS, edit a
source file, hit the enter key, then the backspace key, ie, no real
change in the file other than last modified date and build the
project. Copy the new bin files to Program Files and it now works like
a champ again!!
What gives?!?!?
.
Relevant Pages
- Re: rsync backup to ext3-formatted usb flash drive?
... and rsync uses hard links to avoid duplicate backup files. ... USB flash drives have controller chips in the drive that, among other things, talk USB protocol to the host. ... If you update one inode in a block, you have to read the entire block, update the inode and write the entire block back again. ... (Debian-User) - Re: rsync backup to ext3-formatted usb flash drive?
... and rsync uses hard links to avoid duplicate backup files. ... inode, or will I lose the ability to read/write some files completely? ... USB flash drives have controller chips in the drive that, ... (Debian-User) - Re: Backup question
... Melba's Jammin' wrote: ... The most recent backup protects you against machine failure. ... What I'm doing is using a pair of USB flash drives in combination with my DVD drive backing up in duplicate to the flash drives each day and watching the file size as it grows. ... You can of course do multisession burning with applicable software or your Utilities, but I have found those flash drives to be extremely stable and dependable as an interim step to burning that allows rewriting and editing of files with media that is OFF the system. ... (comp.sys.mac.apps) - Re: Text edit question
... Are you saving as a text file or RTF file? ... Did you try selecting the entire file and applying the font size/type that you want, and then saving the file? ... I then transfer everything on both flash drives to 2 identical CDR's that then are filed away in case needed. ... If the system crashes at any time during this process, backup is available either from the CDR's or from the flash drives. ... (comp.sys.mac.apps) - Re: Help with Win 7
... Perhaps you're unfamiliar with modern backup software? ... The app settings folders are as well. ... Program Files is not. ... Which is why modern installers have the Everyone/Just For Me install ... (microsoft.public.dotnet.languages.vb) |
|