我试图在我的Visual Studio2008上构建一个C#解决方案,它在Windows Vista机器上运行,但当我试图构建它时,我得到了这个错误:
Required file 'alink.dll with IAlink3' could not be found Amigo X"Amigo X“是解决方案的名称。怎么啦?
PS: Amigo X是我们在圣诞节在巴西举办的一个聚会,这个时候是给你的家人送礼物的时候。;)
发布于 2009-11-03 08:17:39
您正在未安装C# 2.0 SP1的计算机上使用CLR3.0编译器。尝试手动安装2.0 SP1,看看是否能解决问题。
发布于 2010-06-26 07:21:31
这是一个简单的问题,有一个简单的解决方法。
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.https://stackoverflow.com/questions/1664515
复制相似问题