Does anybody know how to programmatically install a COM+ application and set the identity account (domain\user)? I'm using c# (.net 1.1x) winxp sp2, win2003 rc2 [assembly: ApplicationActivation(ActivationOption.Server)]
I have a serviced component, that exposes a class I am able to use some methods from. But one of the methods in my application flow then throws this exception:
I'm unsure whether this is a new phenomena caused by some service pack or whatever, but I recently discovered a serious problem with a ServicedComponent running in production in this configuration since half a year: A pooled ServicedComponent instance correctly disposed is not ...