Strong name validation failed solution

If you are a 64-bit operating system, and you encounter the following exceptions:
Could not load file or assembly ‘[Your file], Version=[version], Culture=neutral, PublicKeyToken=[public key token]’ or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A)
 
#1 Start the command-line tool as an administrator.
Locate the directory where SN. exe is located. For example, the directory of Visual Studio 2013 is: C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Bin\x64.
Execute the command SN-VR *,[public key Token].
 
Reference:
http://blogs.msdn.com/b/shitals/archive/2008/05/01/8446582.aspx

Reproduced in: https://www.cnblogs.com/Erik_Xu/articles/4196113.html

Read More: