Forum Discussion
Nigel Witherdin
Jan 24, 2018Iron Contributor
Using PNP Core Lib in CSOM - issue using AuthenticationManager
Hi,
Trying to setup my MS Surface for doing dev work using VS Code. All fine for JS work, but I currently want to provision Modern Pages with Spfx webparts as per the PnP webcast (https://dev.o...
Juan LARIOS
Sep 07, 2018Copper Contributor
I had the same problem. I used Visual Studio for Mac and created a AsP.net Core Web Application to create a WebAPI. I was following an example that was posted on pnp code base on Elevated privileges and I ended up having the same problem. I ended up creating an asp.net web application project instead then added OfficeDevPnP and everything worked. I am not sure what dependencies were added but it worked out for me after that.
Hope this helps.