Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 203827
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T17:24:48+00:00 2026-05-11T17:24:48+00:00

Basically I am upgrading from 1.1 to .NET 3.5 SP1 and replacing an old

  • 0

Basically I am upgrading from 1.1 to .NET 3.5 SP1 and replacing an old .NET 1.1 WebForms application with its newer .NET 3.5 version.

  • I run the .net 3.5 sp1 installer (dotnetfx35setup.exe)
  • I run the crystal reports redistributable installer
  • I set up a new application pool
  • I set up a new website using the directory with the new files, using ASP.NET 2.0 and the new application pool

I have done this exact same process on 5 different (relatively) identical boxes and it worked on every single one except for the current one.

Here when I try to navigate to the home page I get an error: Parser Error Message: unkown server tag asp:UpdateProgress
You can see the full error here: http://pastebin.com/f460e58bd

Since UpdateProgress is in System.Web.Extensibility.dll I checked the GAC – it is not installed. So I tried moving it manually into the applications bin directory – this didn’t fix it. I then tried copying gacutil to the machine and installing the file to the GAC manually, the install succeeded but my application still is failing and I’m out of ideas.

Does anyone have any idea what else I can try?

The server is a Windows 2003 Server SP1.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-11T17:24:49+00:00Added an answer on May 11, 2026 at 5:24 pm

    Try adding this to the bottom of your web.confg:

    <runtime>
        <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
            <dependentAssembly>
                <assemblyIdentity name="System.Web.Extensions" publicKeyToken="31bf3856ad364e35"/>
                <bindingRedirect oldVersion="1.0.0.0-1.1.0.0" newVersion="3.5.0.0"/>
            </dependentAssembly>
            <dependentAssembly>
                <assemblyIdentity name="System.Web.Extensions.Design" publicKeyToken="31bf3856ad364e35"/>
                <bindingRedirect oldVersion="1.0.0.0-1.1.0.0" newVersion="3.5.0.0"/>
            </dependentAssembly>
        </assemblyBinding>
    </runtime>
    

    If it works then it’s a problem with your pages looking for the specific older version of the System.Web.Extensions DLL. A recompile of the DLLs that reference System.Web.Extensions should fix it also.

    Also here’s the much more common error people see, and a better Google search to get you pointed in the right direction since the ScriptManager is usually the first System.Web.Extensions control parsed.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm in the process of upgrading an existing ASP.NET2.0 application to .NET3.5 (moving from
Basically I am trying to restart a service from a php web page. Here
Basically, I'm trying to tap into the Soap pipeline in .NET 2.0 - I
Basically I’ve heard that certain conditions will cause .NET to blow past the finally
I'm currently in the process of upgrading the TFS server from 2008 to 2010
I have an application which gets it's data ( XML ) from a source
I've got a bunch of asp pages that I'm upgrading to asp.net. I'm trying
Basically the below is what i want to do in asp.net c#. Steps 1.Upload
I have a problem in upgrading an old data model to a current model.
We're in the process of upgrading one of our SQL Server instances from 2000

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.