Forum Discussion
MichaelHolste
Microsoft
Dec 13, 2016PnP Partner Pack v. 2.0
Here's a reusable starter kit for site provisioning solution for SharePoint Online! Get it on GitHub.
Harris Medović
Jan 07, 2017Copper Contributor
Hi guys,
thank you so much for this great starter pack.
I'm stumbilng into an odd issue though and it might be just me not being Visual Studio savvy. Long story short I have followed the great guide made by Paolo, however when I try to build/publish the solution from within Visual Studio I'm seeing several errors and then the build stops.
What am I doing wrong?
I've downloaded the partner pack from github and haven't touched anythinb but the webconfig file (via the provided powershell). Should work straight out, shouldn't it?
MichaelHolste
Microsoft
Jan 09, 2017Adding Paolo Pialorsi who might be able to provide some additional guidance.
- Harris MedovićJan 09, 2017Copper Contributor
Thank you Michael!
However, just as you've posted here I have found my problem.
Paolo Pialorsi - FYI my Virtual machine did not have some libraries (Microsoft.IdentityModel) and another dependency. Eventually I've fixed it by some further googling :)
Even thought I found out that the .dll is included in the github repo, for whatever reason Visual Studio didn't "see" it?
Obviously it's just me not being Visual Studio savvy.
Now I'm stuck on another problem with Azure's webapp, but haven't had the time yet to trouble shoot it.
Anyways - thank you so much for both the partner pack and the great tutorials! :)
- EricHalseyJan 13, 2017Copper Contributor
Harris Medović I'm having the same issue (see attached) but I don't have a Microsoft.IdentityModel.dll in packages or any other folder. I see a bunch of other Microsoft.IdentityModel.*.dll's but no Microsoft.IdentityModel.Claims. Any help much appreciated.
-Eric
- Harris MedovićJan 13, 2017Copper Contributor
Hi EricHalsey, while I'm far from a Visual Studio expert, try installing the package from NuGet in Visual studio's console.
With the solution open, click on the console and type this in:
Install-Package Microsoft.IdentityModel
ref:
https://www.nuget.org/packages/Microsoft.IdentityModel/
- Jan 10, 2017
Hi,
in case of need feel free to ask here or to fire an issue request on GitHub.
Enjoy,
Paolo
- Harris MedovićJan 10, 2017Copper Contributor
Tante grazie, di fatti ho un problema adesso - continuo in Inglese :)
So, my issue right now is that I do have the UI and all seems alright, but nothing is happening.
For example, when I try to provision an empty site collection the job's status is pending the icon is spinning, but no site collections are being created if I check the site collection admin portal.
I did publish the 2 remaining webjobs and made sure that he app.config is reflecting the configuration from the web.config from the siteprovisionig project (I updated the configs manually in VisualStudio).
I was about to check the webapp logs to check for errors, but didn't have the time yet.
Before I do so, do you have some quick tips that I should verify before checking the logs?