<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>JScript IntelliSense: Working with Ext JS</title><link>http://blogs.msdn.com/b/webdev/archive/2008/03/12/jscript-intellisense-working-with-ext-js.aspx</link><description>Ext is great framework for adding rich AJAX interactivity to your web application. Unfortunately, JScript IntelliSense currently has difficulties processing the script and it's not uncommon to see this message: 
 
 I just wanted to let everyone know</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: JScript IntelliSense: Working with Ext JS</title><link>http://blogs.msdn.com/b/webdev/archive/2008/03/12/jscript-intellisense-working-with-ext-js.aspx#8519122</link><pubDate>Mon, 19 May 2008 17:59:44 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8519122</guid><dc:creator>EShy</dc:creator><description>&lt;p&gt;I just installed SP1 beta, no extjs intellisense.&lt;/p&gt;
&lt;p&gt;with the shim, intellisense works, but when I remove it I get the following error&lt;/p&gt;
&lt;p&gt;Warning	1	&lt;/p&gt;
&lt;p&gt;Error updating JScript IntelliSense: C:\Users\EShy\Documents\Visual Studio 2008\Projects\ExtJS2\ExtJS2\Ext\adapter\ext\ext-base.js: Object doesn't support this property or method @ 9:7311	&lt;/p&gt;
&lt;p&gt;C:\Users\EShy\Documents\Visual Studio 2008\Projects\ExtJS2\ExtJS2\js\application.js	1	1	ExtJS2&lt;/p&gt;
&lt;p&gt;this is with Ext 2.1 (using the VS2008 project template from the extjs forums)&lt;/p&gt;
&lt;p&gt;what could be the problem?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8519122" width="1" height="1"&gt;</description></item><item><title>re: JScript IntelliSense: Working with Ext JS</title><link>http://blogs.msdn.com/b/webdev/archive/2008/03/12/jscript-intellisense-working-with-ext-js.aspx#8496672</link><pubDate>Mon, 12 May 2008 23:34:07 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8496672</guid><dc:creator>Web Development Tools Microsoft</dc:creator><description>&lt;p&gt;@Richard: I'm able to use MicrosoftAjax.js + ext-base.js + ext-all-debug.js and IntelliSense is working. &amp;nbsp;I realize I'm on a VS2008 SP1 Beta build (so I don't need the shim). &amp;nbsp;If you plan on trying out the beta, let me know if it fixes it for you. &amp;nbsp;If you don't plan on trying the beta, let me know and we can further diagnose. &amp;nbsp;Thanks!&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8496672" width="1" height="1"&gt;</description></item><item><title>Visual Studio 2008 SP1 Beta</title><link>http://blogs.msdn.com/b/webdev/archive/2008/03/12/jscript-intellisense-working-with-ext-js.aspx#8494955</link><pubDate>Mon, 12 May 2008 19:08:41 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8494955</guid><dc:creator>Your Websites, Our Passion!</dc:creator><description>&lt;p&gt;Visual Studio 2008 SP1 Beta is now available! You can download it here . In SP1, we have added some new&lt;/p&gt;
&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8494955" width="1" height="1"&gt;</description></item><item><title>re: JScript IntelliSense: Working with Ext JS</title><link>http://blogs.msdn.com/b/webdev/archive/2008/03/12/jscript-intellisense-working-with-ext-js.aspx#8478891</link><pubDate>Fri, 09 May 2008 12:59:20 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8478891</guid><dc:creator>Richard</dc:creator><description>&lt;p&gt;Problem was caused by having the &amp;lt;reference name=&amp;quot;MicrosoftAjax.js&amp;quot;/&amp;gt; reference in. So no debugging both!!&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8478891" width="1" height="1"&gt;</description></item><item><title>re: JScript IntelliSense: Working with Ext JS</title><link>http://blogs.msdn.com/b/webdev/archive/2008/03/12/jscript-intellisense-working-with-ext-js.aspx#8478142</link><pubDate>Fri, 09 May 2008 10:38:29 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8478142</guid><dc:creator>Richard</dc:creator><description>&lt;p&gt;I have the same problem as beckenov. &lt;/p&gt;
&lt;p&gt;If I download the latest ExtJS 2.1 and create a new site. Then add a Extjs folder and copy in the ExtJS files and then add a new js file and add the following:&lt;/p&gt;
&lt;p&gt;/// &amp;lt;reference Path=&amp;quot;../Javascript/ext-shim.js&amp;quot;&lt;/p&gt;
&lt;p&gt;/// &amp;lt;reference Path=&amp;quot;../Extjs/adapter/ext/ext-base.js&amp;quot;/&amp;gt;&lt;/p&gt;
&lt;p&gt;/// &amp;lt;reference path=&amp;quot;../Extjs/ext-all-debug.js&amp;quot;/&amp;gt;&lt;/p&gt;
&lt;p&gt;If I remove ext-all-debug.js then no error (same error with ext-all.js)&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8478142" width="1" height="1"&gt;</description></item><item><title>re: JScript IntelliSense: Working with Ext JS</title><link>http://blogs.msdn.com/b/webdev/archive/2008/03/12/jscript-intellisense-working-with-ext-js.aspx#8424429</link><pubDate>Fri, 25 Apr 2008 20:26:18 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8424429</guid><dc:creator>Web Development Tools Microsoft</dc:creator><description>&lt;p&gt;@beckenov: &amp;nbsp;Could you provide me with a sample of the project you are experiencing the error with? &amp;nbsp;My email is (jking-at-microsoft-dot-com). &amp;nbsp;Thanks!&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8424429" width="1" height="1"&gt;</description></item><item><title>re: JScript IntelliSense: Working with Ext JS</title><link>http://blogs.msdn.com/b/webdev/archive/2008/03/12/jscript-intellisense-working-with-ext-js.aspx#8423608</link><pubDate>Fri, 25 Apr 2008 10:46:22 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8423608</guid><dc:creator>beckenov</dc:creator><description>&lt;p&gt;I have used all reccomendations given here. But I have such error.&lt;/p&gt;
&lt;p&gt;Error updating JScript IntelliSense: Client-side script IntelliSense information was not generated due to an error in an external script reference.	&lt;/p&gt;
&lt;p&gt;I tested with ExtJs 2.0.2 and ExtJs 2.1. Everywhere is same error.&lt;/p&gt;
&lt;p&gt;Please help.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8423608" width="1" height="1"&gt;</description></item><item><title>re: JScript IntelliSense: Working with Ext JS</title><link>http://blogs.msdn.com/b/webdev/archive/2008/03/12/jscript-intellisense-working-with-ext-js.aspx#8423607</link><pubDate>Fri, 25 Apr 2008 10:46:15 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8423607</guid><dc:creator>beckenov</dc:creator><description>&lt;p&gt;I have use all reccomendations given here. But I have such error.&lt;/p&gt;
&lt;p&gt;Error updating JScript IntelliSense: Client-side script IntelliSense information was not generated due to an error in an external script reference.	&lt;/p&gt;
&lt;p&gt;I tested with ExtJs 2.0.2 and ExtJs 2.1. Everywhere is same error.&lt;/p&gt;
&lt;p&gt;Please help.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8423607" width="1" height="1"&gt;</description></item><item><title>re: JScript IntelliSense: Working with Ext JS</title><link>http://blogs.msdn.com/b/webdev/archive/2008/03/12/jscript-intellisense-working-with-ext-js.aspx#8349379</link><pubDate>Wed, 02 Apr 2008 03:33:39 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8349379</guid><dc:creator>mike kidder</dc:creator><description>&lt;p&gt;Hey geoffrey, thanks for your feedback as well.. &lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8349379" width="1" height="1"&gt;</description></item><item><title>re: JScript IntelliSense: Working with Ext JS</title><link>http://blogs.msdn.com/b/webdev/archive/2008/03/12/jscript-intellisense-working-with-ext-js.aspx#8349062</link><pubDate>Wed, 02 Apr 2008 01:00:07 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8349062</guid><dc:creator>Web Development Tools Microsoft</dc:creator><description>&lt;p&gt;@Wayne: Out of curiosity, are you using Ext1 or Ext2?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8349062" width="1" height="1"&gt;</description></item></channel></rss>