Context Menu Shell Extension not working under Windows 7 64-bit
Posted
by Smejda
on Stack Overflow
See other posts from Stack Overflow
or by Smejda
Published on 2010-04-13T17:39:40Z
Indexed on
2010/04/13
17:43 UTC
Read the original article
Hit count: 458
I created very simple Context Menu using Shell Extension in C#. It works fine under Windows XP 32 bit but under Windows 7 64 bits menu items not appearing.
I tried to build Setup output to x64 but no effect.
Simple Source contains ContextMenu and Setup project is under http://bit.ly/9nGd41
Looks like Wow6432 should be handled by Setup project, same for registration and adding to Global Assembly Cache
I would be appreciate for help / suggestions with this issue.
© Stack Overflow or respective owner