Hi,
I really like the module template made by Christoc. It works very well and really helps to have only the project open for debugging, instead of the whole site. Also, the packaging is awesome!
I have a module built on VS2010 with Christoc's module template (v.00.00.09 release), This module requires to make use of crystal reports. The problem is that I cannot show a created report inside a crystalreportsviewer component within the module.
I cannot see the generated report in the report viewer even though at design time the viewer is present and no error is shown at design time or run time.
At run time, the viewer is not present (eventhough the visible property is set to true).
If I open the full website from visual studio and debug the whole site, then the report is shown at run time, so the crystal report viewer implementation is ok.
I included the following references to the module project:
CrystalDecisions.CrystalReports.Engine
CrystalDecisions.ReportAppServer.ClientDoc
CrystalDecisions.ReportAppServer.Controllers
CrystalDecisions.ReportAppServer.DataDefModel
CrystalDecisions.ReportSource
CrystalDecisions.Shared
I am working with DNN 7, [ 07.00.04 (180) ].
The project does not have a web.config file because if I include one then the project will not allow me to debug.
Has anyone succeeded in adding a crystal reports viewer and displaying a report to a module made with Christoc's module template?
Regads
Sergio
I really like the module template made by Christoc. It works very well and really helps to have only the project open for debugging, instead of the whole site. Also, the packaging is awesome!
I have a module built on VS2010 with Christoc's module template (v.00.00.09 release), This module requires to make use of crystal reports. The problem is that I cannot show a created report inside a crystalreportsviewer component within the module.
I cannot see the generated report in the report viewer even though at design time the viewer is present and no error is shown at design time or run time.
At run time, the viewer is not present (eventhough the visible property is set to true).
If I open the full website from visual studio and debug the whole site, then the report is shown at run time, so the crystal report viewer implementation is ok.
I included the following references to the module project:
CrystalDecisions.CrystalReports.Engine
CrystalDecisions.ReportAppServer.ClientDoc
CrystalDecisions.ReportAppServer.Controllers
CrystalDecisions.ReportAppServer.DataDefModel
CrystalDecisions.ReportSource
CrystalDecisions.Shared
I am working with DNN 7, [ 07.00.04 (180) ].
The project does not have a web.config file because if I include one then the project will not allow me to debug.
Has anyone succeeded in adding a crystal reports viewer and displaying a report to a module made with Christoc's module template?
Regads
Sergio