After rebuilding my machine I forgot to register my key in the CSP like
this:

sn -i foobar.snk MyCompany

Hours later I ran VS2013 as Admin and my compiles failed because the CSP
name wasn't found and signing failed. I had to do this to make keys user
specific:

sn -m  n

The help on the switches is misleading ... this means the key is seen by
ALL users, not for EACH user (I think?!). In any case, this made a key
installed as any user available to all users.

Greg

Reply via email to