M
muriwai
Hi,
I have a C# assembly project under Visual Stuio 2008 Pro on Windows Server
2008. I converted the project from VS 2005.
The project references COM->Microsoft CDO for Windows 2000 Library 1.0,
which adds two entries under References called CDO and ADODB. When I compile
the solution, I get the following:
Error 1 Assembly 'Interop.CDO, Version=1.0.0.0, Culture=neutral,
PublicKeyToken=13c3baacc352d1a9' uses 'Interop.ADODB, Version=6.0.0.0,
Culture=neutral, PublicKeyToken=13c3baacc352d1a9' which has a higher version
than referenced assembly 'Interop.ADODB, Version=2.8.0.0, Culture=neutral,
PublicKeyToken=13c3baacc352d1a9'
c:\sw\clweb\@tmp\Company.Web\release\Interop.CDO.dll Company.Web
I tried to remove both CDO and ADODB from the references and add a reference
to "Microsoft CDO for Windows 2000 Library" again. This creates CDO and
ADODB under References and produces the same error.
How can I fix it?
Thank you,
John
I have a C# assembly project under Visual Stuio 2008 Pro on Windows Server
2008. I converted the project from VS 2005.
The project references COM->Microsoft CDO for Windows 2000 Library 1.0,
which adds two entries under References called CDO and ADODB. When I compile
the solution, I get the following:
Error 1 Assembly 'Interop.CDO, Version=1.0.0.0, Culture=neutral,
PublicKeyToken=13c3baacc352d1a9' uses 'Interop.ADODB, Version=6.0.0.0,
Culture=neutral, PublicKeyToken=13c3baacc352d1a9' which has a higher version
than referenced assembly 'Interop.ADODB, Version=2.8.0.0, Culture=neutral,
PublicKeyToken=13c3baacc352d1a9'
c:\sw\clweb\@tmp\Company.Web\release\Interop.CDO.dll Company.Web
I tried to remove both CDO and ADODB from the references and add a reference
to "Microsoft CDO for Windows 2000 Library" again. This creates CDO and
ADODB under References and produces the same error.
How can I fix it?
Thank you,
John