Forum Discussion
Build fails: Trying to embed content - Tutorial Step8
Hi,
I´m trying to embed according to https://docs.microsoft.com/en-us/power-bi/developer/embedded/embed-sample-for-customers?tabs=net-core#step-8---embed-your-content, but Step 8 fails at Building due to several errors like this...
error NU1101: Unable to find package Microsoft.Web.LibraryManager.Build. No packages exist with this id in source(s): ....
3 Replies
- AnonymousNot applicable
Hi Anonymous ,
Did you use sample file from Power BI developer samples ?
Please refer to this blog, I hope it could help you.
Fix error NU1101: Unable to find package.
What kind of authentication method did you select, Service principal or Master User?
If you select Service Principal, please refer to this blog.
Best Regards,
Rico ZhouIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- AnonymousNot applicable
Anonymous
yes, I did.
One step further: I get no build errors anymore, but when trying to run IIS I get:
followed immediately by:
I did change appsettings.json fastidiously (!!!) according to https://docs.microsoft.com/en-us/power-bi/developer/embedded/embed-sample-for-customers?tabs=net-framework#step-8---embed-your-content
I simply do not understand why it says "make changes to the appsettings.json file". I did! I checked for errors multiple times!
- tpollFrequent Visitor
Were you using a report with a dataset in a different workspace? I am getting this same issue and I think that is why, it works fine if they are in the same workspace. Did you find an answer or were you getting the error for a different reason?