Got Error after upgrad to .Net Framework 3.5

Last post 11-30-2007, 9:51 PM by SimonLu. 2 replies.
Sort Posts: Previous Next
  •  11-30-2007, 12:59 PM 35567

    Got Error after upgrad to .Net Framework 3.5

    After we update the website to .Net Framework 3.5(System.Web.Extensions 3.5.0.0, System.Web.Extensions.Design 3.5.0.0)
    I found out the CE got error message when the page is using AJAX Controls.
     
    Microsoft JScript 執行階段錯誤(Excuting Error):
    Sys.WebForms.PageRequestManagerServerErrorException: 不允許篩選(Can not filter)。
     
    after remove the CE control
    the AJAX Page run correctly.
  •  11-30-2007, 2:02 PM 35569 in reply to 35567

    Re: Got Error after upgrad to .Net Framework 3.5

    I also tested the Editor on 3.5. and I get correct result.
     
    What's your configuration file and code ?
     
    Regards , Terry .
  •  11-30-2007, 9:51 PM 35578 in reply to 35569

    Re: Got Error after upgrad to .Net Framework 3.5

    I just simplely create an New web site
    Then make sure the website references AJAX Extensions.(System.Web.Extensions and System.Web.Extensions.Design),
    and place CuteEditor component into the website Bin.
    Then design the HTML and codes.
    Run the program and click the Button.
    After click, the system will comes up the AJAX error handling proccess, then got error.
    After press the "Break" , then make a watch inside the error step.
    The web.config is default, I didn't make any change,
    My environment is
    .NET Framework 3.5 (Release version)
    Visual Studio 2008 Beta 2
    CuteEditor DLL 6.0.0.0 Build 2007-09-04
    Regards,
    Simon
View as RSS news feed in XML