Answered Problem In Executing Ajax Related IN IE10 DP

  • Wednesday, August 01, 2012 10:55 AM
     
      Has Code

     I have following code inside in a script tag in a .aspx page.

    var temp = Sys.WebForms.PageRequestManager.getInstance();

    I am running my page in page in IE DP.

    Document mode: IE 10 standard

    Browser mode :IE10

    When it encounters the above code of line it gives following error:

    I don't want to change my browser mode as well as document mode.

    Any one has solution for this?? I want it very urgent.


    • Edited by Sonu_San Wednesday, August 01, 2012 10:56 AM
    •  

All Replies

  • Tuesday, August 07, 2012 1:48 AM
     
     
    try other browser: IE 9, does the issue occur?
  • Tuesday, August 07, 2012 3:35 AM
     
     

    @fab.... of coarse not!

    @Sonu..... and what version of .net is your application using..

    this forum is for questions about html,css and scripting for website developers... it appears that the .net version of your asp.net web app isn't installed on the win8 pp. Try the Developing for Windows 8 forum.


    Rob^_^

  • Tuesday, February 05, 2013 1:39 PM
     
     Answered

    I'm was using framework 4.5 only. After trying with IE10 RTM I'm not getting any error.

    thanks for your reply..

    • Marked As Answer by Sonu_San Tuesday, February 05, 2013 1:39 PM
    •  
  • Wednesday, February 06, 2013 12:18 AM
     
     
    It appears that your app has backward dependencies... to earlier .net assemblies that weren't installed on your win8 DP image.

    Rob^_^