Hi, I am new with to Azure and .Net framework and following this link to setup the app on Azure:
https://docs.microsoft.com/en-us/azure/power-bi-embedded/power-bi-embedded-get-started-sample
While setting up power bi app I am getting below error:
-Package Manager Console: upadate-package ProvisionSample
Install-Package : Could not install package 'System.IdentityModel.Tokens.Jwt 5.0.0'. You are trying to install this
package into a project that targets '.NETFramework,Version=v4.5', but the package does not contain any assembly
references or content files that are compatible with that framework. For more information, contact the package author.At
line:1 char:1
+ CategoryInfo : NotSpecified: (:) [Install-Package], InvalidOperationException
+ FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PowerShell.Commands.InstallPackageCommand
-Build Solution error:
Error 1 'Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationContext' does not contain a definition for 'AcquireTokenByRefreshTokenAsync' and no extension method 'AcquireTokenByRefreshTokenAsync' accepting a first argument of type 'Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationContext' could be found (are you missing a using directive or an assembly reference?) C:\Users\pateln\Downloads\PowerBI Integration Azure\ProvisionSample\Program.cs 697 44 ProvisionSample
Thanks,
Hi, I am new with to Azure and .Net framework and following this link to setup the app on Azure: https://docs.microsoft.com/en-us/azure/power-bi-embedded/power-bi-embedded-get-started-sample While setting up power bi app I am getting below error: -Package Manager Console: upadate-package ProvisionSample Install-Package : Could not install package 'System.IdentityModel.Tokens.Jwt 5.0.0'. You are trying to install this package into a project that targets '.NETFramework,Version=v4.5', but the package does not contain any assembly references or content files that are compatible with that framework. For more information, contact the package author.At line:1 char:1