错误信息:
Retrieving the COM class factory for component with CLSID {56F963EC-6EFC-4A6B-9A1E-5BFE545C89D0} failed due to the following error:
80040154 Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG)).代码:
MODI.Image mi = new MODI.Image(_img);发布于 2014-01-16 10:00:48
似乎com库的注册在窗口上出错了。转到放置有关dll的目录,并尝试以管理模式执行该命令。
regsvr32 TheConcernedLibrary.dll
然后再试试。
https://stackoverflow.com/questions/21158305
复制相似问题