After receiving instructions from google, I tried to create StrongNameFile with the following command:
C:\Program Files\Microsoft Visual Studio 9.0\VC\sn -k StrongNameFile.snk
When I ran the command, I got an error message:
'sn' is not recognized as an internal or external command, operable program or batch file.
I tried this as follows:
C:\Program Files\Microsoft Visual Studio 9.0\SDK\v3.5\Bin>sn -k StrongNameFile.snk
But the same mistake. Please help me solve this problem.
source share