HighlandJinx
Programmer
The software I code is packaged using Visual Studio Installer and tested. One crazy error is occuring that has baffled myself and the rest of our support team. When we use the software via VB6 no errors occur, yet when we run the software with VB6 closed, the software produces a fatal error and closes, when in the middle of a process. Now this does occur in the same place every time, but the last week has been spent error trapping and the error occurs in different places, no warning is given, it just dies...
I think there might be a memory issue, with a lot of variables being stored in various procedures and variables. Can anyone out there tell me of a method of viewing memory used by the program or if i am just chasing shadows?
It is strange as when i install the software on my machine which does have VB6, the software works fine if i run it through VB6 and debugging brings up nothing, yet when i run the software exe, not using VB6, it always crashes after a certain procedure that has just completed stroing data to an mdb via an ADO.
Any help would be appreciated, i'm stumped for the time being.
I think there might be a memory issue, with a lot of variables being stored in various procedures and variables. Can anyone out there tell me of a method of viewing memory used by the program or if i am just chasing shadows?
It is strange as when i install the software on my machine which does have VB6, the software works fine if i run it through VB6 and debugging brings up nothing, yet when i run the software exe, not using VB6, it always crashes after a certain procedure that has just completed stroing data to an mdb via an ADO.
Any help would be appreciated, i'm stumped for the time being.