Sign In
Mikhail Arkhipov (MSFT)'s WebLog
Visual Web Developer stuff
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Blog Home
Email Blog Author
Share this
RSS for posts
Atom
RSS for comments
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
Personal
Rants
Archive
Archives
July 2010
(1)
January 2009
(1)
December 2008
(5)
June 2008
(2)
April 2008
(1)
March 2008
(3)
January 2008
(1)
December 2007
(5)
November 2007
(3)
October 2007
(4)
September 2007
(3)
August 2007
(3)
April 2007
(5)
February 2007
(3)
January 2007
(3)
December 2006
(7)
November 2006
(3)
October 2006
(2)
September 2006
(2)
July 2006
(4)
June 2006
(4)
May 2006
(7)
April 2006
(8)
March 2006
(5)
February 2006
(3)
January 2006
(2)
December 2005
(6)
November 2005
(4)
October 2005
(3)
September 2005
(1)
August 2005
(6)
July 2005
(2)
June 2005
(15)
May 2005
(3)
April 2005
(6)
March 2005
(2)
January 2005
(7)
December 2004
(3)
November 2004
(1)
October 2004
(3)
September 2004
(4)
August 2004
(13)
July 2004
(6)
June 2004
(16)
May 2004
(15)
How to fix intellisense issues after upgrading to ASP.NET Ajax 1.0 RC
MSDN Blogs
>
Mikhail Arkhipov (MSFT)'s WebLog
>
How to fix intellisense issues after upgrading to ASP.NET Ajax 1.0 RC
How to fix intellisense issues after upgrading to ASP.NET Ajax 1.0 RC
Mikhail Arkhipov
4 Jan 2007 1:10 AM
Comments
0
Many people reported issues after upgrade from Atlas/Ajax Beta or CTP to the most recent RC build (1.0.61025). Typical symptoms are:
1. UpdatePanel, ScriptManager and other ASP.NET Ajax elements are squiggled as 'unrecognized'.
2. Formatting lost in UpdatePanel when switching from Design to Source view.
3. Weird __designer::wfdid attributes appear on ASP.NET Ajax elements
4. No intellisense is available for any of the new controls.
The reason it is happening is that structure of the ASP.NET Ajax-enabled Web site has changed. Name of the Ajax assembly changed as well as it's location and the namespace. Here is what you can do:
1. Before you install ASP.NET Ajax RC, make sure you uninstalled any previous releases.
2. After you install ASP.NET Ajax RC:
Remove reference to the old assembly which may still be sitting in the bin folder of the Web site or simply delete the old assembly from bin.
Delete cached intellisense schemas 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
Add a web config file to the Web site from C:\Program Files\Microsoft ASP.NET\ASP.NET 2.0 AJAX Extensions\v1.0.xxxx.
If site already has config file, you may have to manually add sections to it as described here:
http://ajax.asp.net/docs/ConfiguringASPNETAJAX.aspx
0 Comments
Blog - Comment List MSDN TechNet
Comments
Loading...