Exception raised in Blazor Server app .Net 10
Posted: Fri Jan 30, 2026 12:02 am
I get error messages for the below 2 lines after upgrading my application to .Net 10 :
StiReport Report = new StiReport();
Report.Dictionary.Synchronize();
Exception Raised (multiple times for both lines):
Exception thrown at 0x00007FFC7F46A80A in Microsoft C++ exception: EEFileLoadException at memory location 0x00000094F9BBC440.
Exception thrown at 0x00007FFC7F46A80A in Microsoft C++ exception: [rethrow] at memory location 0x0000000000000000.
I am using Stimulsoft.Reports.Blazor version : 2025.4.3
Just for testing I updated to the latest version and I still get same errors.
StiReport Report = new StiReport();
Report.Dictionary.Synchronize();
Exception Raised (multiple times for both lines):
Exception thrown at 0x00007FFC7F46A80A in Microsoft C++ exception: EEFileLoadException at memory location 0x00000094F9BBC440.
Exception thrown at 0x00007FFC7F46A80A in Microsoft C++ exception: [rethrow] at memory location 0x0000000000000000.
I am using Stimulsoft.Reports.Blazor version : 2025.4.3
Just for testing I updated to the latest version and I still get same errors.