Base solution for your next web application
Open Closed

Error when I first load a page #8090


User avatar
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)
  • User Avatar
    0
    maliming created
    Support Team
    • 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.
  • User Avatar
    0
    troyfernando created

    019-10-24 ASP.NET CORE & Angular .NET Core 2.2 v7.2.3

  • User Avatar
    0
    troyfernando created

    try { var result = new PagedResultDto<GetProductProfileForViewDto>( totalCount, await productProfiles.ToListAsync() ); return result; } catch (Exception err) {

                    // error  here ..... 
    
            }
            
            
            
    
  • User Avatar
    0
    maliming created
    Support Team

    Can you reproduce your problem using Zero v7.2.3 Demo project?

  • User Avatar
    0
    ismcagdas created
    Support Team

    This issue is closed because it has not had recent activity for a long time.