首页 > 其他 > 详细

在Visual Studio开发的项目中引用GAC中的dll

时间:2017-08-10 13:14:17      阅读:321      评论:0      收藏:0      [点我收藏+]
  1. Open the windows Run dialog (Windows Key + r)
  2. Type C:\Windows\assembly\gac_msil. This is some sort of weird hack that lets you browse your GAC. You can only get to it through the run dialog.
  3. Find your assembly and copy its path from the address bar.
  4. Open the Add Reference dialog in Visual Studio and choose the Browse tab.
  5. Paste in the path to your GAC assembly.

在Visual Studio中,选中项目,右键选择"Property Pages", 打开后,左边中选择"References", 点击"Add.." 输入上面3步中的路径,找到那个GAC中的dll,添加就可以

技术分享

 

技术分享

 

在Visual Studio开发的项目中引用GAC中的dll

原文:http://www.cnblogs.com/wphl-27/p/7338611.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!