PC Review
Forums
Newsgroups
Microsoft Outlook
Microsoft Outlook BCM
Two questions about problems with BCM
Forums
Newsgroups
Microsoft Outlook
Microsoft Outlook BCM
Two questions about problems with BCM
![]() |
Two questions about problems with BCM |
|
|
Thread Tools | Rate Thread |
|
|
#1 |
|
Guest
Posts: n/a
|
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/ |
|
|
|
#2 |
|
Guest
Posts: n/a
|
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:noreply@mapilab.com] 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/ |
|
|
|
#3 |
|
Guest
Posts: n/a
|
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 ___________________________________________________ "Alexander Gorlach" <noreply@mapilab.com> wrote in message news:eoGEMUebEHA.2292@TK2MSFTNGP09.phx.gbl... 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/ |
|
|
|
#4 |
|
Guest
Posts: n/a
|
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/gorla...ves/000858.html Now BCM works at all my computers! ________________________________________ From: Chad Harris [mailto:ddram32_nospam@yahoo.com] 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 BCMsite, 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 peoplehad good suggestions based on MSKBs and theirknowledge of the MSDE engine that BCM deploysfor 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 ___________________________________________________ "Alexander Gorlach" <noreply@mapilab.com> wrote in message news:eoGEMUebEHA.2292@TK2MSFTNGP09.phx.gbl... 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/ |
|
![]() |
|
| Thread Tools | |
| Rate This Thread | |
|
|

Main Page 

