First, people often use the term "register in the GAC" when they mean "install in the GAC". If that's all you want, then use Add Special Folder in the File System view, add the GAC, and put your assembly there using the IDE.
If you want to register it for COM, right-click the file in the File System view and there's a Register property, just set that.
You don't need it in the GAC for it to be registered for COM. Phil Wilson- Marked As Answer byAland LiMSFT, Moderator21 hours 47 minutes ago
-
|