G
Guest
We are working on a large project and using a number of the new asp.net 2.0
features a number of third party controls.
One such feature is the global registration of controls in the web.config,
such as:
<pages>
<controls>
<add namespace="Project.WebControls" assembly="Project.Net2"
tagPrefix="ccA"/>
</controls>
</pages>
This works nicely and means we do not have to add the directive to each
page, however it does mean that the intellisense in Visual Studio 2005 does
not work when editing the markup for the controls.
Do you know of anything to overcome this so intellisense will work (as it
does if the register on the page directly)?
features a number of third party controls.
One such feature is the global registration of controls in the web.config,
such as:
<pages>
<controls>
<add namespace="Project.WebControls" assembly="Project.Net2"
tagPrefix="ccA"/>
</controls>
</pages>
This works nicely and means we do not have to add the directive to each
page, however it does mean that the intellisense in Visual Studio 2005 does
not work when editing the markup for the controls.
Do you know of anything to overcome this so intellisense will work (as it
does if the register on the page directly)?