I've converted an old
VB 6 application to VS 2003/FW 1.1. It runs as expected on my development box and every other developer's box. But when copied to any other user's machine, it throws an error that looks very much like the one displayed when security is not enabled for the executable:
Application has generated an exception that could not be handled.
process id=blah blah blah
Very helpful for debugging purposes.
FW 1.1 is installed on the users' machines. Because it looks like the same error security violation produce, I've tried using the 1.1 Wizard to permit access but still get the error.
Any clue what may be missing on the user's machines?