View Single Post
  #5  
Old September 10th 08, 11:38 PM posted to microsoft.public.outlook.program_addins
Cedric
external usenet poster
 
Posts: 12
Default Why COM add-in won't run without notice nor error message?

Hi Ken!

The scenario described in the page you linked isn't exactly what I'm facing :

If you go to COM Add-Ins dialog, it shows the add-in as unchecked, and you
see an error “Not loaded. A runtime error occurred during the loading of the
COM Add-In” when you select the add-in entry.
= This error message didn't appear. The comm add-in is simply unchecked.

If you check for the LoadBehavior for the Add-In in registry, it has changed
from 3 to 2.
= No, it remains set to 3.

Nevertheless, I wonder about the following:
- I use VS2008, maybe it uses .Net Framework 3.5?
- I register my COM add in with the .Net Framework 2.0 as follows:
C:\Windows\Microsoft.Net\Framework\v2.0.50727\RegA sm.exe ".\Quinoa.dll"
/codebase
Could this be the source of the problem? Again, I don't think so as my home
PC has the add-in installed the same way and it works...

Thanks for your help.

Cedric.
Ads