Error Message:
Method not found: 'System.Threading.Tasks.Task`1<Newtonsoft.Json.Linq.JToken> Newtonsoft.Json.Linq.JToken.LoadAsync(Newtonsoft.Json.JsonReader, System.Threading.CancellationToken)'.
other error
Error Message:
Cannot perform interop call to: CopilotSettingsHostService.GetAgentMetadataResponse(args:1) - wrong arg[0]=request value
The Solution:
- Download the new dll from https://globalcdn.nuget.org/packages/newtonsoft.json.13.0.3.nupkg?packageVersion=13.0.3
- Extract it after converting the extension into zip
- cop the Newtonsoft.Json.dll from folder .net 45
- Past it into new folder -name it as you want- in the directory C:\Windows\Microsoft.NET\assembly\GAC_MSIL\Newtonsoft.Json
- search in windows menu for "Developer Command Prompt" and run it as admin
- cd to the folder where you placed the dll
- run the following command: gacutil -i Newtonsoft.Json.dll
- restart power bi, and congrats
No comments:
Post a Comment