Skip to content

Latest commit

 

History

History
47 lines (32 loc) · 1.36 KB

support-for-mono.adoc

File metadata and controls

47 lines (32 loc) · 1.36 KB

Support for Mono

We now support integrating Infragistics ASP.NET controls into Mono-based ASP.NET applications. For more information on getting started with Mono, see Start.

See the following table on how we support Mono:

Environment Supported Versions

Mono

Mono Version 2.6.3.0 or later

Infragistics ASP.NET

Infragistics ASP.NET v10.1 CLR 3.5 or later

Browsers

All the browsers that we currently support

Platforms

All the platforms that Mono supports, see Supported Platforms.

Known Issues

There may be situations where the case sensitivity of the files may break the applications when running on Linux. For example, the ig_dataGrid.css is referenced in the head section of the page as ig_datagrid.css, which works on Windows-based web server but fails on Linux box. One of the workarounds is to rename the file name with lowercase letters.