Shim project failed to register

Add-in Express™ Support Service
That's what is more important than anything else

Shim project failed to register
 
Allan Krøyer


Guest


Hi, have created a shimmed outlook 2003 add in. When i try to install on production machine, i throw an error saying that shimxxxx.dll failed to register. Then i press continiue, supressing error.

1. Open outlook the add is not visible, but if a manually add the add-in it i wont work, the dll is not registered.

2. Then i start setup again, and make a repair. then auto registering the dll went perfectly.

3. Open outlook the add is still not visible, but if a manually add the add-in it works.

please help

/Allan
Posted 27 Feb, 2006 06:08:17 Top
Sergey Grischenko


Add-in Express team


Posts: 7233
Joined: 2004-07-05
Hi Allan.

I think the problem is in the setup project. What PIAs do you use in the add-in?
Posted 27 Feb, 2006 08:19:22 Top
Allan Krøyer


Guest


I've found the problem,

This was releated to your ealier post on office.dll v 11 excluded from detec dependecies, and added to GAC.

Now it install perfectly, but is is still not loaded in outlook when Outlook starts first time.

I can manually add it, and it works.

How come it is not loaded automaticlally??

/Allan
Posted 27 Feb, 2006 08:48:38 Top
Sergey Grischenko


Add-in Express team


Posts: 7233
Joined: 2004-07-05
Allan, please check the LoadBehavior property of the addinmodule.
It should be set to 'Connected;LoadAtStartup'.
Posted 27 Feb, 2006 09:06:16 Top
Allan Krøyer


Guest


it is already set to
'Connected;LoadAtStartup'.

I noticed that if i uninstall the addin and install it again it works.
but not on the clean machanine.

/allan
Posted 28 Feb, 2006 01:11:54 Top
Sergey Grischenko


Add-in Express team


Posts: 7233
Joined: 2004-07-05
Hi Allan.

That means you still have some missing assemblies in the setup project.
Could you please send me a screenshot with all folders of the setup project?
Posted 28 Feb, 2006 06:51:18 Top