System.IO.FileNotFoundException: 'Could not load file or assembly 'Microsoft.Rest.ClientRuntime.resources, Version=2.0.0.0
- Dominant language
- PowerShell
- Stars
- 1.1k
- Forks
- 215
- Avg merge
- 4h 2m
- Merged PRs (30d)
- 1
Description
While attempting to use an Azure Function Target Framework 3.1 and Function Versions 3, I am gettig this error when trying to connect to the PowerBi restful apis. The exception is below, along with my csproj references. I noticed in my csproj that Microsoft.Rest.Clientruntime version is 2.3.2.1, so I forced that version using a blog post on binding redirects for Azure Functions, but it still did not work. It complained about still not finding that dll. That dll does not exist in my bin either. Not sure what's happening.
System.IO.FileNotFoundException: 'Could not load file or assembly 'Microsoft.Rest.ClientRuntime.resources, Version=2.0.0.0, Culture=en-US, PublicKeyToken=31bf3856ad364e35'. The system cannot find the file specified.'
netcoreapp3.1
v3
PreserveNewest
PreserveNewest
Never
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.