现在用VS2010调用RFC,有三个引用using SAPFunctionsOCX;using SAPLogonCtrl;using SAPTableFactoryCtrl;
但是在实例化过程中报错SAPLogonCtrl.SAPLogonControlClass login = new SAPLogonCtrl.SAPLogonControlClass();
The type “SAPLogonCtrl.SAPLogonControlClass” has no constructors defined
问一下这是什么情况。
但是在实例化过程中报错SAPLogonCtrl.SAPLogonControlClass login = new SAPLogonCtrl.SAPLogonControlClass();
The type “SAPLogonCtrl.SAPLogonControlClass” has no constructors defined
问一下这是什么情况。
解决方案
40
查看引用的dll属性,有个嵌入的互操作类型,设置为false