C# combit.ListLabel27 缺少使用引用错误

C# combit.ListLabel27 missing using reference error

万事俱备,万事俱备,但是编译的时候出现这个问题:

错误 296 找不到类型或命名空间名称 'combit'。 (缺少 using 指令或程序集引用?)

是的,我们解决了很久。

我们的项目版本 我们的项目在 .net 4.5.2 上运行。

插件版本 Combit.Reporting 的最新版本是 .net 4.7 版。

换句话说,它不会报任何错误,但会阻止您的项目编译,因为.net 版本不匹配。

注意!

If you want to connect a project that needs a higher .net version to your project, consider the above article.