(sorry about the formatting) ---- > Hi Guys, I just used the FCKEditor tutorial to install and use
FCKEditor on our DNN site. We want to use the default html editor as
the default and only the FCKEditor in certain circumstances.
To add the
FCKEditor control at the page level would i :
1) - Register a tag
prefix for the dll <%@ Register TagPrefix="FCKeditorV2"
Namespace="FredCK.FCKeditorV2" Assembly="FredCK.FCKeditorV2" %>
2) - Use the control as follows
NOTE:
That the default code that was present when the FCKEditor was enabled
within web.config as the default editor is obviously, no longer in use.
I am currently getting this error: Error: Edit ArticleList is currently
unavailable.
DotNetNuke.Services.Exceptions.ModuleLoadException: C:\paul\10386
Battlefront\Website\DesktopModules\FourthMedia.Articles\EditArticleList.ascx.vb(133):
error BC30451: Name 'txtSummary' is not declared. --->
System.Web.HttpCompileException: C:\paul\10386
Battlefront\Website\DesktopModules\FourthMedia.Articles\EditArticleList.ascx.vb(133):
error BC30451: Name 'txtSummary' is not declared. at
System.Web.Compilation.BuildManager.CompileWebFile(VirtualPath
virtualPath) at
System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath
virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean
allowBuildInPrecompile) at
System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext
context, VirtualPath virtualPath, Boolean noBuild, Boolean
allowCrossApp, Boolean allowBuildInPrecompile) at
System.Web.UI.TemplateControl.LoadControl(VirtualPath virtualPath) at
System.Web.UI.TemplateControl.LoadControl(String virtualPath) at
DotNetNuke.UI.Skins.Skin.InjectModule(Control objPane, ModuleInfo
objModule, PortalSettings PortalSettings) --- End of inner exception
stack trace ---
Any help would be greatly appreciated guys

Thanks again,
Paul