Getting this error while trying to retrive authenticator in goole calender api

0

Could not load file or assembly 'Google.Apis, Version=1.2.4737.25313, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)

or anyone can suggest me a better way to use google calendar API for web application.

here I'm getting the response string=code from google at my redirect url section


public ActionResult GoogleAuthorization(string code) {

        var authenticator=GoogleApiUtils.GoogleAuthorizationHelper.GetAuthenticator(code);
        Session["authenticator"] = authenticator;

....

...

}


Thank You

at this line

Error line

api
calendar
google-calendar-api
asked on Stack Overflow Aug 6, 2020 by Mangesh Gosavi • edited Aug 11, 2020 by Mangesh Gosavi

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0