View Single Post

  #4 (permalink)  
Old 10-13-2005
michele michele is offline
Junior Member
Yellow Belt
 
Join Date: Oct 2005
Posts: 13
Quote:
Originally Posted by michele
Quote:
Originally Posted by Wilfried
Hi,

Maybe the amount of free pool is more limited for a service than for a normal application ?
I tried to change DCOM properties of MapPoint, setting authorization level on nothing and grantig permissions on the user of my windows service.
For a moment (I don't know why) I instanced up to 10 MapPoint with my Windows Service so I thinked the problem was solved. One week later I tested the application but i found the problem not solved.

I think the solution could be setting some proprerty on DCOM object, but I can't understand how to do it.

Anyone has an idea?

Maybe found the solution!!!!

http://support.microsoft.com/default...b;en-us;184802

I changed 512kb (heap size for the window services) to the value reserved for interactive process and now works!!!
Reply With Quote