【发布时间】:2013-04-11 09:48:25
【问题描述】:
当我尝试调整它时,我有一个 VB6 项目,它会引发一些错误,例如
The referenced component 'AxMSCommLib' could not be found.
The referenced component 'AxOWC' could not be found.
The referenced component 'ComctlLib' could not be found.
The referenced component 'Microsoft.Office.Interop.Excel' could not be found.
当我删除这些引用时,它会显示错误,这些引用在此行中被进一步使用
Public WithEvents ProgressBar2 As AxComctlLib.AxProgressBar
它说
Type 'AxComctlLib.AxProgressBar' is not defined.
第一次遇到这种情况,如何解决,如何在项目中添加这些引用或者有其他解决方案吗?
【问题讨论】:
标签: winforms visual-studio-2010 vb6 vb6-migration