Question regarding capability of PnP Core library

Copper Contributor

Hi guys,

 

I found an article demonstrating how to programmatically import/export template and create a new site collection to SharePoint online.

https://docs.microsoft.com/en-us/sharepoint/dev/solution-guidance/provisioning-console-application-s...

 

After some experiments, I was able to accomplish all the goals I set out in a console application writing in C#. In an attempt to evolve it to become user-friendly, I am trying to re-use the methods and put all of them into a Winform. 

It's now when the problem occurs, during the template exporting, the process stop at a certain point as the following pictures.

 
 
 

image.png

The process just stops and hang there forever with CPU usage stay at 0% so it looks like it doesn't do anything.

 

The question is "Is this a known issue?", "Is it possible to fix the issue?" and "How can I resolve this issue in term of updating the library manually or doing configuration?".

 

0 Replies