Base solution for your next web application

Activities of "novacon"

ASP.Net Core & Angular in a project with Version="10.1.0" and .Net version is ".Net 5.0".

We specially appear that exception when we run project in debug mode but when we start without debugging mode everything is okey. We don't get this error in latest version. How can we fix that problem?

Hi there,

Recently I've change Db from MsSQL to MySQL. I followed the instructions for integrating to mysql databse; such as:

  • Changed builder.UseMySql(connectionString) in DbContextConfigurer, Configure Method.
  • Deleted all migration classes and snapshot from EntityFrameworkCore project and recreated them from scratch.

When I Update-Database, database is creating successfully but without data inside. I tried to debug with Debugger.Launch() but SeedHelper.SeedHostDb(IIocResolver iocResolver) method isn't being called.

Then I switched back to MsSQL version and got the same problem.

I'de be glad if you help with this problem, thanks.

product version : 9.3.0 product type: angular product framework type: .net core

Hi there,

We have a tenant login problem on production server. In login page when I try to switch tenant and enter a name, page is refreshing with no errors and tenant is not chosen. Also in admin page, in customers section, when I click "Login as this tenant", page refreshes and gives javascript alert "InternalServerError" on /api/TokenAuth/ImpersonatedAuthenticate?impersonationToken=2d09bbf4-09d1-45e3-bda5-4292ee677dc7&d=1618502794115. There is no problem in development - local environment so I cannot debug and solve the error, but when we deploy the project on server, which is ubuntu 18.04, we're encountering this problem.

product version : 9.3.0
product type: angular
product framework type: .net core
Showing 1 to 3 of 3 entries