| Previous topic :: Next topic |
| Author |
Message |
tyoungbl
Joined: 23 Jun 2008
Posts: 4
|
| Posted: Tue Jul 08, 2008 2:42 pm Post subject: MSXML Objects cannot be initialize |
|
|
I see that this issue has been around awhile and is probably fixed, but I'm unable to find the resolution. I get the "MSXML Objects cannot be initialize" message when trying to sync contacts. Also tasks sync from vTiger to Outlook, but not the other way. Using Office XP.
Can anyone point me in the right direction? |
|
| Back to top |
|
hgutt
Joined: 28 Oct 2008
Posts: 2
|
| Posted: Tue Oct 28, 2008 1:56 pm Post subject: Re: MSXML Objects cannot be initialize |
|
|
Hi,
I have the same problem. I installed vTiger 5.0.4 and vtigercrm-outlook-plugin-5.0.4.
any idea?
thks
Rv |
|
| Back to top |
|
prasad.a
Joined: 01 Aug 2007
Posts: 968
|
| Posted: Wed Oct 29, 2008 5:50 am Post subject: Re: MSXML Objects cannot be initialize |
|
|
Hi,
Check this thread http://forums.vtiger.com/viewtopic.php?t=20250, it might help you.
Regards,
Prasad
vtiger Team |
|
| Back to top |
|
hgutt
Joined: 28 Oct 2008
Posts: 2
|
| Posted: Thu Oct 30, 2008 10:33 am Post subject: Re: MSXML Objects cannot be initialize |
|
|
Yes, it works now. Pb with msxml files...
CAUSE
This issue may occur when one or more of the .dll files that are used by the Microsoft Management Console (MMC) are missing or corrupted:
• Msxml.dll
• Msxml2.dll
• Msxml3.dll
Back to the top
RESOLUTION
To resolve this issue, follow these steps:
1. Click Start, click Run, type cmd, and then click OK.
2. At the command prompt, type cd %windir%\system32, and then press ENTER.
Note The %Windir% folder is the folder where you installed Microsoft Windows.
3. Type the following commands, and press ENTER after each command:
Regsvr32 Msxml.dll
Regsvr32 Msxml2.dll
Regsvr32 Msxml3.dll
4. Type exit, and then press ENTER to close the Command Prompt window.
5. Restart the computer. |
|
| Back to top |
|
| |