Mismatch in Assembly and Product Version

前端 未结 1 1307
礼貌的吻别
礼貌的吻别 2021-01-25 05:01

I am trying to use Ajax control toolkit in asp.net website. I copied the dll from one of my previous sample project. It has the following details

Assembly Version         


        
相关标签:
1条回答
  • 2021-01-25 05:40

    Edit the web.config file to remove the reference, which is not required for normal operation:

    1 - Open the web.config file in the root of your site

    2 - Find the following line and comment it out():xxxxx-is your assembly name.

    <add assembly="xxxxx", Version=3.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
    

    3 - Save and close the web.config file and try again

    Ref Link : http://manual.aspdotnetstorefront.com/p-1118-could-not-load-file-or-assembly-microsoftwebservices3-version3000-cultureneutral-publickeytoken31bf3856ad364e35.aspx

    0 讨论(0)
提交回复
热议问题