古い vb6 Windows アプリケーションを、vs 2010 と Windows 7 を備えた新しいシステムに移動しました。このアプリケーションは、AxInterop.MSMAPIとAxInterop.ComctlLib dll を使用しています。コンパイルしようとすると、次の警告が表示されます
Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG))
だから私はRegSvr32を使ってそれらを登録しようとしています
run --> regsvr32 D:\somepath\AxInterop.MSMAPI.dll
しかし、私は次のエラーが発生しています
The Module "D:\somepath\AxInterop.MSMAPI.dll" as loaded but the entry-point DLLRegisterServer was not found.
Make sure that "D:\somepath\AxInterop.MSMAPI.dll" is a valid DLL OR OCX file and then try again.
これらの 2 つの dll を登録する際に助けが必要です
前もって感謝します