Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个在 Visual Studio 中制作的 vb.net 类库,我已经使 COM 可见,并且可以通过我计算机上的 excel vba 识别它。我需要采取的下一步是让办公室的任何人都能够在 Excel 文档中从他们的计算机引用类库,但我不知道如何实现这一点。我已经阅读了一些关于发布类库的内容,但是我无法在 Visual Studio 中为我的类库单击该选项。非常感谢朝着正确方向的任何推动。
您可以将程序集复制到每台计算机,然后使用regasm. 如果您的程序集有其他依赖于它的程序集,并且它们不在 GAC 中,则您需要/codebase在注册时使用该选项。
regasm
/codebase