I have a project, originally created in VS2005, now running in 2008. It is targetted at .NET 2.0 and is using MS AJAX and the AJAX Control Toolkit.
I get the following error when trying to edit in <script/> tag:
"Error updating JScript IntelliSense: JScript IntelliSense has been disabled for referenced scripts. A referenced script may have caused a stack overflow. Reopen this file to reenable IntelliSense."
I have 3 solutions (originally created in 2005) that I am now attempting to use in 2008 and all have this same error.
I have tried removing, one by one, all script tags from the page. Each time I close and re-open the file. The error message reappears everytime until there are no script tags what so ever.
The moment I add another script section and click inside the <script></script> tags, I see at the bottom it says JScript intellisense updating... for 3-5 secs then I see the error.
One thing worth noting is that the intellisense isn't completely broken. It still lists local vars and DOM elements, but it does not show anything from the MS AJAX client libraries.
So there seems to be something wrong with the way it is referencing the System.Web.Extensions or AjaxControlToolkit.
Don't forget to click "Mark as Answer" if someone answers your question. Feel free to mark more than one answer, if you feel so inclined.