G
Ganesh
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
'System.Web.Script.Services.ScriptMethodAttribute' exists in both 'c:
\WINDOWS\assembly\GAC_MSIL\System.Web.Extensions
\1.0.61025.0__31bf3856ad364e35\System.Web.Extensions.dll' and 'c:
\WINDOWS\assembly\GAC_MSIL\System.Web.Extensions
\3.5.0.0__31bf3856ad364e35\System.Web.Extensions.dll'
There is no where System.Web.Extensions 3.5 is referenced but the
runtime compiler seems to be it picking up. I also removed assembly
redirect specified for System.Web.Extensions from machine.config but
it dint make a difference.
Any idea where is my webapp referencing the 3.5 version from?
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
'System.Web.Script.Services.ScriptMethodAttribute' exists in both 'c:
\WINDOWS\assembly\GAC_MSIL\System.Web.Extensions
\1.0.61025.0__31bf3856ad364e35\System.Web.Extensions.dll' and 'c:
\WINDOWS\assembly\GAC_MSIL\System.Web.Extensions
\3.5.0.0__31bf3856ad364e35\System.Web.Extensions.dll'
There is no where System.Web.Extensions 3.5 is referenced but the
runtime compiler seems to be it picking up. I also removed assembly
redirect specified for System.Web.Extensions from machine.config but
it dint make a difference.
Any idea where is my webapp referencing the 3.5 version from?