View Full Version : V6.5.6 Bug EL trying to send using MAPI
binkle
12-Feb-2010, 03:34 PM
Hi,
some time before it worked fine, now I get this behavior after pressing the "Send report" button:
1. Dialog: http://mail.jam-software.de/misc/Eurekalog/OutlookMSG.png
2. I press OK and get http://mail.jam-software.de/misc/Eurekalog/ELDebugOutput.png
3. I press OK and the Outlook mail dialog open with strange Eurekalog content:http://mail.jam-software.de/misc/Eurekalog/OutlookMailDialog.png
I attached the test project.
Eurekalog options are not changed, they are still the default options.
Boro
12-Feb-2010, 05:55 PM
Hi,
This is the same project as the other threads? Is that a mistake or this happens on the same project?
Does this happen all the time, or it was a incidental occurrence?
Also, mind you translating the Outlook message boxes, I speak only a few German words, which isn't enough to understand this :)
Thanks
binkle
16-Feb-2010, 07:48 AM
Hi,
no it's not the same bug.
It has nothing to do with the other bugs.
the test project is nealry the same.
I used the same project but with different EL options set (programmatically, I don't set EL options using the GUI).
Sorry for the missing translation, it means:
Microsoft Outlook
There is no default mail client available or the current mail client is not able to fulfill the messaging request. Please run Microsoft Outlook and set Outlook as default mail client.
Outlook is my default mail client this is also what the two following messages prove.
Boro
16-Feb-2010, 10:15 AM
Hi,
You said that it worked fine, then started to behave odd.
Have any system/outlook settings been changed in the meantime? Does it still happen? Is it regular?
The reason I'm asking this is I can't reproduce the behavior you're describing. It obviously has happened, I just can't get to it.
binkle
17-Feb-2010, 10:51 AM
Hi,
I did a little research.
Meanwhile I installed the prof version and still can reproduce the problem.
But it only occurs after I once saw the error from http://news.eurekalog.com/showthread.php?t=2613 which only occurs when VS is attached.
Here again:
http://mail.jam-software.de/misc/Eurekalog/InternELErrord.png
EurekaLog.NET crash dump on: 2010-02-17_11-34-08
Exception message:
Ungültiger threadübergreifender Vorgang: Der Zugriff auf das Steuerelement erfolgte von einem anderen Thread als dem Thread, für den es erstellt wurde.
Call stack:
bei System.Windows.Forms.Control.get_Handle()
bei EurekaLogSystem.SystemInfo.GetScreenDpi() in c:\Works\Sync Folder\Sources\EurekaLog for Visual Studio\Run-Time\SystemInfo.cs:Zeile 572.
bei EurekaLogSystem.Log.LogBuilder.GenerateLogEnties(E xceptionData& exceptData) in c:\Works\Sync Folder\Sources\EurekaLog for Visual Studio\Run-Time\Log\LogBuilder.cs:Zeile 253.
bei EurekaLogSystem.Dialogs.Main.DialogLauncher.Displa yExceptionDialog(ExceptionData exceptData) in c:\Works\Sync Folder\Sources\EurekaLog for Visual Studio\Run-Time\Dialogs\Main\DialogLauncher.cs:Zeile 104.
bei EurekaLogSystem.ExceptionHandler.InternalHandleExc eption(Exception ex, Boolean isAspNet) in c:\Works\Sync Folder\Sources\EurekaLog for Visual Studio\Run-Time\ExceptionHandler.cs:Zeile 525.
bei EurekaLogSystem.ExceptionHandler.unhandledExceptio nFunction(Object sender, UnhandledExceptionEventArgs args) in c:\Works\Sync Folder\Sources\EurekaLog for Visual Studio\Run-Time\ExceptionHandler.cs:Zeile 196.
So I can reproduce the problem doing as follows:
1. start up my pc
2. start VS and create brand new WindowsForms project
3. enable EurekaLog
4. add EurekaLogOptions options = EurekaLogSystem.ExceptionHandler.CurrentEurekaLogO ptions;
options.EMailSendMode = EmailSendMode.esmEmailClient;
options.EMailAddresses = "est@jam-software.de";
options.EMailSubject = "Test Exception";
throw new NotImplementedException();to the Programm.cs file immediately after the line added by EL for activating EL
5. Build the project. --> run the exe file --> works fine.
6. start the project with VS attached --> get the internal error --> EL screwed up
I can't get it to run again. I guess when I restart my PC and then start the exe only (with no VS attached) it will be fine again until I start the the project with VS attached again.
I you like we can do a remote session and I can show you.
Boro
17-Feb-2010, 11:37 AM
Hi,
Ok... this looks like it's happening because of http://news.eurekalog.com/showthread.php?t=2613 . Since this issue is resolved, I believe this will not happen again.
Let's put this issue on stand by for now and test it with the new release which is planned for next week, OK?
binkle
17-Feb-2010, 11:44 AM
Hi,
that's fine.
If you like to try a beta version I'd try to reproduce...
Greetings
Harry
Biljana
22-Jul-2011, 03:48 PM
Hi,
that's fine.
If you like to try a beta version I'd try to reproduce...
Greetings
Harry
Thanks, already tested :)
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.