The ReportViewer control failed to setup the http handler in the web.config file.
You may experience troubles when viewing the report.
Exception details: This document already has a 'DocumentElement' node.
This doesn’t cause any runtime problems, but in case you try to alter the web.config like we do, it would throw the exception.
To avoid the error, delete the xmlns reference and have the root configuration element look like the following:
<configuration>
Also, restart Visual Studio. Once you start it back up, we would successfully alter the web.config adding our http handlers for the ReportViewer with no errors.
Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.