1

Here is the situation: We have source control based on tfs2010, visual studio 2010 and solution which contain projects and have referances to External assemblies. If we open solution and try to build it it will show us error which tell that some assemblies couldn't be find, to make it work we should go in source control explorer find external assembly directory and get latest version, then solution will be build without any errors. Does anybody know how to make solution to autodownload those external assemblies ?

4

1 回答 1

1

在您的解决方案中,创建一个逻辑文件夹(称为“外部程序集”),然后添加程序集,方法是右键单击该文件夹,然后“添加现有项...”。

像那样:

在此处输入图像描述

这样,当您加载解决方案时,将从源代码管理中检索文件(当然,您的解决方案必须绑定到源代码管理)。

于 2012-06-07T13:26:25.927 回答