![]() |
| 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. |
|
|||||||
| Tags: 2003, 2005, addin, doesnt, load, seoutlook, vsto |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
I developed an outlook add-in with following configuration:
windows xp vsto 2005 se visual studio 2005 C# The outlook worked fine for a while until I did something quite unrelated as below: I added a few strings in the settings (app.config) file. The add-in loaded these strings and controlled its behavior dynamically. Then I added another string but that didn't load when I rebuilt the project. When I researched this issue, I found instructions to "synchronize" settings in this thread: http://forums.microsoft.com/MSDN/Sho...63594&SiteID=1 I clicked that button and now no matter what my add-in or any outlook add-in I create for outlook doesn't load. I tried reinstalling the vsto but with no luck. I verified that addlinloader.dll is signed. Any ideas? |
| Ads |
|
#2
|
|||
|
|||
|
more info
The add-in shows up as de-selected in the "tools-options-other-advanced options- com addins". It remains deselected even when I select it and close and re-open dialog box. LoadBehavior shows up as 3. I tried various values for this registry value but that didn't help. "Rajesh Deshpande" wrote: I developed an outlook add-in with following configuration: windows xp vsto 2005 se visual studio 2005 C# The outlook worked fine for a while until I did something quite unrelated as below: I added a few strings in the settings (app.config) file. The add-in loaded these strings and controlled its behavior dynamically. Then I added another string but that didn't load when I rebuilt the project. When I researched this issue, I found instructions to "synchronize" settings in this thread: http://forums.microsoft.com/MSDN/Sho...63594&SiteID=1 I clicked that button and now no matter what my add-in or any outlook add-in I create for outlook doesn't load. I tried reinstalling the vsto but with no luck. I verified that addlinloader.dll is signed. Any ideas? |
|
#3
|
|||
|
|||
|
Rajesh
Its the exact samething as your below thread http://groups.google.com/group/micro...772a11c2382f3b If you change the value of load behavior as 2 and then start Outlook and see the value automaticaclly change as 3 - then its again the set security thing. The same thing also always unchecks the addin the dialog box (even though you check it and save) Thanks PS |
|
#4
|
|||
|
|||
|
I think this is a separate issue. This is happening on my dev box where I
didn't have to make any security changes. The add-ins always worked and were enabled. Now, I create an addin from scratch, launch outlook and the add-in is disabled and I cannot enable it. I also tried applying the security settings (using the SetSecurity sample application, custom build step etc). but the problem persists. And I have no idea why this broke suddenly after clicking the "Synchronize" button on the settings tab. Any ideas? "PS" wrote: Rajesh Its the exact samething as your below thread http://groups.google.com/group/micro...772a11c2382f3b If you change the value of load behavior as 2 and then start Outlook and see the value automaticaclly change as 3 - then its again the set security thing. The same thing also always unchecks the addin the dialog box (even though you check it and save) Thanks PS |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Doubt whether I can develop Outlook plugin for Outlook 2003 and using VSTO 2005 SE | PShah | Add-ins for Outlook | 5 | February 8th 07 10:54 PM |
| VSTO 2005 SE add-in for Outlook 2003 & Outlook 2007? | Michael | Add-ins for Outlook | 3 | January 23rd 07 09:16 PM |
| VSTO 2005 SE is final, free (w/VS Pro 2005) and supports OL2003 *s | Tadwick | Outlook and VBA | 5 | November 15th 06 07:54 PM |
| Outlook 2007 Add-in using VSTO 2005 SE | Kenn | Outlook - Using Forms | 1 | November 4th 06 04:27 AM |
| Is it possible to open the default Contact form with the Activities tab activated from a custom form? VSTO 2005, Outlook 2003 | David Webb | Outlook and VBA | 1 | June 20th 06 10:59 PM |