M
Mike Bird
I have a .NET pooled COM object written in C#. The component is derived
from System.EnterpriseServices.ServicedComponent. Everything was working
fine with the old Visual Studio. I recompiled it with the new VS.NET 2003
and now I get an access violation when I try to create an instance of the
object. I can only assume that default security was tightened up since the
last version.
Can anyone point me to some documentation/examples describing:
1) What attributes I put into the COM object to set up the security
required to use the object.
2) What attributes I put into the code calling the COM object to provide
the security needed.
Thanks.
from System.EnterpriseServices.ServicedComponent. Everything was working
fine with the old Visual Studio. I recompiled it with the new VS.NET 2003
and now I get an access violation when I try to create an instance of the
object. I can only assume that default security was tightened up since the
last version.
Can anyone point me to some documentation/examples describing:
1) What attributes I put into the COM object to set up the security
required to use the object.
2) What attributes I put into the code calling the COM object to provide
the security needed.
Thanks.