You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I included intercom client when I run the code for authentification UsersClient usersClient = new UsersClient(new Authentication("token"));
i get this error when i start the project
System.TypeLoadException: 'Could not load type 'Intercom.Core.Authentication' from assembly 'intercom, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'.'
The text was updated successfully, but these errors were encountered:
I included intercom client when I run the code for authentification
UsersClient usersClient = new UsersClient(new Authentication("token"));
i get this error when i start the project
System.TypeLoadException: 'Could not load type 'Intercom.Core.Authentication' from assembly 'intercom, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'.'
The text was updated successfully, but these errors were encountered: