Base solution for your next web application

Activities of "ismcagdas"

I think the problem is, Roles collection of user is null. Can you share your dto you used when updating user ?

We will consider your thoughts and I will let you know if we can find a good way to do it. Thank you for sharing your idea :)

Hi,

TenantRoleAndUserBuilder class gives all permisisons to admin user. Can you debug and see if PermissionFinder finds any permission in CreateRolesAndUsers method of TenantRoleAndUserBuilder class.

Can you send the stack trace of exception message you get on runtime ?

Hi,

The project you downloaded from website contains latest release of AspNetZero. Github repository contains all the releases and latest development version. Also private repository has some example projects.

It's better to use latest release for production.

You can also use github repository for opening/following issues about aspnetzero.

When a new release comes out, you have to manually apply changes to your project. If you haven't change any part of template, it will be much easier.

About missing file, it's about debugging aspnetboilerplate source code with gitlink (more info #1296@fa721044-6359-4156-8beb-68dc344e5a14).

Do you have eny build error about this missing file ?

Please see this forum topic #1279@ce815624-dbc6-4be0-9a4d-671c1b216f8e

Hi,

Unfortunately Entity Framework works this way by default. You have to save each entity seperately. But you can use GraphDiff in order to make save all entities at once.

You can find more info and examples in this issue <a class="postlink" href="https://github.com/aspnetboilerplate/aspnetboilerplate/issues/1073">https://github.com/aspnetboilerplate/as ... ssues/1073</a>.

You can vote on github issues.

Hi,

Sorry for the late response. Have you solved your problem ? If not, do you get any javascript console errors ?

Hi,

Please see this forum topic #785@6f2631bf-217f-4a12-82d4-9601d72aca06

Showing 12551 to 12560 of 12718 entries