天天看點

Automation server can't create object

症狀:用OWA(Outlook Web Access)的過程中,或者發送删除郵件時均彈出錯誤提示,顯示detail後見到資訊:

Exception Details

-----------------

Date: Wed Nov 4 09:38:48 UTC+0800 2009

Message: Automation server can't create object

Line: 86

原因:系統DLL故障

解決方法:重新注冊所有DLL檔案,

C:\>for %1 in (%windir%\system32\*.dll) do regsvr32 /u /s %1 ----這是解除安裝的指令

C:\>for %1 in (%windir%\system32\*.dll) do regsvr32 /i /s %1  ----這是重新安裝的指令

網上的指導方法嘗試後,均不管用。

<a href="http://zhidao.baidu.com/question/104369456.html">http://zhidao.baidu.com/question/104369456.html</a>

本文轉simmy51CTO部落格,原文連結:http://blog.51cto.com/helpdesk/222096,如需轉載請自行聯系原作者

繼續閱讀