Interop type ‘PISDKClass‘ cannot be embedded. Use the applicable interface instead.
.net开发中,有时候在引用某些类时,会提示无法嵌入互操作类型“*****.Class”。请改用适用的接口。找到应用的类,点 视图-->解决方案资源管理器,找到“嵌入互操作类型”选项,把true改为false就可以了,如下图所示。
原文地址:https://www.cnblogs.com/zouhao/p/10053299.html
时间: 2024-10-14 04:18:54