View Single Post
  #1   Report Post  
Posted to microsoft.public.dotnet.framework,microsoft.public.excel.programming
John Yung John Yung is offline
external usenet poster
 
Posts: 4
Default How to create a script to trust an assembly - Excel 2003 - Office System Project with C#

Hi,

In order to run Excel 2003 - Office System Project with C#. All assemblies
(.DLL) use by the project must be set to full trust.

To do it manually, you right click on .NET Configuration 1.1--Runtime
Security Policy and select "Trust an Assembly".

How can I automate this process?

Thanks,

John Yung