0
troyfernando created
{"The column 'RowNumber' was specified multiple times for 't2'.\r\nThe multi-part identifier "t1.RowNumber" could not be bound.\r\nThe multi-part identifier "t1.RowNumber" could not be bound.\r\nThe column 'RowNumber' was specified multiple times for 't'."}
5 Answer(s)
-
0
- What is your product version?
- What is your product type (Angular or MVC)?
- What is product framework type (.net framework or .net core)?
- Exception message and stack trace if available.
- Steps needed to reproduce the problem.
-
0
019-10-24 ASP.NET CORE & Angular .NET Core 2.2 v7.2.3
-
0
try { var result = new PagedResultDto<GetProductProfileForViewDto>( totalCount, await productProfiles.ToListAsync() ); return result; } catch (Exception err) {
// error here ..... }
-
0
Can you reproduce your problem using Zero v7.2.3 Demo project?
-
0
This issue is closed because it has not had recent activity for a long time.