Office.dll assemblies.

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

Office.dll assemblies.
 
Constantin Lazarev




Posts: 6
Joined: 2006-02-06
I use the ADX Express and VS 2005 to create an outlook AddIn for Office 2003 and Framework 2.0
I use reference to the Microsoft Office Outlook Object library 11.00 to access Outlook objects.
When I add a setup project there are 2 office.dll in "Detected Depencies".
Building this "Setup Project" I get the warning about
Two or more objects have the same target location ('[targetdir]\office.dll

When I install this project there is only one office.dll(ver 11.0) in the 'target' dir.
How to make the correct setup project?
Posted 26 Feb, 2006 08:17:42 Top
Sergey Grischenko


Add-in Express team


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

You should exclude the Office.dll (v11.0) from the 'Detected Dependencies' section and add it to the GAC. So you will have two Office.dll assemblies in the GAC (v7.0.3300.0 and v11.0.0.0) and one assembly (v7.0.3300.0) in the 'Detected Dependencies' section.
Posted 27 Feb, 2006 07:27:11 Top