Problem with 6.6 version

Last post 08-30-2011, 8:32 AM by gorans@cimmaronsoftware.com. 2 replies.
Sort Posts: Previous Next
  •  08-29-2011, 7:32 PM 69861

    Problem with 6.6 version

    We have been using 6.1/VS2005/2.0 combination for a few years now with no problems. We just upgraded to VS10/4.0 and cutesoft 6.6. I created a new test web site project, added cuteeditor.*.dll to my bin folder, copied the Cutesoft_Client folder and ran the project. Page loads up and throws an error "error?" from some javascript alert. Below you can see my code (nothing much going on there). I will try and upload a picture of the error as well but it is just an IE window with editor in the background, no toolbar(s) and an alert box showing. Of course, when I dismiss the alert box editor is unresponsive. Any help would be appreciated.
     

    <%

    @ Page Language="VB" %>

    <%

    @ Register Assembly="CuteEditor" Namespace="CuteEditor" TagPrefix="CE" %>

    <!

    DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

    <html xmlns="http://www.w3.org/1999/xhtml">

    <

    head runat="server">

    <title></title>

    </

    head>

    <

     

     

    body>

     

    <form id="form1" runat="server">

     

    <div>

     

    <ce:editor id="Editor1" runat="server">

     

    </ce:editor>

     

    </div>

     

    </form>

    </

     

     

    body>

    </

     

     

    html>


    Goran
  •  08-30-2011, 6:59 AM 69869 in reply to 69861

    Re: Problem with 6.6 version

    Hi gorans@cimmaronsoftware.com,
     
    If you using asp.net v4.0, please set  <httpRuntime requestValidationMode=″2.0″ /> in the web.config.
     
    Regards,
     
    Ken
     
  •  08-30-2011, 8:32 AM 69878 in reply to 69869

    Re: Problem with 6.6 version

    Thanks for your reply. I already have that. Below is my web.config [formatting and spaces got messed up with copy/paste. There are no typos). Any other ideas?
     
    Thanks.

    <?xmlversion="1.0"?>
     
    <configuration>
       <
    system.web>
          <
    httpRuntimerequestValidationMode="2.0"/>
          <
    compilationdebug="true"strict="false"explicit="true"targetFramework="4.0"/>
       </
    system.web>
       <
    system.webServer> 
          <
    modulesrunAllManagedModulesForAllRequests="true"/>
          </system.webServer>
    </configuration>


     

    Goran
View as RSS news feed in XML