Server Error in '/' Application.

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: CS0103: The name 'item' does not exist in the current context

Source Error:


Line 48:                     {
Line 49:                         <div class="item-box col-md-4 col-sm-6 col-xs-12">
Line 50:                             @Html.Partial("_ProductBox", item, new ViewDataDictionary { { "ListName", "Vendor: " + Model.Name } })
Line 51:                         </div>
Line 52:                     }

Source File: \\cthedu\sites\contuhoc.com\Themes\PowerHub\Views\Catalog\Vendor.cshtml    Line: 50






Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.7.3535.0