Ganesh wrote:
> I have a Webapp which was developed for framework v2.0/lower, it
> references System.Web.Extentions 1.0.61025.0
> I installed .net 3.5 on that box and the working webapp starts failing
> with the below error:
> error CS0433: The type
....
> Any idea where is my webapp referencing the 3.5 version from?
You should have checked google for the error code, which would have brought
up, e.g,
http://forums.asp.net/t/980517.aspx
Also, you might want to make sure that the web site running the application
is using the 1.1 framework. Installing the 3.5 framework might have changed
it.
--
Andrew