Base solution for your next web application

Activities of "sison"

Answer

Dont know how to implement sub menus under main menu with navigation provider, is my problem! not with the permission. please give me an example to show sub menus under a menu?? :!: :!:

Hey!

that works! thanks for your kind information. :)

Answer

Hi,

I have tried register generic repository the way you mentioned. but it showing some build error like "using the generic type 'Sample.Repository.GenericRepository<TEntity>' requires 1 type argument" . so are gonna say i must me register all entity separately at preinitialize..?

Answer

But I have tried register Generic Repository like follows,

IocManager.Register(typeof(IGenericRepository<>),
              typeof(GenericRepository<>),
              Abp.Dependency.DependencyLifeStyle.Transient);

this been resulted the same.

thanks for the help, but one more problem is i couldn't insert new created tenant Id to the table with seed data before login.

Showing 1 to 5 of 5 entries