This is the problem explained in some detail below:
I run a VB 5 exe on a Citrix server (NT) which is accessed by the user via thin client technology. I have the source code on my laptop (Win98) which is where i do all my developing of code, I also compile the code on my laptop and then update the server with the new exe as and when needed.
The problem i am having is recently, when i amend code and compile the exe on my laptop and then copy it over to the server - the exe runs fine but certain forms within the application when attempted to be accessed throws up the error below which is then handled appropriately within my code (ie chucks me out to main MDI form without causing a fatal error):
50003: Unexpected Error
The thing that really gets me is that if I point the ODBC connection on my Laptop to the live d/base and run the exe on my Laptop everything runs perfectly and all forms can be accessed! So i can't even re-create the error on test in order to debug it thoroughly ......... Another thing as well - if i revert back to a previous exe the forms within the application which cause the error, open perfectly with no errors on the server - help!
The only thing which has changed over the last few months is that our company has changed from a Novell network to a MS exchange network, so I have a sneaking suspicion it is a Dll, Ocx version problem between the server and my laptop??
Thanks in advance, Chris