Hi, did you face any issue when setting up multiple dbcontext with the instructions in the SO's post?
Hi, there are some changes to the menu item declaration for angular project.
you can see the updates of the new usage at https://github.com/aspnetzero/aspnet-zero-core/issues/1632#issuecomment-428900148
Hi which version of AspNetZero you are using?
can you check if there is any errors in the browser console tab?
Hi,
there is a possibility of it caused by sql server installation came along with vs studio.
https://docs.microsoft.com/en-us/ef/ef6/fundamentals/providers/spatial-support#prerequisites-for-spatial-types-with-microsoft-sql-server
have you tried loading the assembly at runtime as mentioned in https://www.koskila.net/solving-the-spatial-types-and-functions-are-not-available-problem/ ?
it is used in https://github.com/aspnetzero/aspnet-zero-core/blob/f72d4bf9ced778e06265f1c415a8553b10cbaf3d/aspnet-core/src/MyCompanyName.AbpZeroTemplate.Application/MultiTenancy/HostDashboard/IncomeStatisticsReporter.cs#L76
can you share the web.config file that you have modified?
hi @gpoluccimv, the log file path is specified in Web.Host/log4net.config
Hi, it depends on how you want to design your module.
Hi, @statuscast i did download a fresh copy of aspnetboilerplate and anz and tested locally (with dotnet cli). As mentioned, i was able to re-produce the missing migrations and was resolved using the suggestion i gave earlier.
Were you using package console
or dotnet cli
to create ef migrations?
i don't see any difference.
in your screenshot , benefitEnrolmentRule
is having ruleType: 2
and benefitOptionRule
is having ruleType: 0
which are reflected correctly in the json