hi
Can you add your custom code to a new project and share it?
liming.ma@volosoft.com
Thanks.
hi
I got a 'The license key is missing error
dotnet ef migrations add Initial Build started... Build succeeded. Unable to create a 'DbContext' of type 'updateDbContext'. The exception 'The license key is missing or not set up correctly. See the Licensing article in the product documentation for details.' was thrown while attempting to create an instance. For the different patterns supported at design time, see https://go.microsoft.com/fwlink/?linkid=851728
Thanks. I will check it.
hi
Can you share your test project? liming.ma@volosoft.com
Thanks.
hi
Have you removed the Autofac? Can you share a minimal project?
liming.ma@volosoft.com
Thanks.
你也可以试试在认证信息不存在的情况下注销
参考: https://github.com/abpframework/abp/pull/24645
Can you try to call the code below after adding AddSyncfusionBlazor (syncfusion)?
public override void ConfigureServices(ServiceConfigurationContext context)
{
context.Services.Replace(ServiceDescriptor.Transient<IComponentActivator, ServiceProviderComponentActivator>());
}