When I add an element in the controls
node, the .aspx
doesn't reflect it immediately. Often, down the road in the development, it will show up (when I could have used it before).
Obviously Visual Studio uses a cache somewhere. How do I refresh that cache so I can get intellisense in the .aspx
for properties and what not?
<pages>
<controls>
<add tagPrefix="asp" namespace="System.Web.DomainServices.WebControls" assembly="System.Web.DomainServices.WebControls"/>
</controls>
</pages>