• 1397/08/17

خطا هنگام شمارش کلمات فایل ورد اپلود شده روی هاست :

من یه کد نوشتم که وقتی فایل ورد اپلود شد با زدن دکمه اپلود تعداد کلمات فایل ورد شمرده میشه و تعدادش ذخیره و بر گردونده میشه روی لوکال مشکلی نداره اما وقتی روی هاست منتقل میکنم سایت رو ارور میده . هر چی سرچ میکنم به هیچ نتیجه ای نمیرسم  ممنون میشم راهنمایی کنید 

 

کد شمارش کلمات 

    
                    
                    var application = new Application();
                    //Document doc = new Document();

                    // Open YOur word file path
                    var doc = application.Documents.Open(Path.Combine(Server.MapPath("~/CustomerOrderFiles/"), Path.GetFileName(filech)));
                    ///(HostingEnvironment.MapPath(Url.Content(
                    // Get the page count.
                    var numberOfwords = doc.ComputeStatistics(WdStatistic.wdStatisticWords, false);
                    // Print out the result
                    WordsCount = numberOfwords;

                    ((_Document)doc).Close();
                    ((_Application)application).Quit();

                    application = null;

خطا

Retrieving the COM class factory for component with CLSID {000209FF-0000-0000-C000-000000000046} failed due to the following error: 80040154 Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG)).

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. 

Exception Details: System.Runtime.InteropServices.COMException: Retrieving the COM class factory for component with CLSID {000209FF-0000-0000-C000-000000000046} failed due to the following error: 80040154 Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG)).

 

 

  • 1397/08/17
  • ساعت 09:05

stack trace را بررسی کنید باید جزئیات بیشتری داشته باشه 


  • 1397/08/17
  • ساعت 13:22

میشه بیشتر توضیح بدید ؟

پشتیبان هاست گفت باید رابط Com اضافه کنید برای کار با فایل های ورد ولی این مورد رو هم سرچ کردم به نتیجه نرسیدم 

روی لوکال هیچ مشکلی وجود نداره فقط روی هاست مشکل داره 

ممنون میشم بیشتر راهنمایی کنید 


logo-samandehi