This topic is locked

FCKEditor error

11/23/2008 4:42:19 PM
ASPRunner.NET General questions
dcampbe11 author

I completed a very simply applicaiton and received the following error:
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: Unknown server tag 'FCKeditorV2:FCKeditor'.
Source Error:
Line 39: <TD class=shade id=tblCellMessageLabel><asp:Label ID="lblfMessage" runat="server" Text="Message" />

Line 40: </TD>

Line 41: <TD id=tblCellMessageValue><FCKeditorV2:FCKeditor id="fldEditMessage" runat="server" BasePath='./FCKeditor/' Width="500" Height="250" />

Line 42: </TD></TR>

Line 43: <TR>

Eugene 12/1/2008
  1. Please, check that FredCK.FCKeditorV2.dll file is in /bin directory, together with SubSonic.dll file.

    If it's not so, then copy it there from "C:\Program Files\ASPRunner.NET4.0\source\Plugins\FCKeditor\bin\" directory.
  2. Please check that you file is configured as an applicaion. To check it:
    1. run Internet Information Service.
    2. right-click on your virtual directory and then select Properties.
    3. Choose Directory tab.
    4. Near of Application name textbox. click on the Create button.
    5. Then set Execute Permissions to Scripts only.