Every time when adding a telerik control onto a page the Telerik.Charting assembly reference is inserted into web.config.
<add assembly="Telerik.Charting, Version=2.0.2.0, Culture=neutral, PublicKeyToken=D14F3DCC8E3E8763"/>
Is there a way to prevent it because we're not going to use the chart control in our project? If it's impossible now, could you fix it in the nexe release?