I am trying to get a VS 2005 .Net c# application to work from a network,
which includes a TeeChart component.
The only way I can get this to work is by Setting a Security Policy within
the .Net Configuration that gives the TeeChart dll Trusted Access.
Surely this is not required to allow teechart to run from a network.
Is there another way to o this? Is there something i am missing ?
Cheers
Security Policy to run on a Network
Hello,
We would expect the regular .NET framework security restrictions to apply to the use of TeeChart as per other dll assemblies. TeeChart is Strong named to permit Code Group Strong Named permission to be applied directly for TeeChart.
We will note to add some comments to the Tutorials about network use.
Regards,
Marc Meumann
We would expect the regular .NET framework security restrictions to apply to the use of TeeChart as per other dll assemblies. TeeChart is Strong named to permit Code Group Strong Named permission to be applied directly for TeeChart.
We will note to add some comments to the Tutorials about network use.
Regards,
Marc Meumann
Steema Support