CS 1.1 Integration problem

  •  09-26-2005, 11:53 PM

    CS 1.1 Integration problem

    Hi,
    i tried to use your wrapper to integrate your editor with the CS 1.1, but the following error returned:
     
     
    Server Error in '/CS' Application.

    The Type Telligent.CuteEditorWraper.CE, Telligent.CuteEditorWraper could not be loaded by the TextEditorLoader
    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

    Exception Details: System.Exception: The Type Telligent.CuteEditorWraper.CE, Telligent.CuteEditorWraper could not be loaded by the TextEditorLoader

    Source Error:

    Line 47: if(controlType == null)Line 48: { Line 49: throw new Exception(string.Format("The Type {0} could not be loaded by the TextEditorLoader", configType)); Line 50: } Line 51:

    Source File: E:\web\src\Controls\Editor\TextEditorLoader.cs    Line: 49

    Stack Trace:

    [Exception: The Type Telligent.CuteEditorWraper.CE, Telligent.CuteEditorWraper could not be loaded by the TextEditorLoader] CommunityServer.Controls.TextEditorLoader.Load(String configType) in E:\web\src\Controls\Editor\TextEditorLoader.cs:49 CommunityServer.Controls.TextEditorLoader..cctor() in E:\web\src\Controls\Editor\TextEditorLoader.cs:32 [TypeInitializationException: The type initializer for "CommunityServer.Controls.TextEditorLoader" threw an exception.] CommunityServer.Controls.TextEditorLoader.Instance(HttpContext context, String[] roles) +0 CommunityServer.Controls.Editor.Create() in E:\web\src\Controls\Editor\Editor.cs:44 CommunityServer.Controls.Editor.set_Width(Unit value) in E:\web\src\Controls\Editor\Editor.cs:76 ASP.View_CreateEditPost_ascx.__BuildControlPostBody() in C:\Inetpub\wwwroot\CS\Themes\default\Skins\View-CreateEditPost.ascx:57 ASP.View_CreateEditPost_ascx.__BuildControlPost() in C:\Inetpub\wwwroot\CS\Themes\default\Skins\View-CreateEditPost.ascx:26 ASP.View_CreateEditPost_ascx.__BuildControlTree(Control __ctrl) in C:\Inetpub\wwwroot\CS\Themes\default\Skins\View-CreateEditPost.ascx:1 ASP.View_CreateEditPost_ascx.FrameworkInitialize() in c:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET Files\cs\1274a56b\2d691a07\qp4xog10.0.cs:0 System.Web.UI.UserControl.InitializeAsUserControlInternal() +31 System.Web.UI.UserControl.InitializeAsUserControl(Page page) +15 System.Web.UI.TemplateControl.LoadControl(Type t) +161 System.Web.UI.TemplateControl.LoadControl(String virtualPath) +51 CommunityServer.Controls.SkinnedWebControl.LoadSkin() in E:\web\src\Controls\BaseClasses\SkinnedWebControl.cs:102 CommunityServer.Controls.SkinnedWebControl.CreateChildControls() in E:\web\src\Controls\BaseClasses\SkinnedWebControl.cs:75 System.Web.UI.Control.EnsureChildControls() +100 System.Web.UI.Control.PreRenderRecursiveInternal() +38 System.Web.UI.Control.PreRenderRecursiveInternal() +125 System.Web.UI.Control.PreRenderRecursiveInternal() +125 System.Web.UI.Control.PreRenderRecursiveInternal() +125 System.Web.UI.Control.PreRenderRecursiveInternal() +125 System.Web.UI.Control.PreRenderRecursiveInternal() +125 System.Web.UI.Control.PreRenderRecursiveInternal() +125 System.Web.UI.Control.PreRenderRecursiveInternal() +125 System.Web.UI.Control.PreRenderRecursiveInternal() +125 System.Web.UI.Page.ProcessRequestMain() +1489

     
    I thought CS1.1 must be compatible with the previous version, but it's not. Is there a wrapper for CS1.1? I couldn't find one on the download page.
     
     
View Complete Thread