Note that there are some explanatory texts on larger screens.

plurals
  1. PONo more Intellisense for ASP tags visual studio 2010
    primarykey
    data
    text
    <p>I'm not getting intellisense for asp tags anymore in websites or web applications. There is a check mark for the following:</p> <ul> <li><p>Tools->Options->Text Editor->C#->General->Auto list members</p> <p>Tools->Options->Text Editor->C#->General->Parameter information</p> <p>Tools->Options->Text Editor->C#->Intellisense->Show completion list after a character is typed</p></li> </ul> <p>My dev environment is server 2008 R2 64 bit, VS 2010 Ultimate (ver 10.1.30319.1 RTMRel), I don't have resharper installed, but I do have AnkhSVN installed.</p> <p>How do I get intellisense back?</p> <p>UPDATE: Here is my webconfig:</p> <pre><code>&lt;configuration&gt; &lt;connectionStrings&gt; &lt;add name="MerchandiseEntitiesContainer" connectionString="metadata=res://*/Merchandise.Entities.csdl|res://*/Merchandise.Entities.ssdl|res://*/Merchandise.Entities.msl;provider=System.Data.SqlClient;provider connection string=&amp;quot;Data Source=.\sqlexpress;Initial Catalog=OldOslernet;Integrated Security=True;MultipleActiveResultSets=True&amp;quot;" providerName="System.Data.EntityClient" /&gt; &lt;/connectionStrings&gt; &lt;system.web&gt; &lt;compilation debug="true" targetFramework="4.0" /&gt; &lt;httpRuntime executionTimeout="1800" maxRequestLength="1048576" useFullyQualifiedRedirectUrl="false" /&gt; &lt;/system.web&gt; &lt;appSettings&gt; &lt;add key="upLoadPath" value="images/products/"/&gt; &lt;/appSettings&gt; &lt;/configuration&gt; </code></pre> <p>Also, here is a pic of the editor: <a href="http://img688.imageshack.us/img688/958/extension.png" rel="nofollow noreferrer">http://img688.imageshack.us/img688/958/extension.png</a></p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload