Problems on version 6.4

Last post 06-22-2009, 10:54 AM by scabrera. 6 replies.
Sort Posts: Previous Next
  •  06-19-2009, 10:19 AM 53297

    Problems on version 6.4

    I'm having two problems (marked with an *):
     
    * I had an application running on version 6.1, but after upgrading to 6.4, the application no longer works, throwing this error:

    (Server: IIS 7.5 Integrated Mode, client: IE8):
    System.Security.SecurityException: Request for the permission of type 'System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed.
     
    (Server: IIS 7.5 Classic Mode, client: IE8):
    Request for the permission of type 'System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed. (Drive:\Path_To_Website_root\web.config line ###)
     
    If I return the CuteEditor.dll to the 6.1 version, it works, of course with all the bugs it brings.
     
    * I was trying to add some text with a <noscript></noscript> tag into a CuteEditor control, but it won't let me add anything inside the tag. It deletes everything.
     
    This is my environment: ASP .Net 2.0/3.5 under IIS7.5 and IE8.
     
    This is how I declare the controls on my Application's Web.config, instead of doing it on the pages where the control would be resting, 'cause they're many:
     
    <controls>
       <add tagPrefix="CE" namespace="CuteEditor" assembly="CuteEditor" />
    </controls>
     
    Thanks in advance for your help.
     
    Sergio.

    "Be all you can be!"
  •  06-19-2009, 1:59 PM 53305 in reply to 53297

    Re: Problems on version 6.4

    Sergio,
     
    Can you create a separate application without web.config file?
     
    >>I was trying to add some text with a <noscript></noscript> tag into a CuteEditor control, but it won't let me add anything inside the tag. It deletes everything
     
    I cannot reproduce this issue in the following example:
     
     
     
    Can you download the control and try again?
     
    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

  •  06-19-2009, 3:10 PM 53308 in reply to 53305

    Re: Problems on version 6.4

    Ok, the problem of the <noscript> tag appears to be resolved (Thanks a lot for that), but the other problem is really driving me crazy: It appears to be a problem of permissions / security, but what's new in the control, that it needs more permissions?

    "Be all you can be!"
  •  06-19-2009, 3:22 PM 53309 in reply to 53308

    Re: Problems on version 6.4

    If you delete the web.config file, with the following code do you have the same problem?
     
    1. <%@ Register TagPrefix="CE" Namespace="CuteEditor" Assembly="CuteEditor" %>   
    2. <%@ Page language="c#"%>   
    3. <html>   
    4.     <head>   
    5.     </head>   
    6.     <body>   
    7.         <form id="Form1" method="post" runat="server">   
    8.             <CE:EDITOR id="Editor1" Autoconfigure="Simple" runat="server"></CE:EDITOR>   
    9.         </form>   
    10.     </body>   
    11. </html>  

    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

  •  06-21-2009, 9:35 AM 53329 in reply to 53309

    Re: Problems on version 6.4

    Adam, However, it didn't work.
     
    I solved trhough another way: I got an old copy of the project and only changed the DLLs and deleted the <FrameStyle ...> tags from the controls.
     
    Now, anyway I tried to reproduce the error again, with another old copy, to see where the problem resides, and I think it comes when I try to add a new CuteEditor control on any page by dragging and dropping the control from the VS2008 toolbox, time when Visual Studio ask me to replace the DLLs for the control. If you can check that, would be good.
     
    I want to ask you for another issue:
     
    When I try to insert a template (table, panel, div, etc. with float declared) within some text, the cursor goes all the way up to the top of the text, inserting the template there, and not where I had placed the cursor before.
     
    Thanks again in advance,
     
    Sergio.

    "Be all you can be!"
  •  06-22-2009, 12:17 AM 53337 in reply to 53329

    Re: Problems on version 6.4

    Hi scabrera,
     
    When I try to insert a template (table, panel, div, etc. with float declared) within some text, the cursor goes all the way up to the top of the text, inserting the template there, and not where I had placed the cursor before.
     
    can you show me the steps to reproduce this issue on our demo?
     
     
    Regards,
     
    ken
  •  06-22-2009, 10:54 AM 53361 in reply to 53337

    Re: Problems on version 6.4

    Hi Kenneth,
     
    On your demo, all works well, but I see a difference: My templates are on sub-directories instead of the root of the templates dir.
     
    When the template browser refreshes to change the folder it's when the cursor moves.
     
    If you could make the test, please let me know.
     
    Thanks,
     
    Sergio.

    "Be all you can be!"
View as RSS news feed in XML