Unplanned
Last Updated: 04 Jul 2024 09:14 by insomnia
insomnia
Created on: 28 Jun 2024 06:32
Type: Bug Report
1
Could not load file or assembly Microsoft.Extensions.Configuration when using EF Core in the .NET Designer

I am using the ObjectDataSource component and within my class, I use EF Core and initialize the DbContext with a connection string to pull data.

This works as expected in my application, however, when I try to use the assembly in the .NET Standalone Report Designer, it throws exceptions that one or more of the dependencies of the EF Core package cannot be loaded:

FileLoadException: Could not load file or assembly 'Microsoft.Extensions.Configuration
1 comment
insomnia
Posted on: 04 Jul 2024 09:14
Doesn't anyone use EF in a data access library? It seems strange to me... that the designer does not allow it is a serious problem...