Hi!
When creating data access components that run as serviced COM+
components i ran into a strange problem.
What happens? I can call methods of my serviced components without any
problems and code executes normally. But for some reason i get following
report in NT event log:
The run-time environment has detected an inconsistency in its internal
state. Please contact Microsoft Product Support Services to report this
error. Error in .\jit.cpp(524), hr = 8000ffff:
CJITActivation::CreateNextObject, CoReactivateObject failed
The problem is reproducible.
And of course when this error occurrs, the process the components are
running in, crashes.
I tried various transaction setings but the only way I found that
possibly eliminates the problem is to create a component as a pooled
component.
Could please someone explain what could be reason for this problem?
Thank you!
Jurica Cavlek