Running an application over the network

i_am_vikram

Newcomer
Joined
Mar 12, 2003
Messages
2
Hi Everyone...

I had a distributed application in VB3 which I had to upgrade it to VB.NET. The application works fine on a 2000 machine but when I try to run it on a 98 machine, it works fine until I try to exit the application and then it just crashes. I have also noticed that when I try to run the application 2-3 times on 98 machine then when i try to run the application it says I have not enough memory. Please give me a suggestion I have tried everythin I could.

Also, I get this message before it crashes :

"Exception generated an error that cannot be handled"
 
Wrong error message

Sorry I typed in the wrong error message, the error message is:

"Application generated an excception that cannot be handled"
 
Press Ctr+Alt+Delete after "closeing" Your application. If it's still at the processes list then try to check the Terminate, Unload etc. events. Out of memory shows beacous there are 2-3 Your's applications runnig.
 
Back
Top