Apparently if you’re creating a .NET Add in for Outlook, the setup routine it auto-builds doesn’t bother to include little things like say, the security setup you need for the Add in to actually work!

Apparently you have to manually setup the security using something along the lines of what they say on this page:

http://msdn2.microsoft.com/en-us/library/zdc263t0….

and this page:

http://msdn2.microsoft.com/en-us/library/6exya3kf….

Here’s a guy who suffered through the process of getting all the bootstrap prerequisites configured and the security … and seems to have a solution:

http://weblogs.asp.net/mnissen/articles/427504.aspx

Advertisement