Skip to content

Release 06.01.00: bug fixes and Razor visualizer

Compare
Choose a tag to compare
@EPTamminga EPTamminga released this 31 May 08:18
fccdd7c

DNN reports 6.1.0 will work for DNN version 8.0.1 and up

Please review and rate this release (stars are welcome)

Introduction

This is the first update of the DNNReports module converted from VB.net to C#,
In addition to all known bugs fixed, it contains the first implementation of a Razor visualizer. This implementation is for testing purposes, it will use the sample razor scripts from the razor host module

All dependencies are included in the solution, including the required DNN DLL files. This means that the module can be built right out of the box, no need for a full DNN site to build the module version.

Documentation

The project contains a user manual, or you can view the wiki in this repository

Credits

Most of the work is done by one of my colleagues: Mark van de Vries ( @Mark-89 ).

Help for debugging

Should you encounter a fatal error, e.g. Object reference not set to an instance of an object, please download the DEBUG_DLL.zip file and place the contents (a dll and a pdb) in the bin folder of your site and try to reproduce the problem. The error will now contain line numbers of the error, which makes it much easier to spot the problem in the source.