alexbeletsky / elmah-mvc

Painless integration of ELMAH into ASP.NET MVC application
http://nuget.org/packages/Elmah.MVC
Apache License 2.0
266 stars 61 forks source link

Elmah DLL SNK #48

Open aracen74 opened 10 years ago

aracen74 commented 10 years ago

Priviet Alexander,

Thank you for the great project. I ran into an issue with having to use the unsigned ELMAH dll that comes with the NUGET package.

I'd like to get a signed version of the dll for other projects.

So I followed up on Stackoverflow and Codeproject. To see how to Sign it.

I went to the source project from , signed, compiled and tried to use it in my project. But when I intentionally cause an error. The custom error page no longer works. For Example

    <customErrors mode="On" defaultRedirect="~/Views/Shared/Error.cshtml" />

When, I go back to using the dll that comes with the NUGET it works again.

Can someone sign the dll in the NUGET package thanks.This is the link I used to compile the dll and sign

    https://code.google.com/p/elmah/downloads/detail?name=ELMAH-1.2-sp2-src.zip 

Or just point me to the right project to use, I also decompiled the dll, recompiled the dll and tried to sign. That didn't work either.

Spyciba,

Alfredo