码迷,mamicode.com
首页 > 其他好文 > 详细

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

时间:2017-08-10 13:21:25      阅读:161      评论:0      收藏:0      [点我收藏+]

标签:tab   open   hack   from   路径   log   com   logs   address   

  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

标签:tab   open   hack   from   路径   log   com   logs   address   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!