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.
我在 VB/C# .net 上工作。我创建的是 com 类,必须使用 regasm 注册才能使我的特定组件正常工作。如果我进行任何类型的开发,每次我都必须重新注册 dll。现在这很好。
但是如果我需要注册旧版本的dll。我将不得不从注册表中手动删除该条目,然后重新注册 dll。为此,我将不得不在 regedit 中手动搜索类 id,然后删除。这似乎是一个忙碌的过程,有时它不起作用。任何人都可以提出正确的方法吗?批处理文件方法会很棒。
大约有 4 个类 id 需要搜索。
谢谢