Kent Wann
Posts: 2
Joined: 2005-12-20
|
Hi
I'm
Using Outlook 2003 SP on XP with the following code:
Outlook.Application outlookApp ;
outlookApp = new Outlook.Application();
AddinExpress.Outlook.SecurityManager secman = new
AddinExpress.Outlook.SecurityManager();
secman.ConnectTo(outlookApp);
secman.DisableOOMWarnings = true;
Outlook.NameSpace outlookNS = outlookApp.GetNamespace("MAPI");
An error is thrown when calling secman.ConnectTo(outlookApp);
saying:
Faulting application outlook.exe, version 11.0.6565.0, stamp 42cacc7d, faulting module ntdll.dll, version 5.1.2600.2180, stamp 411096b4, debug? 0, fault address 0x00001010.
Any ideas how to solve this?
|
|
Sergey Grischenko
Add-in Express team
Posts: 7235
Joined: 2004-07-05
|
Hi Kent.
Did you run our examples? Do they work on your PC? |
|
Kent Wann
Posts: 2
Joined: 2005-12-20
|
No, I didn't try your example before writing to you, thanks for reminding me of the obvious, which of course solved the problem.
Merry christmas
Kent |
|