![]() |
The operational fail
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 |
The operational fail
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 |
The operational fail
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 |
The operational fail
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 |
All times are GMT +1. The time now is 07:51 AM. |
Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2006 OutlookBanter.com