Hi guys,
I created a DNN module to hold a Telerik Reporting control that queries a cube (via an MDX query) using the following process:
1. I created a class library to hold the Telerik Reporting control, setting up the MDX query, 'fields' & 'columns'. All well and good;
2. In my DNN project, I added a reference to this class library;
3. I created a Web User control in DesktopModules to hold the DNN module;
4. To this, I added a Telerik ReportViewer control, and set the report property to reference the class library.
5. After logging in as Host on the DNN site, I create a new module from a control, specifying the appropriate directory/file/filename.
If I create a test ASPX page (i.e. not DNN) and drop this Web user control into it, it works fine. However, once I add this module to a page in DNN, I get the following error:
An error has occurred while processing Report '':
A connection cannot be made. Ensure that the server is running.
------------- InnerException -------------
Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host.
------------- InnerException -------------
An existing connection was forcibly closed by the remote host
I've posted this on this forum as well as the DNN forum, as I wasn't sure which was more relevant.
Cheers,
Norman
I created a DNN module to hold a Telerik Reporting control that queries a cube (via an MDX query) using the following process:
1. I created a class library to hold the Telerik Reporting control, setting up the MDX query, 'fields' & 'columns'. All well and good;
2. In my DNN project, I added a reference to this class library;
3. I created a Web User control in DesktopModules to hold the DNN module;
4. To this, I added a Telerik ReportViewer control, and set the report property to reference the class library.
5. After logging in as Host on the DNN site, I create a new module from a control, specifying the appropriate directory/file/filename.
If I create a test ASPX page (i.e. not DNN) and drop this Web user control into it, it works fine. However, once I add this module to a page in DNN, I get the following error:
An error has occurred while processing Report '':
A connection cannot be made. Ensure that the server is running.
------------- InnerException -------------
Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host.
------------- InnerException -------------
An existing connection was forcibly closed by the remote host
I've posted this on this forum as well as the DNN forum, as I wasn't sure which was more relevant.
Cheers,
Norman