Problem in banners extenion

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

I'm trying to install banners extension on 1.90 version..
I followed instructions at
https://www.nopcommerce.com/boards/t/7988/banners-extension-installing-instructions.aspx

but banners extension give error

------------
Server Error in '/' Application.

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.Administration.Administration_Banners'.

Source Error:


Line 1:  <%@ Page Language="C#" MasterPageFile="~/Administration/main.master" AutoEventWireup="true"
Line 2:      CodeBehind="Banners.aspx.cs" Inherits="NopSolutions.NopCommerce.Web.Administration.Administration_Banners" %>
Line 3:  

Source File: /administration/Banners.aspx    Line: 1

Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.1
-------------------------------------------------------

anyone can help me please to diagnose this problem?


Cheerz :)
13 years ago
Hi,

This is what we used for our site: http://nopcommercetheme.blogspot.com/2010/06/how-can-i-create-flash-banner-for-my.html

you can place this banner in div's anywhere in your site.


The error below seems to be a reference problem in line 1 as it's not finding the master page, are you trying to create a banner in the admin section of your site?


Server Error in '/' Application.

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.Administration.Administration_Banners'.

Source Error:


Line 1:  <%@ Page Language="C#" MasterPageFile="~/Administration/main.master" AutoEventWireup="true"
Line 2:      CodeBehind="Banners.aspx.cs" Inherits="NopSolutions.NopCommerce.Web.Administration.Administration_Banners" %>
Line 3:  

Source File: /administration/Banners.aspx    Line: 1
13 years ago
yes, I'm trying to create banner from admin area..
can you help with some solution to correct this error?


Cheerz :)
13 years ago
Hi,

This is the installation from another board that may help,

https://www.nopcommerce.com/boards/t/7988/banners-extension-installing-instructions.aspx
13 years ago
garrie007 wrote:
Hi,

This is the installation from another board that may help,

https://www.nopcommerce.com/boards/t/7988/banners-extension-installing-instructions.aspx


I already explained that I used the same post to install but got the error..
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.