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.