Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

"Out of Memory" when running COM+ app

Status
Not open for further replies.

baltog

Programmer
Dec 19, 2002
22
0
0
US
Hi,

I'm working with COM+ application. My question is not regarding with the code since my code is running in other workstation. My problem is that when i run the program or run with full compile, it did not continue. The reason is "Out of Memory". I've tried to modify the memory management of my computer but it did not work. Please help.


Thanks n advance
 
I've usually seen this with uncontrolled recursive function calls. Probably can happen too when you have a loop in the calls to your COM+ components.

Chip H.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top