Dear team,
I installed the new version of telerik reporting tool
and now i lost the auto complete feature in the visual studio for the report viewer control i don't know why.
a part of my web config file :
I installed the new version of telerik reporting tool
and now i lost the auto complete feature in the visual studio for the report viewer control i don't know why.
a part of my web config file :
<configSections> <section name="Telerik.Reporting" type="Telerik.Reporting.Configuration.ReportingConfigurationSection, Telerik.Reporting, Version=7.0.13.220, Culture=neutral, PublicKeyToken=a9d7983dfcc261be" allowLocation="true" allowDefinition="Everywhere"/> </configSections> <Telerik.Reporting> <!--<Extensions> <Render> <Extension name="PDF" description="PDF" visible="true"> <Parameters> --><!--<Parameter name="DocumentAuthor" value="Mohammed"/>--><!-- </Parameters> </Extension> </Render> </Extensions>--> <Cache provider="File"> <Providers> <Provider name="File"> <Parameters> <Parameter name="BasePath" value="~/Bartizan_Reports_Data_Cache" /> </Parameters> </Provider> </Providers> </Cache> </Telerik.Reporting> <!--Reports [Ends]-->
<assemblies><add assembly="Telerik.ReportViewer.WebForms, Version=7.0.13.220, Culture=neutral, PublicKeyToken=A9D7983DFCC261BE"/> </assemblies>