Forum Discussion
Power BI & Databricks ADBC connector
- 6 months ago
Fixed with the latest Power BI Desktop (standalone) release.
vojtechsima This error occurs when your application or service cannot locate the required Microsoft.IO.RecyclableMemoryStream assembly or one of its dependencies at runtime. It often happens due to missing DLLs, version mismatches, or deployment issues.
A common cause is that the assembly is available during development but not included in the deployment package, or a different version is being loaded than expected. To fix this, first ensure the correct version is referenced in your project. If using NuGet, explicitly install the required version:
dotnet add package Microsoft.IO.RecyclableMemoryStream --version 3.0.1
GeraldGEmerick I don't think that's relevant here; that dll should come directly with Power BI Desktop, as it's not a project where you would add packages or any other things really.
- GeraldGEmerick6 months ago
Memorable Member
vojtechsima I agree that the DLL for it should come as part of the Desktop but it's possible that it does not since the connector is beta. I think it is worth a shot to try installing it manually and see if that solves the problem.