|
-
June 18th, 2001, 03:05 AM
#1
Run-Time Error
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.
-
June 18th, 2001, 03:13 AM
#2
Re: Run-Time Error
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. "
-
June 18th, 2001, 03:49 AM
#3
Re: Run-Time Error
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.
-
June 18th, 2001, 04:17 AM
#4
Re: Run-Time Error
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.
...at present time, using mainly Net 4.0, Vs 2010
Special thanks to Lothar "the Great" Haensler, Chris Eastwood , dr_Michael, ClearCode, Iouri and
all the other wonderful people who made and make Codeguru a great place.
Come back soon, you Gurus.
-
June 18th, 2001, 05:09 AM
#5
Re: Run-Time Error
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|