小编Tec*_*kie的帖子

找不到类型或命名空间。但参考资料还是有的

目前我在我的 C# 项目中使用 2 个引用:

using Czm.Perimetry.Analysis.Core;
using Czm.Perimetry.Analysis.IO;
Run Code Online (Sandbox Code Playgroud)

当我在 Visual Studio 中查看我的项目时,没有出现错误。但是,当我运行该项目时,我得到:

Error   CS0246  The type or namespace name 'Czm' could not be found
(are you missing a using directive or an assembly reference?)       
Run Code Online (Sandbox Code Playgroud)

我不明白发生了什么,并且该项目没有出现其他错误。

c# types namespaces directive reference

4
推荐指数
2
解决办法
1万
查看次数

标签 统计

c# ×1

directive ×1

namespaces ×1

reference ×1

types ×1