Sorry it was my mistake. Thank you so much @aaron.
Sorry, I have used insert query to insert a record in table. While i was inserting, i have marked the IsDeleted = True.
As you mentioned before i have used using (_unitOfWorkManager.Current.DisableFilter(AbpDataFilters.SoftDelete))
. Then i got the records.
After that i have updated the IsDeleted = False and removed the using (_unitOfWorkManager.Current.DisableFilter(AbpDataFilters.SoftDelete))
. But didn't get the data.
But i have followed steps mentioned in the document 'https://docs.aspnetzero.com/documents/zero/latest/Developing-Step-By-Step-Angular'. They get the result properly then why i couldn't get it?
IsDeleted = 1 in my database.
I didn't have a TenantId column in my table. Is it must to have?
I am getting 1 in AbpSession.TenantId
.
Getting empty result. But i have 2 records in database. Tested the connection string also. Everything is fine.
We have started the bat file to generate the service proxy. But the service proxy is not re-generated. why isn't generated the file?
yes but still it in same state seeing same error