我尝试使用此代码为我的应用程序开发自己的上下文菜单处理程序:http: //www.codeproject.com/KB/shell/ratingcolumn.aspx
然而什么也没发生。然后我尝试编译该代码,构建 dll 并使用
regasm pathToDLL /codebase
注册它,这是我得到的答复
RegAsm : warning RA0000 : Registering an unsigned assembly with /codebase can ca
use your assembly to interfere with other applications that may be installed on
the same computer. The /codebase switch is intended to be used only with signed
assemblies. Please give your assembly a strong name and re-register it.
Types registered successfully
但是没有出现新的文件评级菜单(尝试重新启动窗口,刷新关联,菜单,一切)。我错过了什么吗?我应该注册 DLL 吗?