C# Outlook addin build problem: "No way to resolve conflict between "office, Version=11.0.0.0, Cultu

H

Hans Merkl

Hi,

I have recently upgraded my Outlook addin to .NET 2.0. I am building
against an Outlook 2000 typelib since I want to stay compatible with that
version. Suddenly I am receiving this message during the build:

No way to resolve conflict between "office, Version=11.0.0.0,
Culture=neutral, PublicKeyToken=71e9bce111e9429c" and "Office,
Version=7.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Choosing "office, Version=11.0.0.0, Culture=neutral,
PublicKeyToken=71e9bce111e9429c" arbitrarily.

Does anybody what this message means and how I can get rid of it?

Thanks

Hans Merkl
 
P

Peter Huang [MSFT]

Hi

How did you upgrade your addin?
You may try to check in the VS.NET IDE, See the property for the Outlook
and Office reference. What is the version they are pointed to.
Did you install multiple office version in one machine?
If no, I think you may try to remove the Office 2003 PIA which will cause
confusion.

If that still did not work, I think you may to remove all the Office
reference in the .NET IDE and re add reference to the Office 2000 typelib
and outlook 2000 via browsing to the typelib directly not from COM tab in
the add reference dialog.


Best regards,

Peter Huang
Microsoft Online Partner Support

Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top