![]() |
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
|
|||
|
|||
![]()
After installing Outlook Add Ins, I get this error, The operational fail,
when luanching the Outlook application. Is anyone know why I get this error? The COM Add Ins is developed in VS 2005 shared Add Ins. Thanks in advance. Jimmy |
#2
|
|||
|
|||
![]()
There could be any number of reasons for that. There could be an exception
in your OnConnection() event handler, you might not be deploying all of your application's dependencies, the user might not have the correct PIA's or Framework version installed. In addition, if the user installed the Framework after installing their version of Office they might need to have KB9008002 installed. That installs extensibility.dll, stdole.dll and the registry lockback key. If either extensibility.dll or stdole.dll aren't installed that would cause such an error on addin load. There are other possibilities also, there just isn't enough information to really tell. You might have a strong naming problem if you used strong naming. If you're using a shim it might not be set up correctly. There are many other reasons for the error you're getting, you're just going to have to eliminate the obvious possibilities first and go from there. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Professional Programming Outlook 2007 Reminder Manager, Extended Reminders, Attachment Options http://www.slovaktech.com/products.htm "Jimmy" wrote in message ... After installing Outlook Add Ins, I get this error, The operational fail, when luanching the Outlook application. Is anyone know why I get this error? The COM Add Ins is developed in VS 2005 shared Add Ins. Thanks in advance. Jimmy |
#3
|
|||
|
|||
![]()
This only happens when I exit and reopen the Outlook right away. The Outlook
Add Ins works properly. Jimmy "Ken Slovak - [MVP - Outlook]" wrote: There could be any number of reasons for that. There could be an exception in your OnConnection() event handler, you might not be deploying all of your application's dependencies, the user might not have the correct PIA's or Framework version installed. In addition, if the user installed the Framework after installing their version of Office they might need to have KB9008002 installed. That installs extensibility.dll, stdole.dll and the registry lockback key. If either extensibility.dll or stdole.dll aren't installed that would cause such an error on addin load. There are other possibilities also, there just isn't enough information to really tell. You might have a strong naming problem if you used strong naming. If you're using a shim it might not be set up correctly. There are many other reasons for the error you're getting, you're just going to have to eliminate the obvious possibilities first and go from there. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Professional Programming Outlook 2007 Reminder Manager, Extended Reminders, Attachment Options http://www.slovaktech.com/products.htm "Jimmy" wrote in message ... After installing Outlook Add Ins, I get this error, The operational fail, when luanching the Outlook application. Is anyone know why I get this error? The COM Add Ins is developed in VS 2005 shared Add Ins. Thanks in advance. Jimmy |
#4
|
|||
|
|||
![]()
So wait for Outlook to completely close down before opening it again. That's
a PEBKAC problem (problem exists between keyboard and chair), not a coding problem. Managed code addins take longer to fully close down and allow Outlook to shut down than unmanaged code addins. That's just the nature of the beast. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Professional Programming Outlook 2007 Reminder Manager, Extended Reminders, Attachment Options http://www.slovaktech.com/products.htm "Jimmy" wrote in message ... This only happens when I exit and reopen the Outlook right away. The Outlook Add Ins works properly. Jimmy |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Rules fail | aazar | Outlook - General Queries | 4 | April 16th 08 09:33 PM |
Reminders fail to appear. | Cleveland Photo | Outlook - Calandaring | 1 | January 11th 07 04:42 PM |
VBA scripts sometimes fail to run... | Lanceford | Outlook and VBA | 4 | January 3rd 07 06:18 AM |
outlook fail | abdulhakim baghoth | Outlook Express | 5 | November 12th 06 10:13 PM |
XP PRO IE6 OE6 fail/corruption | TonyK | Outlook Express | 3 | February 25th 06 06:08 PM |