简体   繁体   English

Visual Studio在哪里保存DLL引用路径?

[英]Where Visual Studio does save DLL references paths?

I have looked in the .vbproj and i thought visual studio 2010 was using the HintPath element in the file to figure out where to load the referenced DLL. 我查看了.vbproj,我认为Visual Studio 2010正在使用文件中的HintPath元素来弄清楚在哪里加载引用的DLL。 But it seem that it is wrong. 但似乎这是错误的。 Problem i have is that Nuget program when done getting the facultative DLLs (important, do not apply to non-facultative ones) point to the bin of the actual project instead of pointing to the packages folder. 我遇到的问题是,当完成获取兼职DLL(重要,不适用于非兼职DLL)时,Nuget程序指向实际项目的bin,而不是指向packages文件夹。 So i decided to write a small application which correct the path to thoses DLL from the .vbproj. 因此,我决定编写一个小型应用程序,以更正.vbproj中那些DLL的路径。 The references in my project of an actual project doesn't seem to reflect the vbproj hint path. 我的项目中对实际项目的引用似乎没有反映vbproj提示路径。

So my question is.. Where Visual Studio does save DLL references paths ? 所以我的问题是.. Visual Studio在哪里保存DLL引用路径? and what it do with it. 以及它的作用

提示路径是正确的位置,此外,您还可以在IDE中检查项目/属性/引用路径

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

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