Я использую AxAcroPDF для отображения PDF-файлов в форме окна. Он работает везде, кроме пользователя, он выдает следующую ошибку COM. Я проверил у пользователя, и он установил Adobe Acrobat Professional 8.0. Может кто-нибудь помочь мне найти проблему / решение для этой проблемы
System.IO.FileNotFoundException: The specified module could not be found. (Exception from HRESULT: 0x8007007E)
at System.Windows.Forms.UnsafeNativeMethods.CoCreateInstance(Guid& clsid, Object punkOuter, Int32 context, Guid& iid)
at System.Windows.Forms.AxHost.CreateWithoutLicense(Guid clsid)
at System.Windows.Forms.AxHost.CreateWithLicense(String license, Guid clsid)
at System.Windows.Forms.AxHost.CreateInstanceCore(Guid clsid)
at System.Windows.Forms.AxHost.CreateInstance()
at System.Windows.Forms.AxHost.GetOcxCreate()
at System.Windows.Forms.AxHost.TransitionUpTo(Int32 state)
at System.Windows.Forms.AxHost.CreateHandle()
at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
at System.Windows.Forms.AxHost.EndInit()
at DocumentProcessing.PDFViewerForm.InitializeComponent() in D:\PDFTest\PDFViewerForm.Designer.cs:line 56
Спасибо и всего наилучшего,
Анз