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
kellyzhai
Frequent Visitor

App owns data AAD accessToken run in Object reference not set to an instance of an object.

Follow the instuction

https://docs.microsoft.com/en-us/power-bi/developer/embed-sample-for-customers

use Embedding setup tool to download the sample code, run below error all the time.

Server Error in '/' Application.


Object reference not set to an instance of an object.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.

Source Error:

Line 343:                // Authentication using master user credentials
Line 344:                var credential = new UserPasswordCredential(Username, Password);
Line 345:                authenticationResult = await authenticationContext.AcquireTokenAsync(ResourceUrl, ApplicationId, credential).ConfigureAwait(false);Line 346:
Line 347:            }


Source File: C:\PowerBI-Developer-Samples\App Owns Data\PowerBIEmbedded_AppOwnsData\Services\EmbedService.cs    Line: 345

1 REPLY 1
Jayendran
Solution Sage
Solution Sage

Hi @kellyzhai 

 

Check your authenticationContext . I think either authenticationContext or ResourceUrl, ApplicationId, credential is beign passing as null

 

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.