How do I find the PublicKeyToken for a particular dll?

后端 未结 10 604
后悔当初
后悔当初 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:48

    I use Windows Explorer, navigate to C:\Windows\assembly , find the one I need. From the Properties you can copy the PublicKeyToken.

    This doesn't rely on Visual Studio or any other utilities being installed.

提交回复
热议问题