简体   繁体   English

在Wince下使用Aforge.NET

[英]Using Aforge.NET under wince

How to use Aforge.NET under wince? 如何在wince下使用Aforge.NET When I build my program that uses Aforge library for compact framework I get this error: 当我构建将Aforge库用于紧凑框架的程序时,出现以下错误:

The type 'System.Drawing.Bitmap' is defined in an assembly that is not referenced. 类型'System.Drawing.Bitmap'在未引用的程序集中定义。 You must add a reference to assembly 'System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. 您必须添加对程序集'System.Drawing,Version = 2.0.0.0,Culture = neutral,PublicKeyToken = b03f5f7f11d50a3a'的引用。

You must compile the AForge code under the Compact Framework, if it's not already done. 如果尚未完成,则必须在Compact Framework下编译AForge代码。 Compact Framework assemblies cannot reference desktop assemblies (which the public key 'b03f5f7f11d50a3a' indicates that the AForge stuff you're attempting to reference uses). Compact Framework程序集不能引用桌面程序集(公共密钥'b03f5f7f11d50a3a'表示您正在尝试引用的AForge东西正在使用)。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM