Skip to content
immki edited this page Nov 25, 2021 · 43 revisions

Latest Release (Feb 22, 2020)

NuGet

If you have NuGet installed, the easiest way to get started is to install Majorsilence Reporting via NuGet:

PM> Install-Package MajorsilenceReporting-Core
PM> Install-Package MajorsilenceReporting-Asp
PM> Install-Package MajorsilenceReporting-Viewer 
PM> Install-Package MajorsilenceReporting-WpfViewer
PM> Install-Package MajorsilenceReporting-XwtViewer

Installers and Zip Packages

See https://github.com/majorsilence/My-FyiReporting/releases

Language Wrappers

  • python, ruby, php

See https://github.com/majorsilence/My-FyiReporting/releases

.NET 3.5 support (4.8)/older releases

Will need to compile from source

Build Info

Builds are available for 32bit and 64bit. The dlls in each package are AnyCPU. Only executables are x86 or x64.

  • setup-Majorsilence-Reporting-dot-net4.msi - these files are the installers and will install the designer and readers and add start menus
  • majorsilence-reporting-build-dot-net-4-viewer.zip - these packages only include the viewer and by default only support Microsoft sql server and anything in the DataProviders.dll file
    • To add support for other databases such as mysql or sqlite their dlls in the same folder or edit the RdlEngineConfig.xml file
  • majorsilence-reporting-build-dot-net-4-x64/x86.zip are zipped binary packages of particular releases

32 bit Executables

This should work with all data providers. The only problem then is that your program must be built as 32bit.

  • MS SQL
  • SQLite
  • MySQL
  • PostgreSQL
  • Firebird.NET
  • OracleSp
  • ODBC
  • OLEDB
  • XML
  • WebService
  • WebLog
  • Text
  • iTunes
  • FileDirectory
  • BarCode EAN-13
  • BarCode Bookland
  • everything else

64 bit Executables

Only compatible with a few data providers. The good thing is that it is not that small of a list.

  • MS SQL
  • SQLite
  • PostgreSQL
  • MySQL/MariaDB
  • ODBC
  • OLEDB
  • XML
  • WebService
  • WebLog
  • Text
  • iTunes
  • FileDirectory
  • BarCode EAN-13
  • BarCode Bookland