Learn how to register an assembly in the GAC.
摘要:
Learn how to register an assembly in the GAC.1) Create an assembly key file Use the sn.exe tool to create a key file: sn -k StrongNameFile.snk If your path environment variables aren't set, you'll have to go to the C:\Program Files\Microsoft.NET\FrameworkSDK\Bin\ directory to run sn.exe) The 阅读全文
posted @ 2013-04-13 22:22 philzhou 阅读(192) 评论(0) 推荐(0) 编辑