문제

I have created strong name using -

sn -k C:\strong.snk

nao how to assign this key to any assembly? and where I have to use gacutil?

도움이 되었습니까?

해결책

This is going on the assumption of a .NET Framework project in Visual Studio.

  • Project Menu
  • [Project Name] Properties
  • Signing
  • Check "Sign the assembly"
  • Click the "Choose a strong name key file:" drop down then click ""
  • Find your key and select!
  • ...?
  • Profit!
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top