An unhandled exception occurred while processing the request.

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
4 years ago
Hi,

My site crashes intermittently (every few days) and I see the below error.
I restart the  application and my site browses again.
Any ideas?

An unhandled exception occurred while processing the request.
SqlException: The multi-part identifier "t.__RowNumber__" could not be bound.
The multi-part identifier "t.__RowNumber__" could not be bound.
The multi-part identifier "t.Id" could not be bound.
The multi-part identifier "t.AllowComments" could not be bound.
The multi-part identifier "t.Body" could not be bound.
The multi-part identifier "t.BodyOverview" could not be bound.
The multi-part identifier "t.CreatedOnUtc" could not be bound.
The multi-part identifier "t.EndDateUtc" could not be bound.
The multi-part identifier "t.LanguageId" could not be bound.
The multi-part identifier "t.LimitedToStores" could not be bound.
The multi-part identifier "t.MetaDescription" could not be bound.
The multi-part identifier "t.MetaKeywords" could not be bound.
The multi-part identifier "t.MetaTitle" could not be bound.
The multi-part identifier "t.StartDateUtc" could not be bound.
The multi-part identifier "t.Tags" could not be bound.
The multi-part identifier "t.Title" could not be bound.

Nop.Web.Framework.Infrastructure.Extensions.ApplicationBuilderExtensions+<>c.<UseNopExceptionHandler>b__1_1(HttpContext context) in ApplicationBuilderExtensions.cs, line 83

    Stack Query Cookies Headers

    SqlException: The multi-part identifier "t.__RowNumber__" could not be bound. The multi-part identifier "t.__RowNumber__" could not be bound. The multi-part identifier "t.Id" could not be bound. The multi-part identifier "t.AllowComments" could not be bound. The multi-part identifier "t.Body" could not be bound. The multi-part identifier "t.BodyOverview" could not be bound. The multi-part identifier "t.CreatedOnUtc" could not be bound. The multi-part identifier "t.EndDateUtc" could not be bound. The multi-part identifier "t.LanguageId" could not be bound. The multi-part identifier "t.LimitedToStores" could not be bound. The multi-part identifier "t.MetaDescription" could not be bound. The multi-part identifier "t.MetaKeywords" could not be bound. The multi-part identifier "t.MetaTitle" could not be bound. The multi-part identifier "t.StartDateUtc" could not be bound. The multi-part identifier "t.Tags" could not be bound. The multi-part identifier "t.Title" could not be bound.
        Nop.Web.Framework.Infrastructure.Extensions.ApplicationBuilderExtensions+<>c.<UseNopExceptionHandler>b__1_1(HttpContext context) in ApplicationBuilderExtensions.cs
        Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware.Invoke(HttpContext context)
        Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware.Invoke(HttpContext context)
        Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware.Invoke(HttpContext context)
4 years ago
Try this https://www.nopcommerce.com/boards/t/57860/multi-part-identifier-t1_rownumber_-could-not-be-bound.aspx


4 years ago
Thanks, but that link points to someone with the same issue and does not suggest a fix
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.