locked
Error while creating appointment into Exchange Server RRS feed

  • Question

  • User1230430927 posted

    Hi ,

    I am getting this error

                Reference required to assembly 'ADODB, Version=2.8.0.0, Culture=neutral, PublicKeyToken=b24c814810522da8' containing the type 'ADODB.ConnectModeEnum'.

      when i try to create an appoint into Exchange Server using visual studio 2008 im getting this error.I get error in this line      .DataSource.SaveToContainer().

    Please help me to solve 


     

    Tuesday, December 16, 2008 5:01 AM

Answers

  • User-1136466523 posted

    Hi,

    From your error message, it seems that the assembly ADODB Version=2.8.0.0 is necessary in your project but it can be found. For more information on adodb.dll and how to use the Primary Interop Assembly for ADO (ADODB) in Visual Studio .NET, see:

    http://support.microsoft.com/kb/318559

    Thanks.

    • Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
    Sunday, December 21, 2008 9:57 AM