Hi everyone!
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)]
MyComponent: ComponentService
{
.....
}
I wa...
more >>
Hi,
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:
System.IO.FileNotFoundException: Die Datei oder Assembly Voil,
Version=3D1.0.0.0, Culture=3Dneutral, PublicKeyToken=3D0f47ce52...
more >>