Problem while Loading .net winform for outlook folder view

V

vytheese

I am in process of showing customized view for the outlook specific outlook
folders.

( reference :: http://msdn.microsoft.com/en-us/library/aa479345.aspx )

I am using VSTO 3.0
I am programatically seting the following property for IMAPI folder.
WebURL = "C:\MyFolder\MyView.htm"
webview = true

In the web page I load the winform with the help of Object Tag.

In the web form I am loading some third party UI controls ( TFS workitem
form controls). Some of the controls in the thrid party UI is not redering
throwing "Target Invocation error ".

Also the Winform showing in the webbrowser is sharing the same App Domain of
my outlook loaded Addin. ( reference ::
http://msdn.microsoft.com/en-us/library/dd219576.aspx )

Since the winform is in web browser I guess It works in partial trust mode.
I don't know how to give a proper permission.


Thanks,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top