对UWP项目中未解决的依赖项进行故障排除

时间:2019-01-14 23:42:28

标签: uwp visual-studio-2017

一个在其创建机器上可以正常编译的项目(我们称其为系统A)抱怨将整个解决方案复制到另一台计算机(B)时,依赖关系未得到满足。这是报告的许多错误中的一些。

Error   CS0246  The type or namespace name 'System' could not be found (are you missing a using directive or an assembly reference?)        PumpControlApp  C:\Users\MYPROFILE\AppData\Local\Temp\.NETCore,Version=v5.0.AssemblyAttributes.cs   2   Active
Error   CS0400  The type or namespace name 'System' could not be found in the global namespace (are you missing an assembly reference?) PumpControlApp  C:\Users\PWONE\AppData\Local\Temp\.NETCore,Version=v5.0.AssemblyAttributes.cs   4   Active

在系统上,BI可以创建和编译UWP应用,所以我怀疑这是项目中引用特定版本的事情,但是没有版本说明或存在问题当我在系统B上展开项目的“引用”节点时。

万一重要的话,我必须提到我的目标是ARM。

有人遇到过这个问题吗?

有人可以提出解决问题的潜在方法吗?

0 个答案:

没有答案