What am I doing wrong? Adding New Listboxes.....

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
13 years ago
I followed directions on how to add new listboxes.. but i have gotten this error when i run it...


Parser Error
Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.

Parser Error Message: Could not load type 'NopSolutions.NopCommerce.Web.Modules.ShopForPartsControl'.

Source Error:

Line 1:  <%@ Control Language="C#" AutoEventWireup="true" CodeBehind="ShopForParts.ascx.cs" Inherits="NopSolutions.NopCommerce.Web.Modules.ShopForPartsControl" %>
Line 2:  <div class="block Shop For Parts">
Line 3:      <div class="title">


Source File: /AmericanChromeEagle/Modules/ShopForParts.ascx    Line: 1



What am I doing wrong? please help.. the instructions seem so easy.. I have been working on this for days.. what am i doing wrong
13 years ago
did you recompile after the changes ?

are  you developing on a local machine ? is it working there but not on a hosted server, if this is the case, are you uploading the updated .dll files to the bin folder ?
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.