Code Bye

C#调用RFC问题

现在用VS2010调用RFC,有三个引用using SAPFunctionsOCX;using SAPLogonCtrl;using SAPTableFactoryCtrl;
但是在实例化过程中报错SAPLogonCtrl.SAPLogonControlClass login = new SAPLogonCtrl.SAPLogonControlClass();
The type “SAPLogonCtrl.SAPLogonControlClass” has no constructors defined
问一下这是什么情况。
解决方案

40

查看引用的dll属性,有个嵌入的互操作类型,设置为false

CodeBye 版权所有丨如未注明 , 均为原创丨本网站采用BY-NC-SA协议进行授权 , 转载请注明C#调用RFC问题