我在打开用VB6开发的项目时遇到问题。某些附加MSComctLib类的控件未加载。
我使用的是 Windows 7。
在错误分析中出现以下消息(没有行数):
Class MSComctlLib.ImageList of control ImageList1 was not a loaded control class.
Class MSComctlLib.Toolbar of control Toolbar1 was not a loaded control class.
MSComctlLib.StatusBar class of control sbStatusBar was not a loaded control class.
Run Code Online (Sandbox Code Playgroud)
然后是很多无效的属性名称,
前任:
The property name _ExtentX in ImageList1 is invalid
The property name Buttons in Toolbar1 is invalid
...
Run Code Online (Sandbox Code Playgroud)
根据微软支持网站http://support.microsoft.com/kb/896559的指导,更新将是解决方案http://www.microsoft.com/en-us/download/details.aspx?id= 10019
我尝试运行可执行文件VisualBasic6-KB896559-v1-ENU ,但打开项目时仍然出现相同的错误。
有人可以告诉我如何解决吗?
提前致谢!
我已经安装了 Firebird 3.0.2 (x64) 和 IBExpert 2018.12.15.1。
我正在尝试在 IBExpert 上创建 Firebird DB,但每次都会收到此错误:
由于系统错误导致执行不成功,但并不妨碍后续语句的成功执行。
加载插件 Engine12 时出错。
模块 C:\Program Files\Firebird\Firebird_Server\plugins/Engine12 存在但无法加载。*
我的配置:
服务器/协议本地、XNet (FB3)
数据库 C:\Data\Example.fdb
连接字符串 xnet://C:\Data\Example.fdb
客户端库文件 C:\Program Files\Firebird\Firebird_Server\WOW64\fbclient.dll
用户名 SYSDBA
密码主密钥
页面大小 126384
SQL方言3
如何解决这个问题呢?