Thread: Addin Security
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
GarlicRice GarlicRice is offline
external usenet poster
 
Posts: 1
Default Addin Security

I have written a COM Excel Add in in C#. I have selected Low Security in
Excel and I have the trust all add-ins and macros check box checked. But I
am still getting a SecurityException in code that works fine outside the
confines of the COM addin. The exception is being thrown when I register an
activated client type for remoting. Any suggestions?