Trust Assembly in FCL
In my spare time i'm create a component to manage the services in SQL Server .During the development, I'm face the security problem(yeah CAS you know it), Some of my feature especialy based System.Data.Sql FCL need Full trust assembly. We can set the CAS by during deployment (click once config, setup) , manually using caspolicy in control panel, or progamatically. Just wonder is there any custom tool that integrated in VS2005 and running temporary when debugging session to set the assembly as full trust (still searching it). Since this problems is dejavu in VSTO, maybe the progamatically solve the problem
will try it tonight