请各位大侠帮帮忙解决有关WinHTMLEditorControl使用出现的问题
前天我将同事的WinHTMLEditorControl.dll引用拿过来,本来以为不会出现问题,没想到编译的时候出现以下的问题错误 1 无法从程序集“c:\Users\Administrator\Desktop\WindowsFormsApplication1\WindowsFormsApplication1\bin\Debug\WinHTMLEditorControl.dll”中嵌入互操作类型,因为该程序集缺少“ImportedFromTypeLibAttribute”特性或“PrimaryInteropAssemblyAttribute”特性 c:\Users\Administrator\Desktop\WindowsFormsApplication1\WindowsFormsApplication1\bin\Debug\WinHTMLEditorControl.dll WindowsFormsApplication1
郁闷,弄了几个小时也无法解决,求大侠帮帮忙。 --------------------编程问答-------------------- WinHTMLEditorControl.dll 这个DLL他引用了哪些DLL啊,即“ImportedFromTypeLibAttribute”特性或“PrimaryInteropAssemblyAttribute”这两个特性是在哪个DLL中啊 --------------------编程问答-------------------- 这个WinHTMLEditorControl.dll我也不知道它引用了哪些DLL,我只是拿到了这个 WinHTMLEditorControl.dll,然后直接用而已,不料它就出现了以上的问题,我不知道是为什么 --------------------编程问答-------------------- - -. 显示出来的是富文本。 可惜我也不会操作唉。
补充:.NET技术 , C#