G
Guest
Hi,
I am trying to connect to a COM+ library application from a Windows forms
exe. When I try to create the serviced component I get a not authorized
exception.
The serviced component has these attributes:
[EventTrackingEnabled(true)]
[JustInTimeActivation(true)]
[Transaction(TransactionOption.Required, Timeout = 2000)]
[SecurityRole("Developer")]
[SecurityRole("Tester")]
[ComponentAccessControl(true)]
What am I doing wrong?
How can I configure my client so it has enough security?
I am trying to connect to a COM+ library application from a Windows forms
exe. When I try to create the serviced component I get a not authorized
exception.
The serviced component has these attributes:
[EventTrackingEnabled(true)]
[JustInTimeActivation(true)]
[Transaction(TransactionOption.Required, Timeout = 2000)]
[SecurityRole("Developer")]
[SecurityRole("Tester")]
[ComponentAccessControl(true)]
What am I doing wrong?
How can I configure my client so it has enough security?