How do I find the PublicKeyToken for a particular dll?

后端 未结 10 620
后悔当初
后悔当初 2020-12-04 06:10

I need to recreate a provider in my web.config file that looks something like this:


  

        
10条回答
  •  心在旅途
    2020-12-04 06:26

    You can also check by following method.

    Go to Run : type the path of DLL for which you need public key. You will find 2 files : 1. __AssemblyInfo_.ini 2. DLL file

    Open this __AssemblyInfo_.ini file in notepad , here you can see Public Key Token.

提交回复
热议问题