Reporter | Alex Berezoutsky (fergard) |
---|---|
Created | Jul 14, 2011 4:40:08 PM |
Updated | Apr 5, 2012 2:05:35 AM |
Priority | Show-stopper |
Type | Bug |
Fix versions | No Fix versions |
State | Open |
Assignee | Slava Trenogin (derigel) |
Subsystem | No subsystem |
Affected versions | 6.0 |
Fixed in build | No Fixed in build |
It seems that the following reference isn't parsed too by ReSharper Intellisense:
To reference the ASP.NET AJAX client side JavaScript libraries, you can either add a <reference> that points to your own copy of the .JS file (if you are manually including it in your project), or add a <reference> element with a name value if the library is being dynamically output by the <asp:scriptmanager> control on the host page.
So, the syntax which I used is correct. I want to notice, that Visual Studio Intellisense parses reference included with the name successfully.
I can advice to review the following article http://weblogs.asp.net/scottgu/archive/2007/06/21/vs-2008-javascript-intellisense.aspx.
/// <reference name="MicrosoftAjax.debug.js" /> /// <reference name="MicrosoftAjax.js" />
To reference the ASP.NET AJAX client side JavaScript libraries, you can either add a <reference> that points to your own copy of the .JS file (if you are manually including it in your project), or add a <reference> element with a name value if the library is being dynamically output by the <asp:scriptmanager> control on the host page.
So, the syntax which I used is correct. I want to notice, that Visual Studio Intellisense parses reference included with the name successfully.
I can advice to review the following article http://weblogs.asp.net/scottgu/archive/2007/06/21/vs-2008-javascript-intellisense.aspx.