How do I find the PublicKeyToken for a particular dll?

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

    If you have the DLL added to your project, you can open the csproj file and see the Reference tag.

    Example:

    
    

提交回复
热议问题