I installed Notepad++ 4.6 in my Windows 2003 machine and also in my laptop running Vista enterprise both 64bit OS. I can't see the context menus which I used to see in Notepad++ previous to 4.5
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Notepad++, I don't believe, comes with the necessary 64-bit context menu DLLs. Not sure how it would have worked previously unless you were running it on a 32-bit system.
I installed Notepad++ 4.6 in my Windows 2003 machine and also in my laptop running Vista enterprise both 64bit OS. I can't see the context menus which I used to see in Notepad++ previous to 4.5
Notepad++, I don't believe, comes with the necessary 64-bit context menu DLLs. Not sure how it would have worked previously unless you were running it on a 32-bit system.
http://sourceforge.net/forum/message.php?msg_id=4139634
Download that package, unpack the compiled DLL wherever (probably the Notepad++ directory) and enter the following in Windows' run prompt
regsvr32 [dll name]
It should register the DLL and you should have context menus again. Works, at least, on my Vista x64 system.
Did you search the forum for any other information about this?