AddIn - doesn´t appear

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

AddIn - doesn´t appear
 
Klaus Leithner




Posts: 8
Joined: 2006-06-29
Hi !
I´ve developed a small add-in, which uses Outlook. On the development - PC, everything works fine. The addin is registered, and when i start Outlook, the Menubar for the AddIn shows up.

As soon, as i generate the setup - Files, and install it on an other machine, the Menubar simply doesn´t show up ?!

I have tried nearly everything, and read all the different infos in the forums.

What is going wrong here !?
:(

Please help !

Thanks
Posted 29 Jun, 2006 10:23:49 Top
Sergey Grischenko


Add-in Express team


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

I have some questions.
Did you change the name of the add-in assembly?
What Visual Studio do you use?
What versions of .NET Framework are currently installed on the user's PC?

Posted 29 Jun, 2006 11:24:49 Top
Klaus Leithner




Posts: 8
Joined: 2006-06-29
Hi !

I use Visual Studio 2003, and the .NET Framework 1.1.

I didn´t change the name of the add-in assembly.
Posted 29 Jun, 2006 11:47:14 Top
Sergey Grischenko


Add-in Express team


Posts: 7233
Joined: 2004-07-05
Klaus, do you have both .NET Framework 1.1 and 2.0 installed on the target PC?
Posted 29 Jun, 2006 12:13:59 Top
Klaus Leithner




Posts: 8
Joined: 2006-06-29
No, the only .NET Framework installed on the target PC is Versuib 1.1 !
Posted 30 Jun, 2006 02:17:19 Top
Matt Driver


Matt


Posts: 152
Joined: 2004-08-17
Hi

Any luck on getting this working ?

On the AddinModule page is visual studio what have you got for the properties:

Supported Apps ?
Register for All Users ?
Load Behaviour ?

I have Word & Outlook, Yes and Connected, LoadAtStartup.

Also What have you configured for host configuration ?

Is the add-in registered in the registry, depending on if you install current user or all users it should be listed in:

HKCU or HKLM \software\microsoft\office\outlook\addins\xxxxx

Matt

Matt
Posted 30 Jun, 2006 07:29:12 Top
Sergey Grischenko


Add-in Express team


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

Please set the 'RegisterForAllUsers' property to false, build and install the add-in again on the test PC.
Do you see the add-in in the 'COM Add-ins' dialog?
Posted 30 Jun, 2006 08:56:00 Top