Hi
I can't seem to get test.aspx working I have added a reference to the dll and it's in the bin, but I still get this message.
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 FredCK.FCKeditor from assembly FredCK.FCKeditor, Version=0.9.0.19666, Culture=neutral, PublicKeyToken=null because the format is invalid.
Source Error:
Line 34: <body>
Line 35: <form id="Test" method="post" runat="server">
Line 36: <FredCK:FCKeditor id="FCKeditor1" height="300" runat="server" Value='<P align="center">This is just a <B>test</B>.</P>' BasePath="../"></FredCK:FCKeditor><br>
Line 37: <br>
Line 38: <input type="submit" value="Submit Data">
Source File: C:\DEVELOPMENT\test3\FCKeditor\_test\test.aspx Line: 36
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.0.3705.288; ASP.NET Version:1.0.3705.288
I can't seem to get test.aspx working I have added a reference to the dll and it's in the bin, but I still get this message.
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 FredCK.FCKeditor from assembly FredCK.FCKeditor, Version=0.9.0.19666, Culture=neutral, PublicKeyToken=null because the format is invalid.
Source Error:
Line 34: <body>
Line 35: <form id="Test" method="post" runat="server">
Line 36: <FredCK:FCKeditor id="FCKeditor1" height="300" runat="server" Value='<P align="center">This is just a <B>test</B>.</P>' BasePath="../"></FredCK:FCKeditor><br>
Line 37: <br>
Line 38: <input type="submit" value="Submit Data">
Source File: C:\DEVELOPMENT\test3\FCKeditor\_test\test.aspx Line: 36
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.0.3705.288; ASP.NET Version:1.0.3705.288
RE: test.aspx not working
RE: test.aspx not working