<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:pingback="http://madskills.com/public/xml/rss/module/pingback/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>The Efficient Coder</title>
    <link>http://www.efficientcoder.net/</link>
    <description>There has got to be a better way of communicating with our computers!</description>
    <language>en-us</language>
    <copyright>Kevin D. Wolf</copyright>
    <lastBuildDate>Sat, 22 Nov 2008 15:07:43 GMT</lastBuildDate>
    <generator>newtelligence dasBlog 1.8.5223.2</generator>
    <managingEditor>kevinw@software-logistics.com</managingEditor>
    <webMaster>kevinw@software-logistics.com</webMaster>
    <item>
      <trackback:ping>http://www.efficientcoder.net/Trackback.aspx?guid=cc557d2f-a902-4262-a458-d9b576ad3255</trackback:ping>
      <pingback:server>http://www.efficientcoder.net/pingback.aspx</pingback:server>
      <pingback:target>http://www.efficientcoder.net/PermaLink,guid,cc557d2f-a902-4262-a458-d9b576ad3255.aspx</pingback:target>
      <dc:creator>kevinw@software-logistics.com (Kevin D. Wolf)</dc:creator>
      <wfw:comment>http://www.efficientcoder.net/CommentView,guid,cc557d2f-a902-4262-a458-d9b576ad3255.aspx</wfw:comment>
      <wfw:commentRss>http://www.efficientcoder.net/SyndicationService.asmx/GetEntryCommentsRss?guid=cc557d2f-a902-4262-a458-d9b576ad3255</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
          <font size="3">OK - maybe everyone else knows this, but after about a year of getting
      so-so support for intellisense in Javascript I downloaded the latest </font>
          <a href="http://code.msdn.microsoft.com/KB958502/Release/ProjectReleases.aspx?ReleaseId=1736">
            <font size="3">hotfix</font>
          </a>
          <font size="3"> and
      hoped that this would fix it...it did not.  Since I have a very unhealthy addiction
      to Intellisense I figured out it was time to do a little troubleshooting and get this
      to work.  When adding the the script tags to my page to get intellisense, my
      Error List now contained the message:<br /><img src="http://www.efficientcoder.com/content/binary/UpdateJScriptIntellisense.gif" border="0" /></font>
        </p>
        <p>
          <font size="3">Error updatign JScript IntelliSense: [SOMEPATH]\Temporary Internet
      Files\Content.IE5\[XXXX]\[XXX].js 'jQuery' is undefiend @ 9.1</font>
        </p>
        <p>
          <font size="3">So I figured if I could make this error go away chance are pretty good
      IntelliSense would start working again.  What I found is if you use the absolute
      path <font face="Courier New">/FOO/FEE.JS</font> in your script tag you get this
      error message.  If you don't and use a relative path <font face="Courier New">../FOO/FEE.JS</font> all
      is well.</font>
        </p>
        <p>
          <font size="3">One other thing I found while searching the web (sorry I forgot the
      site so I can't give the person credit) is to get your Intellisense to work when using
      Masterpages<br /><img src="http://www.efficientcoder.com/content/binary/JScriptMasterPage.gif" border="0" /><br /></font>
          <font size="3">This allows for the design time to pickup the script file, but
      at run time the file won't be duplicated, especially since my JS files stored as a
      resource in.  I have my JS files compiled as an embedded resource and for some
      reason, adding those embedded resources to the ScriptManager, Scripts sections doesn't
      allow IntelliSense to add the files as you would expect.  Maybe in another year
      I'll get around to troubleshooting that, time to get some work done!</font>
        </p>
        <p>
          <font size="3">-ec</font>
        </p>
        <img width="0" height="0" src="http://www.efficientcoder.net/aggbug.ashx?id=cc557d2f-a902-4262-a458-d9b576ad3255" />
      </body>
      <title>VS.NET 2008 Javascript IntelliSense Troubleshooting</title>
      <guid>http://www.efficientcoder.net/PermaLink,guid,cc557d2f-a902-4262-a458-d9b576ad3255.aspx</guid>
      <link>http://www.efficientcoder.net/PermaLink,guid,cc557d2f-a902-4262-a458-d9b576ad3255.aspx</link>
      <pubDate>Sat, 22 Nov 2008 15:07:43 GMT</pubDate>
      <description>&lt;p&gt;
   &lt;font size=3&gt;OK - maybe everyone else knows this, but after about a year of getting
   so-so support for intellisense in Javascript I downloaded the latest &lt;/font&gt;&lt;a href="http://code.msdn.microsoft.com/KB958502/Release/ProjectReleases.aspx?ReleaseId=1736"&gt;&lt;font size=3&gt;hotfix&lt;/font&gt;&lt;/a&gt;&lt;font size=3&gt; and
   hoped that this would fix it...it did not.&amp;nbsp; Since I have a very unhealthy addiction
   to Intellisense I figured out it was time to do a little troubleshooting and get this
   to work.&amp;nbsp; When adding the the script tags to my page to get intellisense, my
   Error List now contained the message:&lt;br&gt;
   &lt;img src="http://www.efficientcoder.com/content/binary/UpdateJScriptIntellisense.gif" border=0&gt;&lt;/font&gt;
&lt;/p&gt;
&lt;p&gt;
   &lt;font size=3&gt;Error updatign JScript IntelliSense: [SOMEPATH]\Temporary Internet Files\Content.IE5\[XXXX]\[XXX].js
   'jQuery' is undefiend @ 9.1&lt;/font&gt;
&lt;/p&gt;
&lt;p&gt;
   &lt;font size=3&gt;So I figured if I could make this error go away chance are pretty good
   IntelliSense would start working again.&amp;nbsp; What I found is if you use the absolute
   path &lt;font face="Courier New"&gt;/FOO/FEE.JS&lt;/font&gt;&amp;nbsp;in your script tag you get this
   error message.&amp;nbsp; If you don't and use a relative path&amp;nbsp;&lt;font face="Courier New"&gt;../FOO/FEE.JS&lt;/font&gt; all
   is well.&lt;/font&gt;
&lt;/p&gt;
&lt;p&gt;
   &lt;font size=3&gt;One other thing I found while searching the web (sorry I forgot the site
   so I can't give the person credit) is to get your Intellisense to work when using
   Masterpages&lt;br&gt;
   &lt;img src="http://www.efficientcoder.com/content/binary/JScriptMasterPage.gif" border=0&gt;
   &lt;br&gt;
   &lt;/font&gt;&lt;font size=3&gt;This allows for the design time to pickup the script file, but
   at run time the file won't be duplicated, especially since my JS files stored as a
   resource in.&amp;nbsp; I have my JS files compiled as an embedded resource and for some
   reason, adding those embedded resources to the ScriptManager, Scripts sections doesn't
   allow IntelliSense to add the files as you would expect.&amp;nbsp; Maybe in another year
   I'll get around to troubleshooting that, time to get some work done!&lt;/font&gt;
&lt;/p&gt;
&lt;p&gt;
   &lt;font size=3&gt;-ec&lt;/font&gt;
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.efficientcoder.net/aggbug.ashx?id=cc557d2f-a902-4262-a458-d9b576ad3255" /&gt;</description>
      <comments>http://www.efficientcoder.net/CommentView,guid,cc557d2f-a902-4262-a458-d9b576ad3255.aspx</comments>
      <category>AJAX;ASP.NET;JScript</category>
    </item>
  </channel>
</rss>