hellomotor / crashrpt

Automatically exported from code.google.com/p/crashrpt
0 stars 0 forks source link

MAPILogon failed with error 80004005 #171

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Trying to send a report via MAPI using Outlook 2010 on Windows 7 and CR 1.3.1

What version of CrashRpt are you using?
1.3.1

What is your version of Visual Studio?
2010

What is your version of Windows operating system?
Microsoft Windows [Version 6.1.7601] - x64

This issue supersedes issue 66.
I'm trying to send a report, first using SMTP, and when it fails using Simple 
MAPI.
It seems that it at least detects Outlook correctly, but then trying to run it 
fails.
Not sure where to start debugging this.

Original issue reported on code.google.com by cron...@gmail.com on 8 Oct 2012 at 7:45

Attachments:

GoogleCodeExporter commented 9 years ago
Googling found this: http://support.microsoft.com/kb/813745/en-us

To resolve this issue, you must first remove the corrupted Outlook registry 
key, and then perform a Detect and Repair operation to have Outlook rebuild the 
key.

It seems this issue is not related to CrashRpt.

Original comment by zexspect...@gmail.com on 8 Oct 2012 at 11:35

GoogleCodeExporter commented 9 years ago
Thank you very much for this. It seems my Google skills need some tweaking ;)

Original comment by cron...@gmail.com on 8 Oct 2012 at 12:03

GoogleCodeExporter commented 9 years ago
Just for future reference (and for anyone else that gets this behaviour): 
Before trying the fix in the link above, check that the 'bitness' of your 
application and your Outlook correspond -- if you have 32-bit Outlook and 
64-bit application, MAPI WILL fail. We got this same error on some machines and 
only discovered this after the workaround above did not work.

Original comment by cron...@gmail.com on 14 Nov 2012 at 11:09