I’m generating and Excel document in my Blazor app. The following code works perfectly in debug mode, however, when I publish it using AOT, I get the following error:
private void SetLicense()
{
Assembly…...debug mode, however, when I publish it using AOT, I get the following...I have enabled AOT in the Publishing Profile named “FolderProfile...