1

我试图在我的 Visual Studio 2008 上构建一个 C# 解决方案,该解决方案在 Windows Vista 机器上运行,但是当我尝试构建它时,我收到了这个错误:

Required file 'alink.dll with IAlink3' could not be found Amigo X

“Amigo X”是解决方案的名称。怎么了?

PS:Amigo X 是我们圣诞节在巴西这里举办的派对,是时候给你的家人送礼物了。;)

4

2 回答 2

1

您在未安装 CLR 2.0 SP1的机器上使用 C# 3.0 编译器。尝试手动安装 2.0 SP1 并查看是否可以解决问题。

于 2009-11-03T00:17:39.400 回答
0

这是一个简单的问题,并且有一个简单的解决方法。

  1. Open project properties.
  2. In the Application tab, find the Manifest dropdown. choose the option 'Create application without a manifest'
  3. Run the application successfully.
于 2010-06-25T23:21:30.937 回答