简体   繁体   English

VS.NET 2010 Web项目中的二进制参考信息保存在哪些文件中?

[英]Where in what files does the binary reference information be saved in VS.NET 2010 web project?

I have a vendor help develop a web project using VS.NET 2010. I got the delivered source codes from source code control system and tried to build it. 我有供应商帮助使用VS.NET 2010开发Web项目。我从源代码控制系统获得了交付的源代码,并尝试构建它。 There is an error message showing that one namespace is unknown, which is due to missing the reference of a .dll. 有一条错误消息显示一个名称空间是未知的,这是由于缺少一个.dll的引用。

However, the vendor did add that reference into the web project and successfully built it in his own development environment. 但是,供应商确实将该引用添加到了Web项目中,并在自己的开发环境中成功构建了该引用。 I know that for class library project, those reference information is saved in .csproj file. 我知道对于类库项目,那些参考信息保存在.csproj文件中。 What about a file system web project? 文件系统Web项目呢? I did not see this information either in the .sln or the web application folder. 我没有在.sln或Web应用程序文件夹中看到此信息。 Does anyone know where it is? 有人知道它在哪里吗? I need to manually add the reference every time, which does not make any sense. 我需要每次手动添加参考,这没有任何意义。

检查system.web / assemblies元素中的web.config文件

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM