GAC Assembly Missing in Add Reference dialog

前端 未结 7 1095
梦如初夏
梦如初夏 2021-02-10 02:06

I have an Interop assembly lying in GAC; Windows Explorer clearly shows it listed in the C:\\WINDOWS\\assembly folder. Yet, when I try to add a reference to it in f

7条回答
  •  刺人心
    刺人心 (楼主)
    2021-02-10 02:43

    Use this command under Visual studio command prompt

    regsvr32 /u shfusion.dll

提交回复
热议问题