hi
Is this error only happen when file doesn't exist or was deleted because it expired?
hi
Is the menu angular or mvc page?
hi
Check your logs.txt
There may be this line in your app. Please remove it.
#if DEBUG
context.Services.Replace(ServiceDescriptor.Singleton<IEmailSender, NullEmailSender>());
#endif
https://github.com/abpframework/abp-samples/tree/master/EmailSendDemo
Fixed, You can try again.
hi
I have no other idea.
hi
ObjectHelper.TrySetProperty(
multiTenantEntity,
x => x.TenantId,
() => your_tenantId
);
hi
You can try to add InvariantGlobalization to DbMigrator
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<InvariantGlobalization>true</InvariantGlobalization>
</PropertyGroup>
</Project>
https://learn.microsoft.com/en-us/dotnet/core/runtime-config/globalization
ok, Please wait for the email reply. Thanks.
Hi,
You can send an email to license@abp.io. your ticket refunded.