babgvant / elmah

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

Download Log wrong file #240

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.https://milhoesdevantagens.vantagens.com.br/elmah.axd
2.Click in download Log
3.

What is the expected output? What do you see instead?
The correct .csv file with this exception trace:
[InvalidOperationException]: Mismatched end method call for asyncResult.  
Expected call to EndExecuteXmlReader but EndExecuteReader was called instead.
   at Elmah.ErrorLogDownloadHandler.AsyncResult.End() in c:\builds\ELMAH-1.2\src\Elmah\ErrorLogDownloadHandler.cs:line 534
   at Elmah.ErrorLogDownloadHandler.EndProcessRequest(IAsyncResult result) in c:\builds\ELMAH-1.2\src\Elmah\ErrorLogDownloadHandler.cs:line 136
   at System.Web.HttpApplication.CallHandlerExecutionStep.OnAsyncHandlerCompletion(IAsyncResult ar)

The .csv file with exception issue

What version of the product are you using? On what operating system?
ELMAH-1.2-bin-x64\bin\net-2.0\Release
Windows 2008 64bits en-us

Please provide any additional information below.
I found the related issue "http://code.google.com/p/elmah/issues/detail?id=230" 
but I downlaod the least version in 
"http://code.google.com/p/elmah/downloads/detail?name=ELMAH-1.2-bin-x64.zip" 
but dont correct the problem.

Original issue reported on code.google.com by michaelp...@gmail.com on 19 Jul 2011 at 5:03

Attachments:

GoogleCodeExporter commented 8 years ago
Hi there!

Issue #230 has been fixed but not released yet.
For the time being, you will need to download the source and build it yourself.

Original comment by jamesdriscoll71 on 20 Jul 2011 at 9:57

GoogleCodeExporter commented 8 years ago
OK, thanks :-)

Original comment by michaelp...@gmail.com on 20 Jul 2011 at 11:11