A Microsoft Outlook email forum. Outlook Banter

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.

Go Back   Home » Outlook Banter forum » Microsoft Outlook Email Newsgroups » Add-ins for Outlook
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

The operational fail



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old March 19th 08, 07:26 AM posted to microsoft.public.outlook.program_addins
Jimmy
external usenet poster
 
Posts: 39
Default 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
  #2  
Old March 19th 08, 03:47 PM posted to microsoft.public.outlook.program_addins
Ken Slovak - [MVP - Outlook]
external usenet poster
 
Posts: 5,848
Default 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


  #3  
Old March 19th 08, 11:00 PM posted to microsoft.public.outlook.program_addins
Jimmy
external usenet poster
 
Posts: 39
Default 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



  #4  
Old March 20th 08, 02:21 PM posted to microsoft.public.outlook.program_addins
Ken Slovak - [MVP - Outlook]
external usenet poster
 
Posts: 5,848
Default 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


 




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
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


All times are GMT +1. The time now is 08:25 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2025 Outlook Banter.
The comments are property of their posters.