babgvant / elmah

Automatically exported from code.google.com/p/elmah
Apache License 2.0
0 stars 0 forks source link

Mono compatibility #135

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
It will be great to implement the Mono support for this lib.
Checked with latest MoMa and found only 6 errors. As it seems, it's only
minor compatibility issues.
Implementing mono support will help to run it with ASP.NET or ASP.NET MVC
applications on Linux or Mac.

Original issue reported on code.google.com by socra...@gmail.com on 26 Sep 2009 at 5:14

GoogleCodeExporter commented 9 years ago
Can you share the report that outlines the 6 comptaibility issues?

Original comment by azizatif on 27 Sep 2009 at 12:41

GoogleCodeExporter commented 9 years ago
The report is for .net 2.0 assembly.

You have also consider to use Mono.Data.SqlLite namespace for dealing with 
SqlLite
databases, because System.Data.SqlLite.dll has many compatibility issues on 
Linux or
Mac. 

Original comment by socra...@gmail.com on 27 Sep 2009 at 7:20

Attachments:

GoogleCodeExporter commented 9 years ago
Thanks for posting the report. Looks like that the majority of the problems are 
related to JScript engine methods missing or not being implemented. If we 
exclude 
JScirpt entirely from a Mono build then there's a good chance to achieve 
compatibility.

Original comment by azizatif on 27 Sep 2009 at 9:58

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Also, it also appears Filtering isn't working on Mono.

http://stackoverflow.com/questions/23552085/elmah-errorfiltermodule-not-affectin
g-results-on-mono

Original comment by royduk...@gmail.com on 13 May 2014 at 6:02