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

Activities of "SEB_ADMIN"

Hi- For some reason the password for the "Admin" user got corrupted and we need to fix it, without using the Forgot password or Email link. Is there a way we can fix it at the DB level. Please help.

All other Host users are also having problem. So only way to get in using "Admin" credentials and fix every other user.

Regards, Sesha K.

The repository Get methods throw exception whenever a varchar field is NULLABLE and has NULL values. I have to replace them with empty strings all the time. Is this a problem with ZERO Repository framework ? Should it not handle NULL values.

"Operation Not allowed on NULL Values" is the error message I get on any Repository.Get(primary key) methods if it has NULL values.

We have a requirement where for users of certain role, they need to be redirected to a different portal , with different theme settings etc..although they might belong to the same tenant.

What are the configuration changes required to support 2 different front ends ( with different navigation, theme etc, ) for the same tenant using the same API layer ( Application).

Do I have to deploy as a seperate web app for the 2 front ends ? .Please advise. How much of a change will be required to support this requirement ?.

Also advise on the procedure to do it..

Hi- We are creating custom applications ( e.g say a Web API ) that would need to access ZERO Domain services, repositories, Dbcontext etc,..

What are the Project references that I would need to add to our custom application.

How do I inject all dependencies?.. I know in the web solution castle windsor takes care of all dependencies through dependency injection

Basically we would need access to all libraries except the application service layer for the custom application. The appSettings from our custom application need to be fed into all these dependencies ( e.g conn string etc,..).

Do you have any sample projects other than the ZERO web solution that access these libraries ?

Please let me know.

Regards, Sesha K

HI- I have ASP.NET Core & Angular solution v 8.4 installed in my machine..

I am trying to set up Azure pipeline for the Web solution with targetframework .netcoreapp3.1.

The NUGET Restore command fails with below error. for the "Web.Host" and "Web.Public" Projects. However when I see dependencies on these 2 projects I do not see the Microsoft.EntityFrameworkCore.Sqlite package being referrenced at all.

#[error]The nuget command failed with exit code(1) and error(NU1202: Package Microsoft.EntityFrameworkCore.Sqlite 3.0.0 is not compatible with netcoreapp3.1 (.NETCoreApp,Version=v3.1). Package Microsoft.EntityFrameworkCore.Sqlite 3.0.0 supports: netstandard2.1 (.NETStandard,Version=v2.1)

Can you please tell if the package is being referenced in web.host or web.public ?. I cant see that it is being referenced

The Test Projects work fine. Please let us know.

Thanks

Showing 1 to 5 of 5 entries