Two questions about problems with BCM

A

Alexander Gorlach

Hi,



Q1: is BCM compatible with all .NET versions?



BCM at my notebook is always crash with the following report:



===

EventType : bcm P1 : mapi P2 : typeinitializationexception

P3 : 1.0.2002.1 P4 : 11.0.5608 P5 : nativemsproviderinit

P6 : ctor P7 : c5a0e7c9

===



Even with clean POP3/SMTP account. Both available BCM updates are
installed. Office 2003 Pro, Windows XP Pro with all available
patches/updates, both are English. I have the following .NET versions at
my notebook: v1.0.3705, v1.1.4322, v1.2.30703. And I have found, that
BCM use assemblies from v1.2.



At my home computer with Windows XP Pro Russian, Office 2003 Pro
Russian, BCM 2003 Russian (without any updates) all works fine. But I
have only two versions of .NET Framework: v1.0.3705 and v1.1.4322.



Is there anyone who use BCM with .NET v1.2 ?



Q2: BCM and MAPILab NNTP for Outlook



At my home computer (where BCM working fine ;-) I have installed our
MAPILab NNTP for Outlook ( http://www.mapilab.com/outlook/nntp/ -- free
trial without limitations) and every time when I click to any post in
the any folder (even not in BCM folders), I got the following error
(translation from Russian) in the message box.



Title: Managed MAPI failure

Text: Unknown error

Buttons: OK



I have started to research this problem and found that in the
IrisMS32.dll (main BCM module), one from subfunctions of MSProviderInit
can't get MAPI session. After a few successful calls, MAPILogonEx
returns MAPI_E_LOGON_FAILED.



..text:39A4404B get_MAPI_session:

..text:39A4404B mov esi, offset dword_39A41234

..text:39A44050 push esi

..text:39A44051 push ebx ; 0

..text:39A44052 lea eax, [ebp-14h] ; lpMapiSession

..text:39A44055 push eax

..text:39A44056 push 80008020h ; MAPI_EXTENDED |
MAPI_NO_MAIL | MAPI_UNICODE

..text:39A4405B push ebx

..text:39A4405C push ebx

..text:39A4405D mov byte ptr [ebp-4], 4

..text:39A44061 push ebx

..text:39A44062 mov [ebp-14h], ebx

..text:39A44065 call MAPILogonEx@20

..text:39A4406A push eax ; oups,
MAPI_E_LOGON_FAILED! <<<<<<<<<<

..text:39A4406B call chk_MAPI_error_code

..text:39A44070 cmp [ebp-14h], ebx

..text:39A44073 jnz short session_is_not_NULL

..text:39A44075 push E_POINTER

..text:39A4407A call raise_com_exception



Below is the part of BCM log. When I click at the any post, the
following happen:



1). "...moExplorer_SelectionChange: Enter" record added to log

2). MAPILogonEx fail

3). Message box with "Unknown error" happen (described above)

4). Another MAPILogonEx fail in the same place (IrisMS32)

5). The same message box

6). Outlook continues work



I have look into moExplorer_SelectionChange code (you can make it easy
with Reflector):



Private Sub moExplorer_SelectionChange()

<:skip:>

' There is the reason why no "moExplorer_SelectionChange:
Exit" happens in log

If (Me.moLastSelectionCount = num1) Then

Return

End If

<:skip:>

End Sub



Any idea regarding MAPILogonEx?



[V] [23:13:00.5845168]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
ExplorerWrapper:moExplorer_SelectionChange: Enter

[V] [23:13:02.2168640]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Enter

[V] [23:13:02.2168640]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Exit

[V] [23:13:02.6374688]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Enter

[V] [23:13:02.6374688]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Exit

[V] [23:13:02.7976992]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Enter

[V] [23:13:02.7976992]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Exit

[V] [23:13:03.1782464]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Enter

[V] [23:13:03.1782464]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Exit

[V] [23:13:03.5087216]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Enter

[V] [23:13:03.5087216]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Exit

[V] [23:13:03.9092976]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
ExplorerWrapper:moExplorer_SelectionChange: Enter

[V] [23:13:04.8406368]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Enter

[V] [23:13:04.8406368]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Exit

[V] [23:13:05.2311984]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Enter

[V] [23:13:05.2311984]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Exit

[V] [23:13:05.6518032]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Enter

[V] [23:13:05.6518032]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Exit

[V] [23:14:23.0631152]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Enter

[V] [23:14:23.0631152]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Exit

[V] [23:14:23.5938784]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Enter

[V] [23:14:23.5938784]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Exit

[V] [23:14:23.9644112]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Enter

[V] [23:14:23.9644112]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Exit

[V] [23:14:24.1446704]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Enter

[V] [23:14:24.1446704]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Exit

[V] [23:14:32.8371696]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
moMnuBTProductList_Click: Entry

[V] [23:14:43.6527216]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
moMnuBTProductList_Click: Exit

[V] [23:14:43.7728944]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Enter

[V] [23:14:43.7728944]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Exit

[V] [23:14:44.0432832]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Enter

[V] [23:14:44.0432832]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Exit

[V] [23:15:58.0897568]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Enter

[V] [23:15:58.0897568]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Exit

[V] [23:15:58.2399728]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Enter

[V] [23:15:58.2399728]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Exit

[V] [23:15:59.5819024]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Enter

[V] [23:15:59.5819024]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Exit

[V] [23:16:00.7235440]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Enter

[V] [23:16:00.7235440]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Exit

[V] [23:16:01.8151136]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Enter

[V] [23:16:01.8151136]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Exit

[V] [23:16:03.0468848]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Enter

[V] [23:16:03.0468848]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Exit

[V] [23:16:03.4775040]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Enter

[V] [23:16:03.4775040]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Exit

[V] [23:16:03.6177056]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Enter

[V] [23:16:03.6177056]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Exit

[V] [23:16:04.0583392]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Enter

[V] [23:16:04.0583392]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Exit

[V] [23:16:04.1584832]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Enter

[V] [23:16:04.1584832]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Exit

[V] [23:16:53.7497920]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Enter

[V] [23:16:53.7497920]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Exit

[V] [23:16:53.9000080]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Enter

[V] [23:16:53.9000080]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Exit

[V] [23:16:54.2905696]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Enter

[V] [23:16:54.2905696]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Exit

[V] [23:16:55.1317792]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
ExplorerWrapper:moExplorer_SelectionChange: Enter

[V] [23:17:42.9905968]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Enter

[V] [23:17:42.9905968]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Exit

[V] [23:17:43.3711440]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Enter

[V] [23:17:43.3711440]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Exit

[V] [23:24:28.4636384]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
ExplorerWrapper:moExplorer_SelectionChange: Enter

[V] [23:47:15.7396848]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Enter

[V] [23:47:15.7396848]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Exit

[V] [23:47:15.8999152]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Enter

[V] [23:47:15.8999152]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Exit

[V] [23:47:16.9414128]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Enter

[V] [23:47:16.9414128]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Exit

[V] [23:47:17.2819024]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Enter

[V] [23:47:17.2819024]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Exit

[V] [23:47:18.4836304]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Enter

[V] [23:47:18.4836304]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Exit

[V] [23:47:18.8341344]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Enter

[V] [23:47:18.8341344]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Exit

[V] [23:47:19.0945088]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Enter

[V] [23:47:19.0945088]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Exit

[V] [23:47:19.4450128]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Enter

[V] [23:47:19.4450128]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Exit



Alexander Gorlach,

MAPILab Ltd.

http://www.mapilab.com/
 
A

Alexander Gorlach

Hi!

Regarding Q2. I have installed Contacts Verifier (our another add-in, it
use MAPI). I have few times turned it on and off, but it still gets good
MAPI session and work well (and even verify contacts in Outlook and BCM
contacts folders ;-). After that, I have patch IrisMS32.Dll:

ORIGINAL:
..text:39A44056 push 80008020h ; MAPI_EXTENDED | MAPI_NO_MAIL |
MAPI_UNICODE
NEW:
..text:39A44056 push 80008068h ; MAPI_EXTENDED | MAPI_NO_MAIL |
MAPI_UNICODE | MAPI_ALLOW_OTHERS | MAPI_USE_DEFAULT

And... BCM working well now and without any errors!!!!! But I can't
understand -- who is wrong? And how can I modify MAPILab NNTP instead of
modify Business Contacts Manager?

Alexander Gorlach,
MAPILab Ltd.
http://www.mapilab.com/

________________________________________
From: Alexander Gorlach [mailto:[email protected]]
Posted At: Tuesday, July 20, 2004 2:07 AM
Posted To: microsoft.public.outlook.bcm
Conversation: Two questions about problems with BCM
Subject: Two questions about problems with BCM
š
Hi,

Q1: is BCM compatible with all .NET versions?

BCM at my notebook is always crash with the following report:

===
EventType : bcmš P1 : mapiš P2 : typeinitializationexception
P3 : 1.0.2002.1š P4 : 11.0.5608š P5 : nativemsproviderinit
P6 : ctorš P7 : c5a0e7c9
===

Even with clean POP3/SMTP account. Both available BCM updates are
installed. Office 2003 Pro, Windows XP Pro with all available
patches/updates, both are English. I have the following .NET versions at
my notebook: v1.0.3705, v1.1.4322, v1.2.30703. And I have found, that
BCM use assemblies from v1.2.

At my home computer with Windows XP Pro Russian, Office 2003 Pro
Russian, BCM 2003 Russian (without any updates) all works fine. But I
have only two versions of .NET Framework: v1.0.3705 and v1.1.4322.

Is there anyone who use BCM with .NET v1.2 ?

Q2: BCM and MAPILab NNTP for Outlook

At my home computer (where BCM working fine ;-) I have installed our
MAPILab NNTP for Outlook ( http://www.mapilab.com/outlook/nntp/ -- free
trial without limitations) and every time when I click to any post in
the any folder (even not in BCM folders), I got the following error
(translation from Russian) in the message box.

Title: Managed MAPI failure
Text: Unknown error
Buttons: OK

I have started to research this problem and found that in the
IrisMS32.dll (main BCM module), one from subfunctions of MSProviderInit
can't get MAPI session. After a few successful calls, MAPILogonEx
returns MAPI_E_LOGON_FAILED.

..text:39A4404B get_MAPI_session:
..text:39A4404Bšššššššššššššššš movšššš esi, offset dword_39A41234
..text:39A44050šššššššššššššššš pushššš esi
..text:39A44051šššššššššššššššš pushššš ebxšššššššššššš ; 0
..text:39A44052šššššššššššššššš leašššš eax, [ebp-14h]š ; lpMapiSession
..text:39A44055šššššššššššššššš pushššš eax
..text:39A44056šššššššššššššššš pushššš 80008020hšššššš ; MAPI_EXTENDED |
MAPI_NO_MAIL | MAPI_UNICODE
..text:39A4405Bšššššššššššššššš pushššš ebx
..text:39A4405Cšššššššššššššššš pushššš ebx
..text:39A4405Dšššššššššššššššš movšššš byte ptr [ebp-4], 4
..text:39A44061šššššššššššššššš pushššš ebx
..text:39A44062šššššššššššššššš movšššš [ebp-14h], ebx
..text:39A44065šššššššššššššššš callššš MAPILogonEx@20
..text:39A4406Ašššššššššššššššš pushššš eaxšššššššššššš ; oups,
MAPI_E_LOGON_FAILED! <<<<<<<<<<
..text:39A4406Bšššššššššššššššš callššš chk_MAPI_error_code
..text:39A44070šššššššššššššššš cmpšššš [ebp-14h], ebx
..text:39A44073šššššššššššššššš jnzšššš short session_is_not_NULL
..text:39A44075šššššššššššššššš pushššš E_POINTER
..text:39A4407Ašššššššššššššššš callššš raise_com_exception

Below is the part of BCM log. When I click at the any post, the
following happen:

1). "...moExplorer_SelectionChange: Enter" record added to log
2). MAPILogonEx fail
3). Message box with "Unknown error" happen (described above)
4). Another MAPILogonEx fail in the same place (IrisMS32)
5). The same message box
6). Outlook continues work

I have look into moExplorer_SelectionChange code (you can make it easy
with Reflector):

Private Sub moExplorer_SelectionChange()
ššššššššššš <:skip:>
ššššššššššš ' There is the reason why no "moExplorer_SelectionChange:
Exit" happens in log
ššššššššššš If (Me.moLastSelectionCount = num1) Then
ššššššššššššššššš Return
ššššššššššš End If
ššššššššššš <:skip:>
End Sub

Any idea regarding MAPILogonEx?

[V] [23:13:00.5845168]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
ExplorerWrapper:moExplorer_SelectionChange: Enter
[V] [23:13:02.2168640]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Enter
[V] [23:13:02.2168640]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Exit
[V] [23:13:02.6374688]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Enter
[V] [23:13:02.6374688]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Exit
[V] [23:13:02.7976992]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Enter
[V] [23:13:02.7976992]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Exit
[V] [23:13:03.1782464]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Enter
[V] [23:13:03.1782464]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Exit
[V] [23:13:03.5087216]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Enter
[V] [23:13:03.5087216]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Exit
[V] [23:13:03.9092976]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
ExplorerWrapper:moExplorer_SelectionChange: Enter
[V] [23:13:04.8406368]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Enter
[V] [23:13:04.8406368]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Exit
[V] [23:13:05.2311984]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Enter
[V] [23:13:05.2311984]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Exit
[V] [23:13:05.6518032]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Enter
[V] [23:13:05.6518032]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Exit
[V] [23:14:23.0631152]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Enter
[V] [23:14:23.0631152]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Exit
[V] [23:14:23.5938784]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Enter
[V] [23:14:23.5938784]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Exit
[V] [23:14:23.9644112]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Enter
[V] [23:14:23.9644112]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Exit
[V] [23:14:24.1446704]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Enter
[V] [23:14:24.1446704]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Exit
[V] [23:14:32.8371696]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
moMnuBTProductList_Click: Entry
[V] [23:14:43.6527216]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
moMnuBTProductList_Click: Exit
[V] [23:14:43.7728944]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Enter
[V] [23:14:43.7728944]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Exit
[V] [23:14:44.0432832]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Enter
[V] [23:14:44.0432832]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Exit
[V] [23:15:58.0897568]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Enter
[V] [23:15:58.0897568]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Exit
[V] [23:15:58.2399728]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Enter
[V] [23:15:58.2399728]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Exit
[V] [23:15:59.5819024]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Enter
[V] [23:15:59.5819024]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Exit
[V] [23:16:00.7235440]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Enter
[V] [23:16:00.7235440]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Exit
[V] [23:16:01.8151136]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Enter
[V] [23:16:01.8151136]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Exit
[V] [23:16:03.0468848]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Enter
[V] [23:16:03.0468848]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Exit
[V] [23:16:03.4775040]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Enter
[V] [23:16:03.4775040]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Exit
[V] [23:16:03.6177056]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Enter
[V] [23:16:03.6177056]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Exit
[V] [23:16:04.0583392]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Enter
[V] [23:16:04.0583392]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Exit
[V] [23:16:04.1584832]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Enter
[V] [23:16:04.1584832]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Exit
[V] [23:16:53.7497920]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Enter
[V] [23:16:53.7497920]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Exit
[V] [23:16:53.9000080]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Enter
[V] [23:16:53.9000080]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Exit
[V] [23:16:54.2905696]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Enter
[V] [23:16:54.2905696]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Exit
[V] [23:16:55.1317792]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
ExplorerWrapper:moExplorer_SelectionChange: Enter
[V] [23:17:42.9905968]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Enter
[V] [23:17:42.9905968]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Exit
[V] [23:17:43.3711440]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Enter
[V] [23:17:43.3711440]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Exit
[V] [23:24:28.4636384]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
ExplorerWrapper:moExplorer_SelectionChange: Enter
[V] [23:47:15.7396848]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Enter
[V] [23:47:15.7396848]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Exit
[V] [23:47:15.8999152]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Enter
[V] [23:47:15.8999152]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Exit
[V] [23:47:16.9414128]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Enter
[V] [23:47:16.9414128]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Exit
[V] [23:47:17.2819024]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Enter
[V] [23:47:17.2819024]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Exit
[V] [23:47:18.4836304]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Enter
[V] [23:47:18.4836304]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Exit
[V] [23:47:18.8341344]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Enter
[V] [23:47:18.8341344]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Exit
[V] [23:47:19.0945088]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Enter
[V] [23:47:19.0945088]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Exit
[V] [23:47:19.4450128]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Enter
[V] [23:47:19.4450128]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Exit

Alexander Gorlach,
MAPILab Ltd.
http://www.mapilab.com/
 
C

Chad Harris

Hello Alexander--

Q1: is BCM compatible with all .NET versions? NO!!!!
Is there anyone who use BCM with .NET v1.2 ? NO!!!! Not successfully.



I wouldn't try to use BCM with versions higher than the one it natively installs although if you have to use one of those 1.x because of something about Russian XP software I don't know then you can try, but you're definitely going to get that crash with .net 1.2 and later because I was able to repro itabout 200 times until I uninstalled 1.2 plus.



This information comes from MSFT, and that's where I found out my mistake with the wrong more advanced .net framework. It would be perhaps nice if they posted that somewhere like KBs and the Office BCM site, since there are increasing applications out there using .net frameworks that may not work with BCM.



Q2: BCM and MAPILab NNTP for Outlook I'll leave question 2 for the experts on this group with extensive knowledge of Outlook who can probably help you with that.



The error message you're getting I know well because I saw it many times trying to use a newer .net version than the default one that BCM wants to install 1.1.


You must use the .net framework that BCM will want to default install 1.0plus or whatever the version number actually is. I believe it's 1.1. They just released .net framework 2.0 Beta 1 SDK here. Let BCM install it's .net framework. That's the only one that's going to work.

Don't use any beta from here and expect the current BCM to work.

http://msdn.microsoft.com/netframework/

Don't use it on the box you want to put the baby BCM on. I had a later .net than 2.0 deployed for a Beta program I was testing and it wouldn't let BCM run.

I had a long involved time getting BCM installed, and I had a number of crashes and I recounted them on this group along with their error messages. I tried everything and more, and a lot of good people had good suggestions based on MSKBs and their knowledge of the MSDE engine that BCM deploys for it's data engine.

The baby BCM version out now has, as you know the current public .net framework available. I was Beta testing something using a non-public later .net framework and they clashed big time.

As soon as I found out that was the problem, I uninstalled the later ..net framework and allowed BCM to install it's default .net framework and it went in like a charm and works well considering the limitations of the first BCM version.

Best,

Chad Harris
___________________________________________________




Hi,



Q1: is BCM compatible with all .NET versions?



BCM at my notebook is always crash with the following report:



===

EventType : bcm P1 : mapi P2 : typeinitializationexception

P3 : 1.0.2002.1 P4 : 11.0.5608 P5 : nativemsproviderinit

P6 : ctor P7 : c5a0e7c9

===



Even with clean POP3/SMTP account. Both available BCM updates are installed. Office 2003 Pro, Windows XP Pro with all available patches/updates, both are English. I have the following .NET versions at my notebook: v1.0.3705, v1.1.4322, v1.2.30703. And I have found, that BCM use assemblies from v1.2.



At my home computer with Windows XP Pro Russian, Office 2003 Pro Russian, BCM 2003 Russian (without any updates) all works fine. But I have only two versions of .NET Framework: v1.0.3705 and v1.1.4322.



Is there anyone who use BCM with .NET v1.2 ?



Q2: BCM and MAPILab NNTP for Outlook



At my home computer (where BCM working fine ;-) I have installed our MAPILab NNTP for Outlook ( http://www.mapilab.com/outlook/nntp/ -- free trial without limitations) and every time when I click to any post in the any folder (even not in BCM folders), I got the following error (translation from Russian) in the message box.



Title: Managed MAPI failure

Text: Unknown error

Buttons: OK



I have started to research this problem and found that in the IrisMS32.dll (main BCM module), one from subfunctions of MSProviderInit can't get MAPI session. After a few successful calls, MAPILogonEx returns MAPI_E_LOGON_FAILED.



.text:39A4404B get_MAPI_session:

.text:39A4404B mov esi, offset dword_39A41234

.text:39A44050 push esi

.text:39A44051 push ebx ; 0

.text:39A44052 lea eax, [ebp-14h] ; lpMapiSession

.text:39A44055 push eax

.text:39A44056 push 80008020h ; MAPI_EXTENDED | MAPI_NO_MAIL | MAPI_UNICODE

.text:39A4405B push ebx

.text:39A4405C push ebx

.text:39A4405D mov byte ptr [ebp-4], 4

.text:39A44061 push ebx

.text:39A44062 mov [ebp-14h], ebx

.text:39A44065 call MAPILogonEx@20

.text:39A4406A push eax ; oups, MAPI_E_LOGON_FAILED! <<<<<<<<<<

.text:39A4406B call chk_MAPI_error_code

.text:39A44070 cmp [ebp-14h], ebx

.text:39A44073 jnz short session_is_not_NULL

.text:39A44075 push E_POINTER

.text:39A4407A call raise_com_exception



Below is the part of BCM log. When I click at the any post, the following happen:



1). "...moExplorer_SelectionChange: Enter" record added to log

2). MAPILogonEx fail

3). Message box with "Unknown error" happen (described above)

4). Another MAPILogonEx fail in the same place (IrisMS32)

5). The same message box

6). Outlook continues work



I have look into moExplorer_SelectionChange code (you can make it easy with Reflector):



Private Sub moExplorer_SelectionChange()

<:skip:>

' There is the reason why no "moExplorer_SelectionChange: Exit" happens in log

If (Me.moLastSelectionCount = num1) Then

Return

End If

<:skip:>

End Sub



Any idea regarding MAPILogonEx?



[V] [23:13:00.5845168]Microsoft.BusinessSolutions.eCRM.OutlookAddIn: ExplorerWrapper:moExplorer_SelectionChange: Enter

[V] [23:13:02.2168640]Microsoft.BusinessSolutions.eCRM.OutlookAddIn: MenuBarBase:moCommandBarsEvents_OnUpdate: Enter

[V] [23:13:02.2168640]Microsoft.BusinessSolutions.eCRM.OutlookAddIn: MenuBarBase:moCommandBarsEvents_OnUpdate: Exit

[V] [23:13:02.6374688]Microsoft.BusinessSolutions.eCRM.OutlookAddIn: MenuBarBase:moCommandBarsEvents_OnUpdate: Enter

[V] [23:13:02.6374688]Microsoft.BusinessSolutions.eCRM.OutlookAddIn: MenuBarBase:moCommandBarsEvents_OnUpdate: Exit

[V] [23:13:02.7976992]Microsoft.BusinessSolutions.eCRM.OutlookAddIn: MenuBarBase:moCommandBarsEvents_OnUpdate: Enter

[V] [23:13:02.7976992]Microsoft.BusinessSolutions.eCRM.OutlookAddIn: MenuBarBase:moCommandBarsEvents_OnUpdate: Exit

[V] [23:13:03.1782464]Microsoft.BusinessSolutions.eCRM.OutlookAddIn: MenuBarBase:moCommandBarsEvents_OnUpdate: Enter

[V] [23:13:03.1782464]Microsoft.BusinessSolutions.eCRM.OutlookAddIn: MenuBarBase:moCommandBarsEvents_OnUpdate: Exit

[V] [23:13:03.5087216]Microsoft.BusinessSolutions.eCRM.OutlookAddIn: MenuBarBase:moCommandBarsEvents_OnUpdate: Enter

[V] [23:13:03.5087216]Microsoft.BusinessSolutions.eCRM.OutlookAddIn: MenuBarBase:moCommandBarsEvents_OnUpdate: Exit

[V] [23:13:03.9092976]Microsoft.BusinessSolutions.eCRM.OutlookAddIn: ExplorerWrapper:moExplorer_SelectionChange: Enter

[V] [23:13:04.8406368]Microsoft.BusinessSolutions.eCRM.OutlookAddIn: MenuBarBase:moCommandBarsEvents_OnUpdate: Enter

[V] [23:13:04.8406368]Microsoft.BusinessSolutions.eCRM.OutlookAddIn: MenuBarBase:moCommandBarsEvents_OnUpdate: Exit

[V] [23:13:05.2311984]Microsoft.BusinessSolutions.eCRM.OutlookAddIn: MenuBarBase:moCommandBarsEvents_OnUpdate: Enter

[V] [23:13:05.2311984]Microsoft.BusinessSolutions.eCRM.OutlookAddIn: MenuBarBase:moCommandBarsEvents_OnUpdate: Exit

[V] [23:13:05.6518032]Microsoft.BusinessSolutions.eCRM.OutlookAddIn: MenuBarBase:moCommandBarsEvents_OnUpdate: Enter

[V] [23:13:05.6518032]Microsoft.BusinessSolutions.eCRM.OutlookAddIn: MenuBarBase:moCommandBarsEvents_OnUpdate: Exit

[V] [23:14:23.0631152]Microsoft.BusinessSolutions.eCRM.OutlookAddIn: MenuBarBase:moCommandBarsEvents_OnUpdate: Enter

[V] [23:14:23.0631152]Microsoft.BusinessSolutions.eCRM.OutlookAddIn: MenuBarBase:moCommandBarsEvents_OnUpdate: Exit

[V] [23:14:23.5938784]Microsoft.BusinessSolutions.eCRM.OutlookAddIn: MenuBarBase:moCommandBarsEvents_OnUpdate: Enter

[V] [23:14:23.5938784]Microsoft.BusinessSolutions.eCRM.OutlookAddIn: MenuBarBase:moCommandBarsEvents_OnUpdate: Exit

[V] [23:14:23.9644112]Microsoft.BusinessSolutions.eCRM.OutlookAddIn: MenuBarBase:moCommandBarsEvents_OnUpdate: Enter

[V] [23:14:23.9644112]Microsoft.BusinessSolutions.eCRM.OutlookAddIn: MenuBarBase:moCommandBarsEvents_OnUpdate: Exit

[V] [23:14:24.1446704]Microsoft.BusinessSolutions.eCRM.OutlookAddIn: MenuBarBase:moCommandBarsEvents_OnUpdate: Enter

[V] [23:14:24.1446704]Microsoft.BusinessSolutions.eCRM.OutlookAddIn: MenuBarBase:moCommandBarsEvents_OnUpdate: Exit

[V] [23:14:32.8371696]Microsoft.BusinessSolutions.eCRM.OutlookAddIn: moMnuBTProductList_Click: Entry

[V] [23:14:43.6527216]Microsoft.BusinessSolutions.eCRM.OutlookAddIn: moMnuBTProductList_Click: Exit

[V] [23:14:43.7728944]Microsoft.BusinessSolutions.eCRM.OutlookAddIn: MenuBarBase:moCommandBarsEvents_OnUpdate: Enter

[V] [23:14:43.7728944]Microsoft.BusinessSolutions.eCRM.OutlookAddIn: MenuBarBase:moCommandBarsEvents_OnUpdate: Exit

[V] [23:14:44.0432832]Microsoft.BusinessSolutions.eCRM.OutlookAddIn: MenuBarBase:moCommandBarsEvents_OnUpdate: Enter

[V] [23:14:44.0432832]Microsoft.BusinessSolutions.eCRM.OutlookAddIn: MenuBarBase:moCommandBarsEvents_OnUpdate: Exit

[V] [23:15:58.0897568]Microsoft.BusinessSolutions.eCRM.OutlookAddIn: MenuBarBase:moCommandBarsEvents_OnUpdate: Enter

[V] [23:15:58.0897568]Microsoft.BusinessSolutions.eCRM.OutlookAddIn: MenuBarBase:moCommandBarsEvents_OnUpdate: Exit

[V] [23:15:58.2399728]Microsoft.BusinessSolutions.eCRM.OutlookAddIn: MenuBarBase:moCommandBarsEvents_OnUpdate: Enter

[V] [23:15:58.2399728]Microsoft.BusinessSolutions.eCRM.OutlookAddIn: MenuBarBase:moCommandBarsEvents_OnUpdate: Exit

[V] [23:15:59.5819024]Microsoft.BusinessSolutions.eCRM.OutlookAddIn: MenuBarBase:moCommandBarsEvents_OnUpdate: Enter

[V] [23:15:59.5819024]Microsoft.BusinessSolutions.eCRM.OutlookAddIn: MenuBarBase:moCommandBarsEvents_OnUpdate: Exit

[V] [23:16:00.7235440]Microsoft.BusinessSolutions.eCRM.OutlookAddIn: MenuBarBase:moCommandBarsEvents_OnUpdate: Enter

[V] [23:16:00.7235440]Microsoft.BusinessSolutions.eCRM.OutlookAddIn: MenuBarBase:moCommandBarsEvents_OnUpdate: Exit

[V] [23:16:01.8151136]Microsoft.BusinessSolutions.eCRM.OutlookAddIn: MenuBarBase:moCommandBarsEvents_OnUpdate: Enter

[V] [23:16:01.8151136]Microsoft.BusinessSolutions.eCRM.OutlookAddIn: MenuBarBase:moCommandBarsEvents_OnUpdate: Exit

[V] [23:16:03.0468848]Microsoft.BusinessSolutions.eCRM.OutlookAddIn: MenuBarBase:moCommandBarsEvents_OnUpdate: Enter

[V] [23:16:03.0468848]Microsoft.BusinessSolutions.eCRM.OutlookAddIn: MenuBarBase:moCommandBarsEvents_OnUpdate: Exit

[V] [23:16:03.4775040]Microsoft.BusinessSolutions.eCRM.OutlookAddIn: MenuBarBase:moCommandBarsEvents_OnUpdate: Enter

[V] [23:16:03.4775040]Microsoft.BusinessSolutions.eCRM.OutlookAddIn: MenuBarBase:moCommandBarsEvents_OnUpdate: Exit

[V] [23:16:03.6177056]Microsoft.BusinessSolutions.eCRM.OutlookAddIn: MenuBarBase:moCommandBarsEvents_OnUpdate: Enter

[V] [23:16:03.6177056]Microsoft.BusinessSolutions.eCRM.OutlookAddIn: MenuBarBase:moCommandBarsEvents_OnUpdate: Exit

[V] [23:16:04.0583392]Microsoft.BusinessSolutions.eCRM.OutlookAddIn: MenuBarBase:moCommandBarsEvents_OnUpdate: Enter

[V] [23:16:04.0583392]Microsoft.BusinessSolutions.eCRM.OutlookAddIn: MenuBarBase:moCommandBarsEvents_OnUpdate: Exit

[V] [23:16:04.1584832]Microsoft.BusinessSolutions.eCRM.OutlookAddIn: MenuBarBase:moCommandBarsEvents_OnUpdate: Enter

[V] [23:16:04.1584832]Microsoft.BusinessSolutions.eCRM.OutlookAddIn: MenuBarBase:moCommandBarsEvents_OnUpdate: Exit

[V] [23:16:53.7497920]Microsoft.BusinessSolutions.eCRM.OutlookAddIn: MenuBarBase:moCommandBarsEvents_OnUpdate: Enter

[V] [23:16:53.7497920]Microsoft.BusinessSolutions.eCRM.OutlookAddIn: MenuBarBase:moCommandBarsEvents_OnUpdate: Exit

[V] [23:16:53.9000080]Microsoft.BusinessSolutions.eCRM.OutlookAddIn: MenuBarBase:moCommandBarsEvents_OnUpdate: Enter

[V] [23:16:53.9000080]Microsoft.BusinessSolutions.eCRM.OutlookAddIn: MenuBarBase:moCommandBarsEvents_OnUpdate: Exit

[V] [23:16:54.2905696]Microsoft.BusinessSolutions.eCRM.OutlookAddIn: MenuBarBase:moCommandBarsEvents_OnUpdate: Enter

[V] [23:16:54.2905696]Microsoft.BusinessSolutions.eCRM.OutlookAddIn: MenuBarBase:moCommandBarsEvents_OnUpdate: Exit

[V] [23:16:55.1317792]Microsoft.BusinessSolutions.eCRM.OutlookAddIn: ExplorerWrapper:moExplorer_SelectionChange: Enter

[V] [23:17:42.9905968]Microsoft.BusinessSolutions.eCRM.OutlookAddIn: MenuBarBase:moCommandBarsEvents_OnUpdate: Enter

[V] [23:17:42.9905968]Microsoft.BusinessSolutions.eCRM.OutlookAddIn: MenuBarBase:moCommandBarsEvents_OnUpdate: Exit

[V] [23:17:43.3711440]Microsoft.BusinessSolutions.eCRM.OutlookAddIn: MenuBarBase:moCommandBarsEvents_OnUpdate: Enter

[V] [23:17:43.3711440]Microsoft.BusinessSolutions.eCRM.OutlookAddIn: MenuBarBase:moCommandBarsEvents_OnUpdate: Exit

[V] [23:24:28.4636384]Microsoft.BusinessSolutions.eCRM.OutlookAddIn: ExplorerWrapper:moExplorer_SelectionChange: Enter

[V] [23:47:15.7396848]Microsoft.BusinessSolutions.eCRM.OutlookAddIn: MenuBarBase:moCommandBarsEvents_OnUpdate: Enter

[V] [23:47:15.7396848]Microsoft.BusinessSolutions.eCRM.OutlookAddIn: MenuBarBase:moCommandBarsEvents_OnUpdate: Exit

[V] [23:47:15.8999152]Microsoft.BusinessSolutions.eCRM.OutlookAddIn: MenuBarBase:moCommandBarsEvents_OnUpdate: Enter

[V] [23:47:15.8999152]Microsoft.BusinessSolutions.eCRM.OutlookAddIn: MenuBarBase:moCommandBarsEvents_OnUpdate: Exit

[V] [23:47:16.9414128]Microsoft.BusinessSolutions.eCRM.OutlookAddIn: MenuBarBase:moCommandBarsEvents_OnUpdate: Enter

[V] [23:47:16.9414128]Microsoft.BusinessSolutions.eCRM.OutlookAddIn: MenuBarBase:moCommandBarsEvents_OnUpdate: Exit

[V] [23:47:17.2819024]Microsoft.BusinessSolutions.eCRM.OutlookAddIn: MenuBarBase:moCommandBarsEvents_OnUpdate: Enter

[V] [23:47:17.2819024]Microsoft.BusinessSolutions.eCRM.OutlookAddIn: MenuBarBase:moCommandBarsEvents_OnUpdate: Exit

[V] [23:47:18.4836304]Microsoft.BusinessSolutions.eCRM.OutlookAddIn: MenuBarBase:moCommandBarsEvents_OnUpdate: Enter

[V] [23:47:18.4836304]Microsoft.BusinessSolutions.eCRM.OutlookAddIn: MenuBarBase:moCommandBarsEvents_OnUpdate: Exit

[V] [23:47:18.8341344]Microsoft.BusinessSolutions.eCRM.OutlookAddIn: MenuBarBase:moCommandBarsEvents_OnUpdate: Enter

[V] [23:47:18.8341344]Microsoft.BusinessSolutions.eCRM.OutlookAddIn: MenuBarBase:moCommandBarsEvents_OnUpdate: Exit

[V] [23:47:19.0945088]Microsoft.BusinessSolutions.eCRM.OutlookAddIn: MenuBarBase:moCommandBarsEvents_OnUpdate: Enter

[V] [23:47:19.0945088]Microsoft.BusinessSolutions.eCRM.OutlookAddIn: MenuBarBase:moCommandBarsEvents_OnUpdate: Exit

[V] [23:47:19.4450128]Microsoft.BusinessSolutions.eCRM.OutlookAddIn: MenuBarBase:moCommandBarsEvents_OnUpdate: Enter

[V] [23:47:19.4450128]Microsoft.BusinessSolutions.eCRM.OutlookAddIn: MenuBarBase:moCommandBarsEvents_OnUpdate: Exit



Alexander Gorlach,

MAPILab Ltd.

http://www.mapilab.com/
 
A

Alexander Gorlach

Hi Chris,

Thank you for your answer! I've created a patch which make possible to
add assemblies configurations for BCM:

http://blogs.officezealot.com/gorlach/archives/000858.html

Now BCM works at all my computers!


________________________________________
From: Chad Harris [mailto:[email protected]]
Posted At: Tuesday, July 20, 2004 5:02 AM
Posted To: microsoft.public.outlook.bcm
Conversation: Two questions about problems with BCM
Subject: Re: Two questions about problems with BCM
š
Hello Alexander--
š
Q1: is BCM compatible with all .NET versions? NO!!!!
Is there anyone who use BCM with .NET v1.2 ?š NO!!!! Not successfully.
š
I wouldn't try to use BCM with versions higher than the one it natively
installs although if you have to use one of those 1.x because of
something about Russian XP software I don't know then you can try, but
you're definitely going to get that crash with .net 1.2 and later
because I was able to repro itabout 200 times until I uninstalled 1.2
plus.
š
Thisš information comes from MSFT, and that's where I found out my
mistake with the wrong more advanced .net framework.š It would be
perhaps nice if they posted that somewhere like KBs and the Office
BCMšsite, šsince there are increasing applications out there using .net
frameworks that may not work with BCM.
š
Q2: BCM and MAPILab NNTP for Outlookš I'll leave question 2 for the
experts on this group with extensive knowledge of Outlook who can
probably help you with that.
š
The error message you're getting I know well because I saw it many times
trying to use a newer .net version than the default one that BCM wants
to install 1.1.
š
You must use the .net framework that BCM will want to default install
1.0plus or whatever the version number actually is.š I believe it's
1.1.šš They just released .net framework 2.0 Beta 1 SDK here.š Let BCM
install it's .net framework.š That's the only one that's going to work.
š
Don't use any beta from here and expect the current BCM to work.
š
http://msdn.microsoft.com/netframework/
š
šDon't use it on the box you want to put the baby BCM on.šš I had a
later .net than 2.0 deployed for a Beta program I was testing and it
wouldn't let BCM run.
š
I had a long involved time getting BCM installed, and I had a number of
crashes and I recounted them on this group along with their error
messages.ššš I tried everything and more, and a lot of good peoplešhad
good suggestions based on MSKBs and theiršknowledge of the MSDE engine
that BCM deploysšfor it's data engine.
š
The baby BCM version out now has, as you know the current public .netš
framework available.š I was Beta testingš something using a non-public
later .net framework and they clashed big time.
š
As soon as I found out that was the problem, I uninstalled the later
..net framework and allowed BCM to install it's default .net framework
and it went in like a charm and works well considering the limitations
of the first BCM version.
š
Best,

Chad Harris
___________________________________________________
š
š
š
š
Hi,

Q1: is BCM compatible with all .NET versions?

BCM at my notebook is always crash with the following report:

===
EventType : bcmš P1 : mapiš P2 : typeinitializationexception
P3 : 1.0.2002.1š P4 : 11.0.5608š P5 : nativemsproviderinit
P6 : ctorš P7 : c5a0e7c9
===

Even with clean POP3/SMTP account. Both available BCM updates are
installed. Office 2003 Pro, Windows XP Pro with all available
patches/updates, both are English. I have the following .NET versions at
my notebook: v1.0.3705, v1.1.4322, v1.2.30703. And I have found, that
BCM use assemblies from v1.2.

At my home computer with Windows XP Pro Russian, Office 2003 Pro
Russian, BCM 2003 Russian (without any updates) all works fine. But I
have only two versions of .NET Framework: v1.0.3705 and v1.1.4322.

Is there anyone who use BCM with .NET v1.2 ?

Q2: BCM and MAPILab NNTP for Outlook

At my home computer (where BCM working fine ;-) I have installed our
MAPILab NNTP for Outlook ( http://www.mapilab.com/outlook/nntp/ -- free
trial without limitations) and every time when I click to any post in
the any folder (even not in BCM folders), I got the following error
(translation from Russian) in the message box.

Title: Managed MAPI failure
Text: Unknown error
Buttons: OK

I have started to research this problem and found that in the
IrisMS32.dll (main BCM module), one from subfunctions of MSProviderInit
can't get MAPI session. After a few successful calls, MAPILogonEx
returns MAPI_E_LOGON_FAILED.

..text:39A4404B get_MAPI_session:
..text:39A4404Bšššššššššššššššš movšššš esi, offset dword_39A41234
..text:39A44050šššššššššššššššš pushššš esi
..text:39A44051šššššššššššššššš pushššš ebxšššššššššššš ; 0
..text:39A44052šššššššššššššššš leašššš eax, [ebp-14h]š ; lpMapiSession
..text:39A44055šššššššššššššššš pushššš eax
..text:39A44056šššššššššššššššš pushššš 80008020hšššššš ; MAPI_EXTENDED |
MAPI_NO_MAIL | MAPI_UNICODE
..text:39A4405Bšššššššššššššššš pushššš ebx
..text:39A4405Cšššššššššššššššš pushššš ebx
..text:39A4405Dšššššššššššššššš movšššš byte ptr [ebp-4], 4
..text:39A44061šššššššššššššššš pushššš ebx
..text:39A44062šššššššššššššššš movšššš [ebp-14h], ebx
..text:39A44065šššššššššššššššš callššš MAPILogonEx@20
..text:39A4406Ašššššššššššššššš pushššš eaxšššššššššššš ; oups,
MAPI_E_LOGON_FAILED! <<<<<<<<<<
..text:39A4406Bšššššššššššššššš callššš chk_MAPI_error_code
..text:39A44070šššššššššššššššš cmpšššš [ebp-14h], ebx
..text:39A44073šššššššššššššššš jnzšššš short session_is_not_NULL
..text:39A44075šššššššššššššššš pushššš E_POINTER
..text:39A4407Ašššššššššššššššš callššš raise_com_exception

Below is the part of BCM log. When I click at the any post, the
following happen:

1). "...moExplorer_SelectionChange: Enter" record added to log
2). MAPILogonEx fail
3). Message box with "Unknown error" happen (described above)
4). Another MAPILogonEx fail in the same place (IrisMS32)
5). The same message box
6). Outlook continues work

I have look into moExplorer_SelectionChange code (you can make it easy
with Reflector):

Private Sub moExplorer_SelectionChange()
ššššššššššš <:skip:>
ššššššššššš ' There is the reason why no "moExplorer_SelectionChange:
Exit" happens in log
ššššššššššš If (Me.moLastSelectionCount = num1) Then
ššššššššššššššššš Return
ššššššššššš End If
ššššššššššš <:skip:>
End Sub

Any idea regarding MAPILogonEx?

[V] [23:13:00.5845168]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
ExplorerWrapper:moExplorer_SelectionChange: Enter
[V] [23:13:02.2168640]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Enter
[V] [23:13:02.2168640]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Exit
[V] [23:13:02.6374688]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Enter
[V] [23:13:02.6374688]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Exit
[V] [23:13:02.7976992]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Enter
[V] [23:13:02.7976992]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Exit
[V] [23:13:03.1782464]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Enter
[V] [23:13:03.1782464]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Exit
[V] [23:13:03.5087216]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Enter
[V] [23:13:03.5087216]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Exit
[V] [23:13:03.9092976]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
ExplorerWrapper:moExplorer_SelectionChange: Enter
[V] [23:13:04.8406368]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Enter
[V] [23:13:04.8406368]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Exit
[V] [23:13:05.2311984]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Enter
[V] [23:13:05.2311984]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Exit
[V] [23:13:05.6518032]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Enter
[V] [23:13:05.6518032]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Exit
[V] [23:14:23.0631152]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Enter
[V] [23:14:23.0631152]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Exit
[V] [23:14:23.5938784]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Enter
[V] [23:14:23.5938784]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Exit
[V] [23:14:23.9644112]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Enter
[V] [23:14:23.9644112]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Exit
[V] [23:14:24.1446704]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Enter
[V] [23:14:24.1446704]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Exit
[V] [23:14:32.8371696]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
moMnuBTProductList_Click: Entry
[V] [23:14:43.6527216]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
moMnuBTProductList_Click: Exit
[V] [23:14:43.7728944]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Enter
[V] [23:14:43.7728944]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Exit
[V] [23:14:44.0432832]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Enter
[V] [23:14:44.0432832]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Exit
[V] [23:15:58.0897568]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Enter
[V] [23:15:58.0897568]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Exit
[V] [23:15:58.2399728]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Enter
[V] [23:15:58.2399728]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Exit
[V] [23:15:59.5819024]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Enter
[V] [23:15:59.5819024]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Exit
[V] [23:16:00.7235440]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Enter
[V] [23:16:00.7235440]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Exit
[V] [23:16:01.8151136]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Enter
[V] [23:16:01.8151136]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Exit
[V] [23:16:03.0468848]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Enter
[V] [23:16:03.0468848]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Exit
[V] [23:16:03.4775040]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Enter
[V] [23:16:03.4775040]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Exit
[V] [23:16:03.6177056]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Enter
[V] [23:16:03.6177056]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Exit
[V] [23:16:04.0583392]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Enter
[V] [23:16:04.0583392]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Exit
[V] [23:16:04.1584832]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Enter
[V] [23:16:04.1584832]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Exit
[V] [23:16:53.7497920]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Enter
[V] [23:16:53.7497920]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Exit
[V] [23:16:53.9000080]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Enter
[V] [23:16:53.9000080]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Exit
[V] [23:16:54.2905696]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Enter
[V] [23:16:54.2905696]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Exit
[V] [23:16:55.1317792]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
ExplorerWrapper:moExplorer_SelectionChange: Enter
[V] [23:17:42.9905968]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Enter
[V] [23:17:42.9905968]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Exit
[V] [23:17:43.3711440]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Enter
[V] [23:17:43.3711440]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Exit
[V] [23:24:28.4636384]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
ExplorerWrapper:moExplorer_SelectionChange: Enter
[V] [23:47:15.7396848]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Enter
[V] [23:47:15.7396848]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Exit
[V] [23:47:15.8999152]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Enter
[V] [23:47:15.8999152]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Exit
[V] [23:47:16.9414128]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Enter
[V] [23:47:16.9414128]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Exit
[V] [23:47:17.2819024]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Enter
[V] [23:47:17.2819024]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Exit
[V] [23:47:18.4836304]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Enter
[V] [23:47:18.4836304]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Exit
[V] [23:47:18.8341344]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Enter
[V] [23:47:18.8341344]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Exit
[V] [23:47:19.0945088]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Enter
[V] [23:47:19.0945088]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Exit
[V] [23:47:19.4450128]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Enter
[V] [23:47:19.4450128]Microsoft.BusinessSolutions.eCRM.OutlookAddIn:
MenuBarBase:moCommandBarsEvents_OnUpdate: Exit

Alexander Gorlach,
MAPILab Ltd.
http://www.mapilab.com/
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top