我需要閱讀C#代碼中的PPT/X PowerPoint文件,並將其顯示在Web窗體中作爲圖像。c#PowerPoint幻燈片互操作和辦公室DLL註冊表錯誤
我在VS 2013 C#.NET 4.0中使用過,使用dll,Microsoft.office.interop.powerpoint.dll和Office.DLL。
在本地機器上運行並在本地機器上運行時,它工作得非常好。
當我將其發佈在Azure上的Web服務器或共享服務器IIS,
我結束了
*
Error occurred: Retrieving the COM class factory for component with CLSID {91493441-5A91-11CF-8700-00AA0060263B} failed due to the following error: 80040154 Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG)).
*
我複製這兩個DLL文件到BIN夾。
仍然沒有用。
任何想法我該如何解決這個問題!
在此先感謝。
沒有改進。 – user5222919