在我的问题中帮助我 [英] help me please in my problem

查看:88
本文介绍了在我的问题中帮助我的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个问题我想在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

推荐答案

您需要在项目中添加对AForge程序集的引用。右键单击项目并选择Add Reference。



添加对项目的引用后,在源代码中可以使用完全qialified名称引用类(AForge.something.SomethingElse)或者你可以像使用Aforge.something一样'使用';然后直接引用该命名空间中的类。
You will need to add a reference to the AForge assembly to your project. Right Click n the project and select Add Reference.

Once you have added a reference to your project, in your source you can either refer to the classes using fully qialified names (AForge.something.SomethingElse) or you can ad a 'using' like using Aforge.something; and then refer to the classes in that namespace directly.


这篇关于在我的问题中帮助我的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆