Izenda, LLC

Ad Hoc Reports & Dashboards for ASP.NET Apps

Free Trial

Izenda Reports is licensed on a "per user" or "per server" basis. Please complete this form to receive a price quote.

All fields are required.

The live demo demonstrates Izenda reports with the Northwind Sample database. To login, please register below.

All fields are required.

Please register to try Izenda reports on your data today.

All fields are required.

Receiving Error about Express Edition or other Key Related Errors...

Expand / Collapse
 

Receiving Error about Express Edition or other Key Related Errors


You must place license key first in the session_start method in the global.asax file or in your application's session start. If anything is above it, the program will not work properly. Please the example below.


    void Session_Start(object sender, EventArgs e)
    {
        Izenda.AdHoc.AdHocSettings.LicenseKey = "XXXXXXXXXXX";
	//everything else below it
    }
	



Details
Type: Error Message
Options