System.IO.FileLoadException

I'm trying to test Radzen Blazor Studio using a Blazor App created in Visual Studio.
I ran the your analyzer as suggested in your documentation on Troubleshooting and got the following exception:

System.Exception: Error during application startup.
 ---> System.IO.FileLoadException: Could not load file or assembly 'FluentValidation, Version=11.0.0.0, Culture=neutral, PublicKeyToken=7de548da2fbae0f0'. An operation is not legal in the current state. (0x80131509)
File name: 'FluentValidation, Version=11.0.0.0, Culture=neutral, PublicKeyToken=7de548da2fbae0f0'
 ---> System.InvalidOperationException: Resolved assembly's simple name should be the same as of the requested assembly.

I found topic File Load Exception which seems to reference the exact same NuGet package. Unfortunately, there is no suggested solution in the ticket.

Could anybody lead me in the right direction?

Many thanks

The only potential solution is adding markup to tell the analyzer to ignore references to that package. Unfortunately, depending on how much you use validation, that could be a significant portion of your application.

After messing around with it for a while we were forced to abandon using Radzen Studio.

Hi @nie,

We should reproduce the problem first. Can you upload your app to some cloud storage (dropbox, google drive etc) and share a download link with us (send it to info@gmail.com).