How can I reference a dll in the GAC from Visual Studio?

前端 未结 10 849
你的背包
你的背包 2020-12-02 10:20

This assembly is in the GAC: Microsoft.SqlServer.Management.RegisteredServers.dll

How can I add a reference to this assembly in Visual Studio?

I can view the

10条回答
  •  离开以前
    2020-12-02 11:07

    The relevant files and references can be found here:

    http://msdn.microsoft.com/en-us/library/cc283981.aspx

    Note the links off it about implementation/etc.

提交回复
热议问题