The docs are wrong. I do not remember the relative location but try the
following until it works:
<Assembly: AssemblyKeyFile("..\keyfile.snk")>
<Assembly: AssemblyKeyFile("..\..\keyfile.snk")>
etc.

Signature
Carlos J. Quintero (Visual Developer - .NET MVP)
FAQs, Knowledge Base, Files, Docs, Articles, Utilities, etc. for .NET
addins:
http://groups.yahoo.com/group/vsnetaddin/ (free join)
> Hi
> I am unable to specify the AssemblyKeyFile file name without specifying a fully qualified path to the file; i.e.
[quoted text clipped - 8 lines]
> Thanks in advance
> Craig
Craig Nicholas - 14 May 2004 09:21 GMT
Hi Carlos
That worked fine once I'd increased the number of levels. I now understand it is in relation to the OBJ\RELEASE or OBJ\DEBUG subfolder; not in relation to the BIN folder
Regard
Crai
PS It's nice to get chased to reply.