UpdatePanel Runtime Error 500

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

    #1

    UpdatePanel Runtime Error 500

    I have an UpdatePanel that is throwing the following error on an attempted
    postback:

    Sys.WebForms.Pa gerequestManage rServerErrorExc eption: An Unknown error
    occurred while processing the request on the server. The status code returned
    from the server was 500

    A quick Google search will turn up a lot of the same error with no solution.
    Though some think it may have to do with using html code like " " within an
    UpdatePanel.

    Please advise what is causing this error and what can be done to fix it.

    Thank you.
  • =?Utf-8?B?TUNN?=

    #2
    RE: UpdatePanel Runtime Error 500

    Also, this error only occurs when the site is precompiled and run in IIS7. It
    does NOT occur when I run the project in Visual Studio ASP.NET Development
    Server.

    "MCM" wrote:
    I have an UpdatePanel that is throwing the following error on an attempted
    postback:
    >
    Sys.WebForms.Pa gerequestManage rServerErrorExc eption: An Unknown error
    occurred while processing the request on the server. The status code returned
    from the server was 500
    >
    A quick Google search will turn up a lot of the same error with no solution.
    Though some think it may have to do with using html code like " " within an
    UpdatePanel.
    >
    Please advise what is causing this error and what can be done to fix it.
    >
    Thank you.

    Comment

    • Allen Chen [MSFT]

      #3
      RE: UpdatePanel Runtime Error 500

      Hi,

      Here's a post with a solution.
      A broad category of Microsoft tools, languages, and frameworks for software development. Designed to support developers in building, debugging, and deploying applications across various platforms.

      If it doesn't work for you please send a demo project to me. I'll try to
      repro it on my side and find the root cause. My email is
      v-alchen@microsof t.com.

      Regards,
      Allen Chen
      Microsoft Online Support

      Delighting our customers is our #1 priority. We welcome your comments and
      suggestions about how we can improve the support we provide to you. Please
      feel free to let my manager know what you think of the level of service
      provided. You can send feedback directly to my manager at:
      msdnmg@microsof t.com.

      =============== =============== =============== =====
      Get notification to my posts through email? Please refer to
      http://msdn.microsoft.com/en-us/subs...#notifications.

      Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
      where an initial response from the community or a Microsoft Support
      Engineer within 1 business day is acceptable. Please note that each follow
      up response may take approximately 2 business days as the support
      professional working with you may need further investigation to reach the
      most efficient resolution. The offering is not appropriate for situations
      that require urgent, real-time or phone-based interactions or complex
      project analysis and dump analysis issues. Issues of this nature are best
      handled working with a dedicated Microsoft Support Engineer by contacting
      Microsoft Customer Support Services (CSS) at
      http://support.microsoft.com/select/...tance&ln=en-us.
      =============== =============== =============== =====
      This posting is provided "AS IS" with no warranties, and confers no rights.

      --------------------
      | Thread-Topic: UpdatePanel Runtime Error 500
      | thread-index: AckYTf3uR8NkmSe zS8KD/rPfUU5Xpw==
      | X-WBNR-Posting-Host: 207.46.192.207
      | From: =?Utf-8?B?TUNN?= <MCM@newsgroup. nospam>
      | References: <E3B134C1-7C56-441C-955F-97A802D11A79@mi crosoft.com>
      | Subject: RE: UpdatePanel Runtime Error 500
      | Date: Tue, 16 Sep 2008 15:46:00 -0700
      | Lines: 20
      | Message-ID: <6010BFE3-4B33-46A5-A280-A860F59CA61F@mi crosoft.com>
      | MIME-Version: 1.0
      | Content-Type: text/plain;
      | charset="Utf-8"
      | Content-Transfer-Encoding: 7bit
      | X-Newsreader: Microsoft CDO for Windows 2000
      | Content-Class: urn:content-classes:message
      | Importance: normal
      | Priority: normal
      | X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.3119
      | Newsgroups: microsoft.publi c.dotnet.genera l
      | Path: TK2MSFTNGHUB02. phx.gbl
      | Xref: TK2MSFTNGHUB02. phx.gbl microsoft.publi c.dotnet.genera l:22712
      | NNTP-Posting-Host: tk2msftibfm01.p hx.gbl 10.40.244.149
      | X-Tomcat-NG: microsoft.publi c.dotnet.genera l
      |
      | Also, this error only occurs when the site is precompiled and run in
      IIS7. It
      | does NOT occur when I run the project in Visual Studio ASP.NET
      Development
      | Server.
      |
      | "MCM" wrote:
      |
      | I have an UpdatePanel that is throwing the following error on an
      attempted
      | postback:
      | >
      | Sys.WebForms.Pa gerequestManage rServerErrorExc eption: An Unknown error
      | occurred while processing the request on the server. The status code
      returned
      | from the server was 500
      | >
      | A quick Google search will turn up a lot of the same error with no
      solution.
      | Though some think it may have to do with using html code like " "
      within an
      | UpdatePanel.
      | >
      | Please advise what is causing this error and what can be done to fix it.
      | >
      | Thank you.
      |

      Comment

      Working...