I got this error .
Server Error in '/provarichtextbox' 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: BC30451: Name 'ProcessWebPath' is not declared.
Source Error:
|
Line 21: var _CuteEditorResource_="[[_CuteEditorResource_]]";
Line 22:
Line 23: var colorpickerurl='<%=ProcessWebPath("ColorPicker.Aspx")%>?settinghash=[[_setting_]]';
Line 24:
Line 25: var editor=element;//for function editor.XXX
|
Source File: E:\siti\alfapi\provarichtextbox\CuteSoft_Client\CuteEditor\CuteEditor.htc.aspx Line: 23
Please check the source of CuteSoft_Client/CuteEditor/CuteEditor.htc.aspx
make sure the first line of the CuteSoft_Client/CuteEditor/CuteEditor.htc.aspx is:
<%@ Page Language="C#" ContentType="text/x-component" Inherits="CuteEditor.EditorUtilityPageWithCache" %>
Regards , Terry .