.NET interoperability in R2

Rob_HansenRob_Hansen Member Posts: 296
edited 2011-11-02 in NAV Three Tier
Greetings -

I'm using the System.Windows.Form.Clipboard .NET class in some NAv 2009 R2 code. Because I'm reading from the clipboard, I need the assembly to run on the client. So, I've set the RunOnClient property for the variable to Yes. My problem is that the user gets the security prompt to allow the component to run...that is fine, but unlike automation variables there is no option to "Always Allow". The only options are to Allow and Ask each time, or not allow it. I don't want the user to have to Allow the action every time. Is there something I'm missing here?

Comments

Sign In or Register to comment.