I have followed instruction from other posts and from http://msdn.microsoft.com/en-us/library/xwb8f617.aspx to give strong name to my dll, which is a native (unmanaged) C++ dll. However when it is still not strong named when I try to verify:
>sn.exe -v myStuff.dll
=> myStuff.dll does not represent a strongly named assembly
I add my .snk file to the project and added the file to Properties->Linker->Advanced->KeyFile.
How should I troubleshoot?