I'm trying to build / sign an assembly on a Windows 7 machine and I get the following exception:
x:\> SN -q -Vr "x:\someassembly.dll"
Failed to open registry key -- Access is denied.
I've found the following thread that appears to be the same problem, and it mentions that he fixed it by changing permissions on a registry key, however it doesnt mention which registry key.
http://social.msdn.microsoft.com/Forums/en-US/tfsbuild/thread/e84e015b-41c8-4170-8686-2474832fcd28
Has anyone encountered this before?