Reference assembly targets a different processor

http://www.chilkatsoft.com/braindump/chilkat_answers/assembly-targets-different-processor.html
Question:
I get this error when running in the Visual Studio .NET debugger:

Warning 1 Referenced assembly '..\..\..\Chilkat\ChilkatDotNet2.dll' targets a different processor than the application.

Answer:
In VS2005, using the Configuration Manager change the target platform from "Any CPU" to "x86".

 

翻译

问题:

我在Visual Studio .NET编译器编译时中遇到一个错误(其实是一个警告)。

Warning 1 Referenced assembly '..\..\..\Chilkat\ChilkatDotNet2.dll' targets a different processor than the application.

 

回答:

在vs2005中,用配置管理器把目标平台从"Any CPU" 修改为"x86".

你可能感兴趣的:(.net,manager,配置管理,assembly,reference,编译器)