このコードを使用して、アプリ用の独自のコンテキスト メニュー ハンドラーを開発しようとしました: 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 を登録しますか?