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.
C# で COM コンポーネントを作成しています。インストールされると、その ProgID は として表されます<Namespace>.<Classname>。しかし、私はそれをに変更したい<Vendor>.<ClassName>.<VersionNumber>。
<Namespace>.<Classname>
<Vendor>.<ClassName>.<VersionNumber>
C#でこれを行うにはどうすればよいですか。Visual Studio 2010 を使用しています。
ProgId属性をクラスに適用しようとしましたか?