Click to See Complete Forum and Search --> : Run-Time Error


alx
June 18th, 2001, 03:05 AM
I created an application package using the package and deployment wizard of visual studio. When I installed it on an NT Server ver. 4.0 with service pack 4 and run the application. This error message appeared "Run-Time Error 7" "Out of Memory". But when I installed it on a pc with WIN95/98 OS it runs.
What could be the probable cause of this? The server config is PIII-733 with 1GB of memory.

pikkuteemu
June 18th, 2001, 03:13 AM
What kind of component you're using in your application? ADO? Component in NT might need some
backup? ...well, common solution could be that you run mdac_type.exe, in NT.
-pt

" I used to be schizophrenic, but we're okay now. "

alx
June 18th, 2001, 03:49 AM
We are using ADO component. We already included the MDAC_TYPE in our setup package but the error still comes up. any other way???
Thanks for the info.

Cimperiali
June 18th, 2001, 04:17 AM
Once I had a similar matter. It came out it was an Api declaration which differed from Win98 and Nt in type of some parameters (long instead of integer)...I do not know where to find informations about, but Hope this may give you a clue where to look for.

Special thanks to Lothar "the Great" Haensler, Tom Archer, Chris Eastwood, Bruno Paris and all the other wonderful people who made and make Codeguru a great place. Come back soon, you Gurus.

alx
June 18th, 2001, 05:09 AM
Thanks for the info but i think have found out what is wrong about application. I found out that the FM20.dll causes the problem. It recommends that you remove that from your project or install an OFFICE package