error in .net 4

Last post 06-13-2012, 7:44 AM by Kenneth. 3 replies.
Sort Posts: Previous Next
  •  06-11-2012, 7:40 PM 73872

    error in .net 4

    Hi,
    I just got a very wired error. I have the editor in a popup page. When I click on a radio button, it should popup the page with editor. Every first time, it's ok to get the editor. However, after the first time, if I try it again, it will give following error message. I have no problem when I debug it in my development environment. It only happens when I deploy it to server.
    Can you please give me some adivce what the error msg means.]
    thx
     
     
  •  06-12-2012, 7:56 AM 73876 in reply to 73872

    Re: error in .net 4

    Hi wolf11th,
     
    Are you using  cookieless="UseUri in your web.config?
     
    <forms  cookieless="UseUri">
          </forms>
     
    Get the same problem with the simple page below?
     
    1. <%@ Page Language="C#" AutoEventWireup="True" %>  
    2. <%@ Register TagPrefix="CE" Assembly="CuteEditor" Namespace="CuteEditor" %>  
    3.   
    4. <html>  
    5. <body>  
    6.     <form id="Form1" runat="server">  
    7.         <CE:Editor ID="editor1" runat="server">  
    8.         </CE:Editor>  
    9.     </form>  
    10. </body>  
    11. </html>  
     
    Regards,
     
    Ken 
     
  •  06-12-2012, 7:10 PM 73881 in reply to 73876

    Re: error in .net 4

    thx Kenneth
     
    no, I don't have UseUri
     
    I can easily reproduce the error by press F5 if I use .net 4
     
    I've send you a test page
     
    thx again
  •  06-13-2012, 7:44 AM 73885 in reply to 73881

    Re: error in .net 4

    ok, I will check it and get back to you as soon as possible.
     
    Regards,
     
    Ken 
View as RSS news feed in XML