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 have build a Visio VSTO that needs to access a SharePoint site and I was face with a lot of problem.
Using CSOM fails using standard PublicClientApplication.
I then try to use PnP.Framework 1.18.0.0 with success but if I update the nuget packages with the last version of
the dependency, it fails: the logging Windows is not fired anymore.
I have published the Sample in here : https://github.com/MichelLaplane/VisioAddInSharePoint
This app has two features:
one is to access to SharePoint online with CSOM (Work with Pnp.Framework 1.18.0.0 (DON'T UPDATE THE DEPENDANT PACKAGE))
one is to access Microsoft Graph (always fails with "Microsoft.Identity.Client.MsalClientException: Unable to load DLL 'msalruntime_x86'" error.
Any suggestions with be very valuables.