I've tried to use this code to develop my own context menu handler for my app: http://www.codeproject.com/KB/shell/ratingcolumn.aspx
However nothing happened. Then I tried just compiling that code, building dll and using
regasm pathToDLL /codebase
to register it, this is what I got as a reply
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
However the new File rating menu did not appear(tried rebooting windows, refreshing associations, menus, everything). Am I missing something? Do I register the DLL as I should?