vs2008 ans 3.5 sp1 problem with System.Web.Extensions
-
I had some free time between projects, so I thought it would be a good time to install this on my development box, and see what needed fixed. The install went great, no problems, I installed the "family" update that came out not long ago, also went great, and turned on Visual studio. I opened up my current project (website) and built it. It failed on "using System.Web.Extensions" "are you missing an assembly reference?" I removed and added the reference several times, no effect. I repaired .net and visual studio, no effect. I found a blog that talked about uninstalling the .dll from the GAC and adding the pre-sp1 .dll to the project directly, still no effect. Has anyone seen this? if so,is there a fix or workaround that I can do, so sp1 works? If not, is there a safe, easy way to uninstall the sp1's? Thank you :)
-
I had some free time between projects, so I thought it would be a good time to install this on my development box, and see what needed fixed. The install went great, no problems, I installed the "family" update that came out not long ago, also went great, and turned on Visual studio. I opened up my current project (website) and built it. It failed on "using System.Web.Extensions" "are you missing an assembly reference?" I removed and added the reference several times, no effect. I repaired .net and visual studio, no effect. I found a blog that talked about uninstalling the .dll from the GAC and adding the pre-sp1 .dll to the project directly, still no effect. Has anyone seen this? if so,is there a fix or workaround that I can do, so sp1 works? If not, is there a safe, easy way to uninstall the sp1's? Thank you :)
-
Sorry, my fix was to uninstall vs 2008 sp1 and .net 3.5 sp1.