Fairly recently (possibly since the last Windows update but I'm not sure) my app that has been in daily use for several years now fails to run succesfully. Any ideas where I should be looking? I run Windows Defender together with Malwarebytes Premium and I've added exceptions for the .exe in both.
The app connects to each one of my 3 security cameras in turn and grabs a snapshot by a call to the camera SDK. The files are renamed to the static filenames used in the weather page of my site. That all works.
The app then connects to the FTP server for my webspace, changes directory and uploads the 3 images which are then deleted from local HD.
If I run it as a preview from AMS it works perfectly but if I build the app, either as an .exe or to a folder, the FTP transfer fails and the files on my webspace are left at zero bytes.
I'm baffled.
The app connects to each one of my 3 security cameras in turn and grabs a snapshot by a call to the camera SDK. The files are renamed to the static filenames used in the weather page of my site. That all works.
The app then connects to the FTP server for my webspace, changes directory and uploads the 3 images which are then deleted from local HD.
If I run it as a preview from AMS it works perfectly but if I build the app, either as an .exe or to a folder, the FTP transfer fails and the files on my webspace are left at zero bytes.
I'm baffled.
Comment