The data reader is incompatible with the specified.....

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
12 years ago
The data reader is incompatible with the specified 'NopSolutions.NopCommerce.BusinessLogic.Data.Product'. A member of the type, 'KucukSliderUrunu', does not have a corresponding column in the data reader with the same name.

return base.ExecuteFunction<Product>("Sp_ProductLoadAllPaged", categoryIDParameter, manufacturerIDParameter, productTagIDParameter, featuredProductsParameter, priceMinParameter, priceMaxParameter, relatedToProductIDParameter, keywordsParameter, searchDescriptionsParameter, showHiddenParameter, pageIndexParameter, pageSizeParameter, filteredSpecsParameter, languageIDParameter, orderByParameter, totalRecords);



How can I fix this error

Thanks.
12 years ago
It seems you have some incompatibility between model (.edmx) and your business logic's class specification. Review Product.cs in your business logic and the Product returned by the stored procedura Sp_ProductLoadAllPaged in NopModel.edmx (for version 1.8).
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.