所需文件“alink.dll with IAlink3”
我试图在 Visual Studio 2008(在 Windows Vista 计算机上运行)上构建 C# 解决方案,但当我尝试构建它时,出现此错误:
Required file 'alink.dll with IAlink3' could not be found Amigo X
“Amigo X”是解决方案的名称。怎么了?
PS:Amigo X 是我们在巴西圣诞节举办的一个派对,是给家人送礼物的时候。 ;)
I was trying to build a C# solution on my Visual Studio 2008, that is running on a Windows Vista machine, but when I try to build it I'm getting this error:
Required file 'alink.dll with IAlink3' could not be found Amigo X
"Amigo X" is the name of the solution. What is wrong?
PS: Amigo X is a party that we have here in Brazil at the christmas, it's at the time to gave presents to your family. ;)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您在未安装 CLR 2.0 SP1 的计算机上使用 C# 3.0 编译器。尝试手动安装 2.0 SP1 并查看是否可以解决问题。
You are using a C# 3.0 compiler on a machine which does not have CLR 2.0 SP1 installed. Try manually installing 2.0 SP1 and seeing if that fixes the problem.
这是一个简单的问题,并且很容易解决。
This is a simple problem and there is an easy fix.