Base solution for your next web application
Ends in:
01 DAYS
01 HRS
01 MIN
01 SEC

Activities of "maliming"

Answer

You can open a new issue here and provide the relevant code.

https://github.com/volosoft/jtable/issues/new

Answer

Because your unit test project (PatientPortal.Tests) references the PatientPortal.Demographic project.

It depends on the AbpAspNetZeroCoreWebModule module (equivalent to Web.Host). It requires a lot of MVC components to work.

You can decouple the PatientPortal.Demographic project (eg, PatientPortal.Demographic.Web, PatientPortal.Demographic.Application) for easy unit testing.

Can you use the ZERO Demo project to reproduce the problem?

@AuroraBMS

What is your vs 2019 version information?

Can you send the project code to: [email protected] ?

Answer

Can you share some related code?

Execute the cli command dotnet build Try it?

of course can. Please note the case of the subdomain URL.

3 = InvalidPassword

The case of the subdomain URL can also cause problems. Such as: The tenant name is: Default, but the Url is default.mydomain.com This will not determining the correct tenant.

Can you share the application log? (Generally in App_Data/Logs/Logs.txt)

You can define one or more (or use json storage settings objects) to set to save for each tenant.

https://aspnetboilerplate.com/Pages/Documents/Setting-Management#setting-scope https://github.com/aspnetzero/aspnet-zero-core/blob/dev/aspnet-core/src/MyCompanyName.AbpZeroTemplate.Core/Configuration/AppSettingProvider.cs#L79

Showing 2351 to 2360 of 2998 entries