【发布时间】:2020-01-18 12:46:05
【问题描述】:
我想在同一解决方案中的 UWP 项目(“EPS 视图”)中使用我的 c# 控制台应用程序项目(“EPS 逻辑”)中的一些方法。
我尝试添加引用-Calling methods from different Projects in one Solution。
但是当我尝试时,我得到了两个错误:
Cannot add reference to project "EPS Logic"
和
The method or operation is not implemented.
此外,我的 EPS 逻辑项目中的所有类都收到类似这样的警告:
warning DV2002: Class 'SequenceMaker' is not mapped to any Dependency Validation diagram
但我不知道这是否是问题的一部分。我不应该首先尝试向 UWP 项目添加任何东西吗?
【问题讨论】:
标签: c# uwp reference projects-and-solutions