简体   繁体   English

ASP.NET应用程序中的DLL和计算机之间的SourceSafe /共享

[英]DLL's in a ASP.NET Application and SourceSafe/Sharing between computers

I have an application that uses currently two DLL's for external libraries (AjaxControlToolkit is one of them) 我有一个应用程序,当前使用两个用于外部库的DLL(AjaxControlToolkit是其中之一)

I was wondering the best way for a colleague of mine to check out my application from our SourceSafe database and use these libraries. 我想知道我的一个同事从SourceSafe数据库中检出我的应用程序并使用这些库的最佳方法。

I don't know much about utlising external libraries other then really adding them as a reference to a project and have very little knowledge about the GAC. 除了真正使用外部库作为项目参考之外,我对使用外部库了解不多,对GAC的了解很少。

This thread mentioned about putting them into the GAC on each developers machines. 该线程提到了将它们放入每台开发人员计算机上的GAC。 http://forums.devx.com/showthread.php?t=151411 http://forums.devx.com/showthread.php?t=151411

You can copy them to the web applications /bin folder. 您可以将它们复制到Web应用程序的/ bin文件夹中。 When you upload to source control (SourceSafe/SVN/etc), they will be available to be shared. 当您上传到源代码管理(SourceSafe / SVN / etc)时,它们将可以共享。 This will override what is found in the GAC. 这将覆盖GAC中的内容。

Additionally, you can still develop your projects with the DLLs registered in the GAC. 此外,您仍然可以使用在GAC中注册的DLL开发项目。 Each developer can still register the DLLs with the GAC independently. 每个开发人员仍可以独立地向GAC注册DLL。

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

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