本文介绍了在我的问题中帮助我的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我有一个问题我想在C#中添加对我的程序的引用:
使用AForge;
但是C#给了我这个例外
未找到类型或命名空间名称'AForge(使用指令或缺少它的程序集引用* ?)
我该怎么办???
谢谢您提前
I have a problem I want to add a reference to my program in C #:
using AForge;
but C # has given me this exception
The type or namespace name 'AForge is not found (a using directive or an assembly reference missing it *?)
What should I do???
thank you in advance
推荐答案
这篇关于在我的问题中帮助我的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!