Could not load type FredCK.FCKEDITOR from assembly FredCK.FCKeditorV2, Version=1.0.1796.3988, Culture=neutral, PublicKeyToken=4f86767c9b519a06.
ok, I'm reaching here...i get this message when integrating into a asp.net webform using this on top of my page:
<%@ Register TagPrefix="FREDCK" NameSpace="FredCK" Assembly="FredCK.FCKeditorV2" %>
and this where I want teh editor to show up:
<FREDCK:FCKEDITOR id="FCKeditor1" runat="server" CanBrowse="True" height="500px" BasePath="../fckeditor/" CanUpload="True"></FREDCK:FCKEDITOR>
I played with the basePath, I deleted and re-installed .net framework and installed the latest service pack. Nothing works...Help!
Please and Thank you
ok, I'm reaching here...i get this message when integrating into a asp.net webform using this on top of my page:
<%@ Register TagPrefix="FREDCK" NameSpace="FredCK" Assembly="FredCK.FCKeditorV2" %>
and this where I want teh editor to show up:
<FREDCK:FCKEDITOR id="FCKeditor1" runat="server" CanBrowse="True" height="500px" BasePath="../fckeditor/" CanUpload="True"></FREDCK:FCKEDITOR>
I played with the basePath, I deleted and re-installed .net framework and installed the latest service pack. Nothing works...Help!
Please and Thank you
RE: ASP.NET - Could not load type FredCK.FCKE
Zip file containing .Net implementation you downloaded here should have sub folders Debug and Release. Before I moved dll file in Release folder to bin, it didn't work out in my configuration (It can work out if you play with properties of your web project, which contains where to look for dll if I'm not mistaken)
RE: ASP.NET - Could not load type FredCK.FCKE
RE: ASP.NET - Could not load type FredCK.FCKE