![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
![]()
hi
plz help me out , i need yours support badly... i have created outlook (version 2003) addin using vsto 2005 SE , i have gone thru following links hoping that i may get out of the hell http://msdn2.microsoft.com/en-us/library/bb332051.aspx http://msdn2.microsoft.com/en-us/lib...we(VS.80).aspx http://msdn2.microsoft.com/en-us/lib...we(VS.80).aspx http://msdn2.microsoft.com/en-us/lib...f7(VS.80).aspx and many more in my solution i have 3 projects 1) myaddin 2) myaddinsetup and 3) setsecurity problem is ... if i just build any of the project in my solution i am getting addin in the outlook, if i install the addin setup i am getting an error " not loaded.a runtime error during the loading of the COM add-in". the same setup is working perfectly in office 2007, why it does not work in office 2003. i have added setsecurity project to my solution. i have installed all the prerequisites to make the addin work but all went in vain. i hope u will bring me out of this issue. i am breaking my head since long back and i got frustated that i even thought of crashing my pc. do i need to modify any thing in setsecurity project for the files SetSecurity.cs , CaspolSecurityPolicyCreator.cs , AssemblyInfo.cs? if so where and what? i want to get my add-in only if i install it not if i build the solution. plz do the needful. thanks |
#2
|
|||
|
|||
![]()
Where are you developing that addin, is it on a machine with Outlook 2003 or
2007? You need to develop it on a machine with Outlook 2003 and then in your installer check for the correct PIA's on the target machine depending on the installed Outlook version. You also need to make sure any other dependencies are installed or deploy them yourself such as stdole.dll and extensibility.dll. You need to make sure the Framework version you used is also installed. If you are already doing that then it sounds like a problem with the CAS settings. Use the Framework 2.0 administrator utility to make sure your deployed security settings you added with the deployment article's custom actions are really being added and that full trust is granted. You are signing your code and using strong naming? -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003 Reminder Manager, Extended Reminders, Attachment Options http://www.slovaktech.com/products.htm "suman" wrote in message ... hi plz help me out , i need yours support badly... i have created outlook (version 2003) addin using vsto 2005 SE , i have gone thru following links hoping that i may get out of the hell http://msdn2.microsoft.com/en-us/library/bb332051.aspx http://msdn2.microsoft.com/en-us/lib...we(VS.80).aspx http://msdn2.microsoft.com/en-us/lib...we(VS.80).aspx http://msdn2.microsoft.com/en-us/lib...f7(VS.80).aspx and many more in my solution i have 3 projects 1) myaddin 2) myaddinsetup and 3) setsecurity problem is ... if i just build any of the project in my solution i am getting addin in the outlook, if i install the addin setup i am getting an error " not loaded.a runtime error during the loading of the COM add-in". the same setup is working perfectly in office 2007, why it does not work in office 2003. i have added setsecurity project to my solution. i have installed all the prerequisites to make the addin work but all went in vain. i hope u will bring me out of this issue. i am breaking my head since long back and i got frustated that i even thought of crashing my pc. do i need to modify any thing in setsecurity project for the files SetSecurity.cs , CaspolSecurityPolicyCreator.cs , AssemblyInfo.cs? if so where and what? i want to get my add-in only if i install it not if i build the solution. plz do the needful. thanks |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
VSTO Outlook Addin doesn't get loaded for non-admin user | Piyush Gupta | Add-ins for Outlook | 5 | May 9th 07 07:24 PM |
VSTO Outlook 2003 - problem with actions | Eddie | Add-ins for Outlook | 4 | November 6th 06 05:00 PM |
Problem with an Addin using IExchExtCommands and Outlook 2007 B2 T | Christophe SAINCLIVIER | Add-ins for Outlook | 2 | October 31st 06 10:38 AM |
A different problem with Outlook Addin | Ram | Add-ins for Outlook | 1 | April 24th 06 02:31 PM |
OCX problem in VB Outlook AddIn | Rui Oliveira | Add-ins for Outlook | 0 | March 31st 06 04:42 PM |