COM+ component - unauthorized access on V1.1 .NET
Hi,
I've moved some code from V1.0 to V1.1 of the .NET framework.
A simple windows application instantiates a COM+ serviced component.
m_TxnServer = new TxnServer();
This works fine in V1.0 but V1.1 throws an UnauthorizedAccess exception.
Am I missing a COM+ attribute or something that is new in V1.1.
Thanks,
James.
|