babgvant / elmah

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

Remove compilation dependencies pointing to SQLite, etc. #113

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What new or enhanced feature are you proposing?

If possible, remove compilation dependencies for "Elmah.dll" such that the 
file (1) "System.Data.SQLite.dll" and the file (2) "VistaDB.NET20.dll" are 
not pulled into a target ASP.NET web site project when there is a file-
based reference in the target ASP.NET web site project pointing 
to "Elmah.dll" and one compiles the project in full. Note that it (1) and 
(2) get pulled an copied into the ASP.NET web site's Bin directory when 
one compiles but it appears that if one removes (1) and (2) manually then 
Elmah continues to work fine (when not using VistaDb or SqLite of course).

What goal would this enhancement help you achieve?

This would make the project a bit cleaner, more lightweight, less 
complicated, easier to use, and easier to deploy. IMHO.

Original issue reported on code.google.com by mkamo...@gmail.com on 2 Jun 2009 at 12:41

GoogleCodeExporter commented 9 years ago

Original comment by azizatif on 8 Jun 2009 at 12:41

GoogleCodeExporter commented 9 years ago

Original comment by azizatif on 29 Sep 2009 at 6:21

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Consider investigating TypeForwardTo attribute to make the migration easier:
http://tinyurl.com/TypeForwardToAttribute

Original comment by azizatif on 29 Sep 2009 at 6:31

GoogleCodeExporter commented 9 years ago

Original comment by azizatif on 29 Sep 2009 at 6:32

GoogleCodeExporter commented 9 years ago
Addressed somewhat by NuGet packages[1] for now.

[1] 
http://nuget.org/List/Search?packageType=Packages&searchTerm=elmah&sortOrder=pac
kage-download-count

Original comment by azizatif on 5 May 2011 at 9:59

GoogleCodeExporter commented 9 years ago
Issue 298 has been merged into this issue.

Original comment by azizatif on 26 Jun 2012 at 6:56

GoogleCodeExporter commented 9 years ago

Original comment by azizatif on 18 Dec 2013 at 5:19

GoogleCodeExporter commented 9 years ago
Issue 313 has been merged into this issue.

Original comment by azizatif on 18 Dec 2013 at 5:25

GoogleCodeExporter commented 9 years ago
This issue was closed by revision 938bc80cf3f7.

Original comment by azizatif on 18 Dec 2013 at 5:37