G
Guest
Hi,
We have an ASP.NET application that uses Server.CreateObject in the .aspx
pages to create (ASP) COM-components (we use the 'aspcompat="true"' option).
From the beginning we have seen COM+ errors in the event log and users being
hung or getting Internal Server Errors.
The error is:
The run-time environment has detected an inconsistency in its internal
state. This indicates a potential instability in the process that could be
caused by the custom components running in the COM+ application, the
components they make use of, or other factors. Error in
d:\nt\com\complus\src\comsvcs\threads\stawork.cpp(167), hr = 80010108: Unable
to complete async work.
We have done some testing and as it turns out even just doing executing the
command Server.CreateObject('ADODB.Stream') and not doing anything with it,
causes this error if the page is called often enough (1 every 150.000
requests). So there must be something basic wrong here.
Does anybody else have seen this problem? Or does anybody have a clue as to
solve this?
Best regards,
Niels
We have an ASP.NET application that uses Server.CreateObject in the .aspx
pages to create (ASP) COM-components (we use the 'aspcompat="true"' option).
From the beginning we have seen COM+ errors in the event log and users being
hung or getting Internal Server Errors.
The error is:
The run-time environment has detected an inconsistency in its internal
state. This indicates a potential instability in the process that could be
caused by the custom components running in the COM+ application, the
components they make use of, or other factors. Error in
d:\nt\com\complus\src\comsvcs\threads\stawork.cpp(167), hr = 80010108: Unable
to complete async work.
We have done some testing and as it turns out even just doing executing the
command Server.CreateObject('ADODB.Stream') and not doing anything with it,
causes this error if the page is called often enough (1 every 150.000
requests). So there must be something basic wrong here.
Does anybody else have seen this problem? Or does anybody have a clue as to
solve this?
Best regards,
Niels