enablesessionstate error

Last post 09-26-2005, 4:29 PM by Anonymous. 4 replies.
Sort Posts: Previous Next
  •  09-26-2005, 2:41 PM 11043

    enablesessionstate error

    I'm using Visual Web Developer 2005 Express Beta 2. Cute Editor for .NET 4.5 worked fine, but I was dealing with slow load issues which were supposedly resolved with version 5.0. So I purchased the 5.0 license. I have followed the deployment steps carefully, but got the following errors:

    Error 1 Could not load file or assembly 'CuteEditor.ImageEditor' or one of its dependencies. The system cannot find the file specified. C:\Documents and Settings\Administrator\My Documents\Visual Studio 2005\WebSites\SHG\CuteSoft_Client\CuteEditor\ImageEditor\ImageEditor.aspx 3 

    Error 2 Unknown server tag 'CE:ImageEditor'. C:\Documents and Settings\Administrator\My Documents\Visual Studio 2005\WebSites\SHG\CuteSoft_Client\CuteEditor\ImageEditor\ImageEditor.aspx 55 

    Error 3 The 'enablesessionstate' attribute is not supported by the 'import' directive. C:\Documents and Settings\Administrator\My Documents\Visual Studio 2005\WebSites\SHG\CuteSoft_Client\CuteEditor\ImageEditor\ListFiles.aspx 2 


    I tried to fix this by adding CuteEditor.ImageEditor.dll to my bin folder. That removed the first 2 errors, but I still have the following error (and a boatload of warnings):

    Error 1 The 'enablesessionstate' attribute is not supported by the 'import' directive. C:\Documents and Settings\Administrator\My Documents\Visual Studio 2005\WebSites\SHG\CuteSoft_Client\CuteEditor\ImageEditor\ListFiles.aspx 2 

    Any ideas what the problem may be? Thanks, Kris.
  •  09-26-2005, 3:51 PM 11047 in reply to 11043

    Re: enablesessionstate error

    Kris,

    The version 5.0 has added a new feature, Online Image Editor.

    All your questions are related to the online image editor.

    >>Error 1 Could not load file or assembly 'CuteEditor.ImageEditor' or one of its dependencies.

    Please check your project bin folder and make sute the CuteSoft.ImageEditor.dll exists.

    Keep me posted.





     

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

  •  09-26-2005, 4:02 PM 11048 in reply to 11047

    Re: enablesessionstate error

    Adam - I have added the CuteEditor.ImageEditor.dll to my bin folder again. Still get the same error as I explained in part 2 of my original question. Any further suggestions? Thanks, Kris.
  •  09-26-2005, 4:09 PM 11050 in reply to 11048

    Re: enablesessionstate error

    Kris,
     
    Open the ListFiles.aspx

    Change the following code

    <%@import Namespace="CuteEditor.ImageEditor"  EnableSessionState="true"%>
     
    to
     
    <%@import Namespace="CuteEditor.ImageEditor" %>

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

  •  09-26-2005, 4:29 PM 11051 in reply to 11050

    Re: enablesessionstate error

    That did the trick! Thanks! This is one of the best ASP.NET tools on the web. Keep it up. Cheers, Kris
View as RSS news feed in XML