Raul Iturbe

Raul Iturbe

  • NA
  • 2
  • 1.9k

Visual studio errors about reference

Feb 9 2017 6:48 AM

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-integrate-report-into-web-app/

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-master\ProvisionSample\Program.cs

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-master\ProvisionSample\Program.cs

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-master\ProvisionSample\Program.cs 350 Active

Do I need something else?


Answers (1)