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