Hello,
I dont know much about development, I just want to run a sample, but I am not able because I got some errors. I am trying to insert a workspace into azure power BI using the github sample:
https://github.com/Azure-Samples/power-bi-embedded
when I start new instance of ProvisionSample, I have the following errors:
Severity Code Description Project File Line Suppression State Error
CS0234 The type or namespace name 'Security' does not exist in the namespace 'Microsoft.PowerBI' (are you missing an assembly reference?) ProvisionSample C:\Efiester\Power BI IA\power-bi-embedded-integrate-report-into-web-app
4 Active Severity Code Description Project File Line Suppression State Error CS0103 The name 'PowerBIToken' does not exist in the current context ProvisionSample C:\Efiester\Power BI IA\power-bi-embedded-integrate-report-into-web-app
346 Active Severity Code Description Project File Line Suppression State Error CS0103 The name 'PowerBIToken' does not exist in the current context ProvisionSample C:\Efiester\Power BI IA\power-bi-embedded-integrate-report-into-web-app
Do I need something else?
Amit GuptaPosted Feb 9, 2017, 7:01 AM