Hi,
I'm trying to add the new ASP Image Editor to a page - when I click the "button" to open the editor I get this ASP.NET 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 'webImageEditor.FrmImageEditor'.
Source Error:
Line 1: <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="FrmImageEditor.aspx.cs" Inherits="webImageEditor.FrmImageEditor" %> Line 2: Line 3: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
Source File: /rigg/dwzImageEditor/FrmImageEditor.aspx Line: 1
Version Information: Microsoft .NET Framework Version:2.0.50727.5472; ASP.NET Version:2.0.50727.5474 |
|
|