Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Rawan_ALJabur
Regular Visitor

Master User Authentication - Power BI Embedded

Hi 

 

I am using Master User authentication type to embed my power bi dashboard in my ASP.NET application, so i set up my Power BI Embedding environment through below link.

https://app.powerbi.com/embedsetup/AppOwnsData

 

i donwloaded the sample application from Power BI and filled application id, workspace id, report id, Pbi pro account username, Pbi password. 

 

once i run the application i get error message "Object reference not set to an instance of an object" and no access token details is retuned in below line code 

 

authenticationResult = authenticationContext.AcquireTokenAsync(ResourceUrl, ApplicationId, credential).Result;

 

i troubleshooted the issue and and tested whether there is a value of the access token or not using below code. 

string accesstoken = authenticationResult.AccessToken;

The string returned below error message. 

 

error CS1703: Multiple assemblies with equivalent identity have been imported: 'System.Runtime.dll' and 'System.Runtime.dll'. Remove one of the duplicate references.

 

what is the cause of the error message and how to fix it? 

0 REPLIES 0

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.