Closed GoogleCodeExporter closed 8 years ago
You should be downloading ELMAH-1.2-sp2-bin-core[1] or the appropriate NuGet
package (e.g. elmah[2] or elmah.corelibary[3]) if all you want is the base
ELMAH assembly without any of the other dependencies. ELMAH does not mandate
its external dependencies to be deployed or referenced unless you use an
ErrorLog implementation that has the dependency (programmatically or via
configuration). For example, only the use of SQLiteErrorLog requires
System.Data.SQLite.
[1]
http://code.google.com/p/elmah/downloads/detail?name=ELMAH-1.2-sp2-bin-core.zip
[2] http://nuget.org/packages/elmah
[3] http://nuget.org/packages/elmah.corelibrary
Original comment by azizatif
on 26 Jun 2012 at 6:56
Original issue reported on code.google.com by
mkamo...@gmail.com
on 25 Jun 2012 at 2:31