P
Praveen
Hi
I have developed some com+ component in dotnet using below
System.Runtime.InteropServices
System.EnterpriseServices
I am creating object of these components in asp pages and invoking from
other com dlls ( developed in VC++) . I observe a strange behavior in
windows 2003 server. After
the function call the object is not released. Every call keeps adding to the
number of activated objects and finally it reaches the limit of my pooling
setup and fails.
I am setting the object to nothing in the asp which should ideally update
the ref count of the com object and release it.
This worked perfectly in Windows 2k and XP.
I know a workaround for this. If i call the dispose function it releases the
object. I was reluctant to change the code base on the Operating System.
Please advice how to get this issue resolved.
Thanks in advance,
Praveen
I have developed some com+ component in dotnet using below
System.Runtime.InteropServices
System.EnterpriseServices
I am creating object of these components in asp pages and invoking from
other com dlls ( developed in VC++) . I observe a strange behavior in
windows 2003 server. After
the function call the object is not released. Every call keeps adding to the
number of activated objects and finally it reaches the limit of my pooling
setup and fails.
I am setting the object to nothing in the asp which should ideally update
the ref count of the com object and release it.
This worked perfectly in Windows 2k and XP.
I know a workaround for this. If i call the dispose function it releases the
object. I was reluctant to change the code base on the Operating System.
Please advice how to get this issue resolved.
Thanks in advance,
Praveen