ASP.NET AJAX client-side framework failed to load ERROR

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • =?Utf-8?B?Sko=?=

    ASP.NET AJAX client-side framework failed to load ERROR

    We deployed a website the other day and now one user is getting this error.
    Of course everyone else is working fine. This error above is followed by
    Error: 'Type' is Undefined and two Error: 'Sys' is Undefinded errors. The
    fact that one user gets it and everyone else is okay leads me to believe it
    is a IE problem. There are plenty of blogs out there that address this by
    doing everything from changing a few lines in web.config to completely
    reinstalling IIS. It would be nice to know exactly what is going on becuase
    we can't even reproduce it hear in our shop and our client is getting
    frustrated.
  • Evan Camilleri

    #2
    Re: ASP.NET AJAX client-side framework failed to load ERROR

    Do you have the ASP.NET ajax framework on the server where you installed
    this application??

    Evan Camilleri



    "JJ" <JJ@discussions .microsoft.comw rote in message
    news:A2F6A86C-EE7E-4236-9438-68D5349ACCF1@mi crosoft.com...
    We deployed a website the other day and now one user is getting this
    error.
    Of course everyone else is working fine. This error above is followed by
    Error: 'Type' is Undefined and two Error: 'Sys' is Undefinded errors. The
    fact that one user gets it and everyone else is okay leads me to believe
    it
    is a IE problem. There are plenty of blogs out there that address this by
    doing everything from changing a few lines in web.config to completely
    reinstalling IIS. It would be nice to know exactly what is going on
    becuase
    we can't even reproduce it hear in our shop and our client is getting
    frustrated.

    Comment

    • =?Utf-8?B?Sko=?=

      #3
      Re: ASP.NET AJAX client-side framework failed to load ERROR


      I am not sure. The client is supposed to be responsible for the server, and
      I am not sure what requirements we gave them. I will check. I thought about
      this myself. Can you explain how that works? Obviously there are
      client-side components for AJAX, do the webiste do some sort of check and if
      they're missing it installs them? So if everyone who our site is working
      fine for had previously gone to a ASP.NET AJAX driven site they would have
      gotten them there and now our site just happens to work. But for this other
      guy, maybe he's never visited a site to get them from and our site is giving
      them to him either? Is that assumption along the correctly line.

      Comment

      • Evan Camilleri

        #4
        Re: ASP.NET AJAX client-side framework failed to load ERROR

        No actaully your mistake is that ASP.NET AJAX is SERVER side not CLIENT
        side. The client does NOT need to install anything.
        The sys. error is becasue there server does not have AJAX installed.

        The only thing which the client need is to have jacascript enables BUT in
        your case it is a server problem. ASP.NET AJAX MUST be installed on the
        server where IIS is installed.

        Evan Camilleri



        "JJ" <JJ@discussions .microsoft.comw rote in message
        news:7231CD4C-0E6E-429E-A69A-A6052D6AF0A5@mi crosoft.com...
        >
        I am not sure. The client is supposed to be responsible for the server,
        and
        I am not sure what requirements we gave them. I will check. I thought
        about
        this myself. Can you explain how that works? Obviously there are
        client-side components for AJAX, do the webiste do some sort of check and
        if
        they're missing it installs them? So if everyone who our site is working
        fine for had previously gone to a ASP.NET AJAX driven site they would have
        gotten them there and now our site just happens to work. But for this
        other
        guy, maybe he's never visited a site to get them from and our site is
        giving
        them to him either? Is that assumption along the correctly line.

        Comment

        • Mark Rae [MVP]

          #5
          Re: ASP.NET AJAX client-side framework failed to load ERROR

          "JJ" <JJ@discussions .microsoft.comw rote in message
          news:7231CD4C-0E6E-429E-A69A-A6052D6AF0A5@mi crosoft.com...
          Obviously there are client-side components for AJAX
          There most certainly are not...


          --
          Mark Rae
          ASP.NET MVP


          Comment

          • =?Utf-8?B?Sko=?=

            #6
            Re: ASP.NET AJAX client-side framework failed to load ERROR

            Well then this isn't our problem because it works for 95% of the users. From
            what I can gather from other blogs this error message seems to be thrown for
            the phone book of errors. It's not very specific.

            Does anyone have an ideas as to why this would work for most users but not a
            few?


            Comment

            • Mark Rae [MVP]

              #7
              Re: ASP.NET AJAX client-side framework failed to load ERROR

              "JJ" <JJ@discussions .microsoft.comw rote in message
              news:32C39355-5C27-494F-9B32-26A6536C29A2@mi crosoft.com...
              Well then this isn't our problem because it works for 95% of the users.
              From
              what I can gather from other blogs this error message seems to be thrown
              for
              the phone book of errors. It's not very specific.
              >
              Does anyone have an ideas as to why this would work for most users but not
              a
              few?
              The 'J' in AJAX stands for JavaScript - if JavaScript is disabled, AJAX
              won't work...

              Could the users in question have disabled JavaScript...?


              --
              Mark Rae
              ASP.NET MVP


              Comment

              • gerry

                #8
                Re: ASP.NET AJAX client-side framework failed to load ERROR

                how can they have javascript disabled AND receive a javascript error ?


                "Mark Rae [MVP]" <mark@markNOSPA Mrae.netwrote in message
                news:uHiNouY8IH A.1204@TK2MSFTN GP04.phx.gbl...
                "JJ" <JJ@discussions .microsoft.comw rote in message
                news:32C39355-5C27-494F-9B32-26A6536C29A2@mi crosoft.com...
                >
                >Well then this isn't our problem because it works for 95% of the users.
                >From
                >what I can gather from other blogs this error message seems to be thrown
                >for
                >the phone book of errors. It's not very specific.
                >>
                >Does anyone have an ideas as to why this would work for most users but
                >not a
                >few?
                >
                The 'J' in AJAX stands for JavaScript - if JavaScript is disabled, AJAX
                won't work...
                >
                Could the users in question have disabled JavaScript...?
                >
                >
                --
                Mark Rae
                ASP.NET MVP
                http://www.markrae.net

                Comment

                • =?Utf-8?B?Sko=?=

                  #9
                  Re: ASP.NET AJAX client-side framework failed to load ERROR

                  He doesn't have JS disabled because our Login page simply wouldn't work. He
                  is a few screens into the system before receiving the error. I admit my
                  question about the components was dumb now that I think about it, I wasn't
                  thinking and I know what AJAX is, but thanks for the refresher course in
                  acronyms.

                  What I don't understand is how the client-side framework loads fine on the
                  server for user A but not for user B. It seems like it would be all or
                  nothing. This should prompt another interesting repsonse from Mark, but is
                  there something in the web.config file that would react differently to
                  different clients? That doesn't seem logical, but its the only thing I can
                  think of at this point.



                  Comment

                  • gerry

                    #10
                    Re: ASP.NET AJAX client-side framework failed to load ERROR

                    that was my point - scripting can't be disabled.

                    I run into this same issue intermittently - on my own sites as well as other
                    sites on the web - my guess is that there is some timing issue within the
                    ajax library that pops up every once in a while causing objects to be
                    referenced before they are created/initialized or before the required
                    scripts have been loaded.
                    Although I haven't seen this being associated with any particular client.
                    For me , refreshing the page usually clears up the problem - not that that
                    is much better.




                    "JJ" <JJ@discussions .microsoft.comw rote in message
                    news:E2A15123-5A7E-4884-8ED8-FB438E04B8E5@mi crosoft.com...
                    He doesn't have JS disabled because our Login page simply wouldn't work.
                    He
                    is a few screens into the system before receiving the error. I admit my
                    question about the components was dumb now that I think about it, I wasn't
                    thinking and I know what AJAX is, but thanks for the refresher course in
                    acronyms.
                    >
                    What I don't understand is how the client-side framework loads fine on the
                    server for user A but not for user B. It seems like it would be all or
                    nothing. This should prompt another interesting repsonse from Mark, but
                    is
                    there something in the web.config file that would react differently to
                    different clients? That doesn't seem logical, but its the only thing I
                    can
                    think of at this point.
                    >
                    >
                    >

                    Comment

                    Working...