- 4
Hi there,
I seem to have a few errors and maybe its just me :). but when I install the them. Click on the Public Store it shows the home page fine. I then click on any many and I get the following errors.
Compilation Error
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
Compiler Error Message: CS1061: 'Nop.Web.Models.Catalog.CategoryNavigationModel' does not contain a definition for 'IsActive' and no extension method 'IsActive' accepting a first argument of type 'Nop.Web.Models.Catalog.CategoryNavigationModel' could be found (are you missing a using directive or an assembly reference?)
Source Error:
Line 19: @foreach (var category in Model)
Line 20: {
Line 21: <li class="@(category.IsActive ? "active" : "inactive")"
Line 22: @if (category.NumberOfParentCategories > 0)
Line 23: {
Source File: c:\nopCommerce_2.70_Source\Presentation\Nop.Web\Themes\ShopAll\Views\Catalog\CategoryNavigation.cshtml Line: 21
I also get errors trying to upload pictures to a slider created. Just says fail. The picture is the right size as followed by the installation guide.
I also noticed that if I try to add my slider to the widget I get a fail message as well?
I am sure it must be something I missed.
Please assist
Thanks very much
I seem to have a few errors and maybe its just me :). but when I install the them. Click on the Public Store it shows the home page fine. I then click on any many and I get the following errors.
Compilation Error
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
Compiler Error Message: CS1061: 'Nop.Web.Models.Catalog.CategoryNavigationModel' does not contain a definition for 'IsActive' and no extension method 'IsActive' accepting a first argument of type 'Nop.Web.Models.Catalog.CategoryNavigationModel' could be found (are you missing a using directive or an assembly reference?)
Source Error:
Line 19: @foreach (var category in Model)
Line 20: {
Line 21: <li class="@(category.IsActive ? "active" : "inactive")"
Line 22: @if (category.NumberOfParentCategories > 0)
Line 23: {
Source File: c:\nopCommerce_2.70_Source\Presentation\Nop.Web\Themes\ShopAll\Views\Catalog\CategoryNavigation.cshtml Line: 21
I also get errors trying to upload pictures to a slider created. Just says fail. The picture is the right size as followed by the installation guide.
I also noticed that if I try to add my slider to the widget I get a fail message as well?
I am sure it must be something I missed.
Please assist
Thanks very much