0
sampath created
3 Answer(s)
-
0
Hi,
I have found out the issue.But can you tell me is there any log details related to this issue? If so where? In the table or text file.I tried to see that on AbpAuditLogs table.But there are no such errors for this event.Please tell me how to see the log details.Thanks.
-
0
Hi @sampath,
How did you solve this problem, can you explain ? You can find error details in the Logs.txt file under your web project's bin folder.
-
0
Hi ismcagdas,
Ok, Thanks.
Actually, it was a very strange issue. I have created 2 Dtos on 2 different layers with the same name (i.e. DocumentDto). Two layers are Application layer and Web.Core layer. After that Swagger UI showed above error.I have renamed One Dto and then problem vanished. Very strange no? Any thoughts?