How to reference a self made assembly that is installed in the GAC in visual studio?

后端 未结 3 1003
礼貌的吻别
礼貌的吻别 2021-01-07 05:04

I created a homemade assembly and I think I installed it correctly in the GAC using the .Net 2.0 configuration tool (mscorcfg.msu) However, when I want to reference it in vi

3条回答
  •  粉色の甜心
    2021-01-07 05:56

    I've created a tool which is completely free, that will help you to achieve your goal. Muse VSReferences will allow you to add a Global Assembly Cache reference to the project from Add GAC Reference menu item.

    Hope this hekps,

    Muse VSExtensions

提交回复
热议问题