can you send us the create script of your database with the problematic table. we'll try to create the same schema on our local to see where this occurs.
see the related docs:
In order to run .SetSubItemOrder()
run .Remove()
If you run administration.Clear()
you’ll delete them all.
also after making changes you can run dotnet build /graphBuild
command line to update all references
hi, the specified email address doesn't have an active license. maybe you are using the wrong email. may the following address belong to you? if so login with this account
anthony@num***esign.co.za
thank you, we're checking the issue.
we'll reply this asap
I've added two columns to my IdentityUser table in their own columns. The columns are Title and Nickname,
How do I search the IdentityUser
table by the extended field named Nickname to return the user using LINQ to the entity?
( u => u.Nickname == 'John' )