J
John
Hello
I've made an Outlook 2003 add-in, using VSTO and vb.net.
Everything is working fine, except i can't run functions from a third party dll.
Does this dll need to be secured before it can be used? I've read through the documentation, and alot of guides and forums, but hasn't been able to find a good answer.
If so, how do i do this?
I've built my add-in based on the documentation on MSDN, 2-step guide.
(step 1 - http://msdn2.microsoft.com/en-us/library/aa537173(office.11).aspx)
(step 2 - http://msdn2.microsoft.com/en-us/library/aa537179(office.11).aspx)
Therefor i use a modified version on the appcheck/PIACheck, as well as the SetSecurity dll, to get the add-in to execute in the end user enviroment.
I'm kinda new to Office development, so if anyone got some good documentation or how-to's, i'd be very happy for your respons
Short about my add-in,
It add's a toolbar and button to a new inspector (if it's a mailItem) in Outlook 2003 (Office 2003 Pro + SP2). When the button is clicked, it should use a third party dll, which connects to a document management system. It stops executing the code when it tries the dll functionality.
All required software is installed. The add-in works fine in my dev.enviroment, so i guess it's only the security on the end user computer that has to be a little modified.
Thanks in advance
John
I've made an Outlook 2003 add-in, using VSTO and vb.net.
Everything is working fine, except i can't run functions from a third party dll.
Does this dll need to be secured before it can be used? I've read through the documentation, and alot of guides and forums, but hasn't been able to find a good answer.
If so, how do i do this?
I've built my add-in based on the documentation on MSDN, 2-step guide.
(step 1 - http://msdn2.microsoft.com/en-us/library/aa537173(office.11).aspx)
(step 2 - http://msdn2.microsoft.com/en-us/library/aa537179(office.11).aspx)
Therefor i use a modified version on the appcheck/PIACheck, as well as the SetSecurity dll, to get the add-in to execute in the end user enviroment.
I'm kinda new to Office development, so if anyone got some good documentation or how-to's, i'd be very happy for your respons
Short about my add-in,
It add's a toolbar and button to a new inspector (if it's a mailItem) in Outlook 2003 (Office 2003 Pro + SP2). When the button is clicked, it should use a third party dll, which connects to a document management system. It stops executing the code when it tries the dll functionality.
All required software is installed. The add-in works fine in my dev.enviroment, so i guess it's only the security on the end user computer that has to be a little modified.
Thanks in advance
John