etienne_marais
Honorary Master
Any suggestions how to get around this ?
Blazor-ApexCharts (Blazor Wrapper for ApexCharts) has been added via Nuget and it looks fine:

And I added
@using ApexCharts in _Imports.razor
At runtime, when an ApexChart should render in a Razor page I get the following:
Error: System.IO.FileNotFoundException: Could not load file or assembly 'Blazor-ApexCharts, Version=0.9.18.0, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.
File name: 'Blazor-ApexCharts, Version=0.9.18.0, Culture=neutral, PublicKeyToken=null'
Any suggestions ? (Google was not fruitious)
Blazor-ApexCharts (Blazor Wrapper for ApexCharts) has been added via Nuget and it looks fine:

And I added
@using ApexCharts in _Imports.razor
At runtime, when an ApexChart should render in a Razor page I get the following:
Error: System.IO.FileNotFoundException: Could not load file or assembly 'Blazor-ApexCharts, Version=0.9.18.0, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.
File name: 'Blazor-ApexCharts, Version=0.9.18.0, Culture=neutral, PublicKeyToken=null'
Any suggestions ? (Google was not fruitious)