After getting the instruction from google, I've 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 it in the following way:
C:\Program Files\Microsoft Visual Studio 9.0\SDK\v3.5\Bin>sn -k StrongNameFile.snk
But got the same error. Please somebody help me to solve this problem.