Exception of type 'System.Windows.Forms.AxHost+InvalidActiveXStateException' was thrown

后端 未结 2 1584
执笔经年
执笔经年 2021-02-09 01:47

I am getting an error in my simple project.

This is my code:

if (axZKFPEngX1.InitEngine() == 0) {
    label1.Text = "Connected";
}
else {
    lab         


        
2条回答
提交回复
热议问题