Cause: change of Microsoft Ajax namespace from atlas to
asp. Visual studio uses reflection to inspect Web site references such as ASP.NET framework, assemblies in bin, etc and generates XML schemas that drive intellisense. Generated schemas are cached and change in the namespace when assembly name
stays the same may confuse intellisense schema generator. This may happen when you uninstall Atlas Beta 1 is and install recent Release Candidate.
Solution: Close VS, delete everything in
C:\Documents and Settings\USER\Application Data\Microsoft\VWDExpress\8.0\ReflectedSchemas
C:\Documents and Settings\USER\Application Data\Microsoft\Visual Studio\8.0\ReflectedSchemas
All-Star
15482 Points
6040 Posts
Re: SP1 causing "Adding reference to System.Web.dll ..."
Dec 29, 2006 12:51 PM|Mikhail Arkhipov (MSFT)|LINK
http://blogs.msdn.com/mikhailarkhipov/archive/2006/12/25/repairing-visual-web-developer-intellisense-issues.aspx
Try this:
Cause: change of Microsoft Ajax namespace from atlas to asp. Visual studio uses reflection to inspect Web site references such as ASP.NET framework, assemblies in bin, etc and generates XML schemas that drive intellisense. Generated schemas are cached and change in the namespace when assembly name stays the same may confuse intellisense schema generator. This may happen when you uninstall Atlas Beta 1 is and install recent Release Candidate.
Solution: Close VS, delete everything in
C:\Documents and Settings\USER\Application Data\Microsoft\VWDExpress\8.0\ReflectedSchemas
C:\Documents and Settings\USER\Application Data\Microsoft\Visual Studio\8.0\ReflectedSchemas
then restart VS or VWD.
Let me know if this helps.
------------------------------------------------------------
This posting is provided "AS IS" with no warranties, and confers no rights.