0

Windows 7 で C# アプリケーションを使用しようとしてDHTMLEDITORいます (Windows XP では問題なく動作します)。アイテムを追加したり、既存のアイテムを編集しようとすると、以下のエラーが表示されます。DLL AxInterop.DHTMLEDLib,

System.IO.FileLoadException: Could not load file or assembly 
'AxInterop.DHTMLEDLib, Version=1.0.0.0, Culture=neutral,
PublicKeyToken=a258947a2b308f2f' or one of its dependencies. 
The located assembly's manifest definition does not match the 
assembly reference. (Exception from HRESULT: 0x80131040)


File name: 'AxInterop.DHTMLEDLib, Version=1.0.0.0, Culture=neutral,
PublicKeyToken=a258947a2b308f2f'
4

1 に答える 1

0

同じ問題がありました。DHTML Editing Control for Applications Redistributable Package (x86) で解決しました

http://www.microsoft.com/en-us/download/details.aspx?id=8956

于 2015-02-04T16:05:00.387 に答える