I've just discovered that attachments haven't been working since upgrading to 7.899
BugNET was acting as if everything was fine during the upload. It accepted the uploads and dutifully entered them into the database. However, when you clicked on the file, you got a "Attachment not found error."
What I discovered was that when I upgraded, I hadn't copied over the project upload directories from my backup copy. Consequently, there were no subfolders in the Uploads directory, yet BugNET was ignoring that fact! Instead of warning anyone, it behaved like nothing was wrong.
Ugh.
ButNET should have been giving a fatal error when it tried saving the file to a non-existent project upload directory OR it should have created the directory immediately.
Now I'm stuck with many attachments that don't work and aren't repairable because the files don't exist anywhere. Yes, it's my fault, but it's still a bummer that the program didn't at least crash on attachment upload.
Looks like there's a bug due to a partially-written Try/Catch/Finally block.