Azroles Issue

  • Thread starter Thread starter PS
  • Start date Start date
P

PS

All -

Really would appreciate some help in this.

I have a VSTO Project which uses Azman for Authentication.

Initially I was using an older version of AzrolesLib (version 1.x) and
everything works fine. I basically am referencing
Interop.Azroleslib.dll in my VSTO project.

Now i have to update my project using the latest version of Azroles.
But here is the issue -

1. How do I generate the Interop.Azroleslib.dll from the latest
version of Azroles.
2. I work in an enterprise environment where I can sign only using the
standard public key. How do i sign/strong name the Interop Assembly
once i generate it.

Thanks
 
This has nothing to do with Outlook, but you can reference any COM dll and a
PIA will be automatically generated. You can also contact the vendor and see
if they have an official PIA available. PIA's are not signed or strong
named.
 
Back
Top