简体   繁体   English

将引用从GAC更改为.net网站上的BIN?

[英]Change reference from GAC to BIN on .net website?

I added a reference to the third party .net tool Farpoint Spread in my asp.net website. 我在asp.net网站上添加了对第三方.net工具Farpoint Spread的引用。 This was an actual install on my machine so the DLL's got installed into my GAC. 这是在我的计算机上的实际安装,因此DLL已安装到我的GAC中。 When I add references to the DLL's they also point to the GAC (even though I copied them to a seperate folder). 当我添加对DLL的引用时,它们也指向GAC(即使我将它们复制到了单独的文件夹中)。

What I would like to do is reference the DLL's from a third party DLL folder in my solution and they then get dropped in the BIN (and I would then just check in the .refresh files to TFS). 我想做的是从我的解决方案中的第三方DLL文件夹中引用DLL,然后将它们放入BIN(然后我只需将.refresh文件签入TFS)即可。 Is there anyway to change the below from GAC to BIN? 无论如何,将以下内容从GAC更改为BIN? I am picking the third party folder DLLs however it is referring to the GAC (I am guessing this is visual studio's first place to look before falling back on the BIN). 我正在选择第三方文件夹DLL,但它指的是GAC(我猜这是Visual Studio在退回BIN之前首先要查看的地方)。

My goal is not have to have every developer install this Farpoint tool so when they get everything from TFS it is properly references in my third party folder. 我的目标不是让每个开发人员都安装此Farpoint工具,因此当他们从TFS中获取所有内容时,它便是我的第三方文件夹中的正确引用。

Any ideas how to fix this? 任何想法如何解决这一问题?

Screen shot: 屏幕截图:

在此处输入图片说明

I think you have to manually add these assemblies to your bin folder. 我认为您必须手动将这些程序集添加到bin文件夹中。

See http://msdn.microsoft.com/en-us/library/ez524kew%28v=vs.80%29.aspx 请参阅http://msdn.microsoft.com/zh-cn/library/ez524kew%28v=vs.80%29.aspx

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

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