Could not load file or assembly 'AjaxControlToolkit' or one of its dependencies. The system cannot find the file specified

前端 未结 4 1364
無奈伤痛
無奈伤痛 2020-12-19 11:04

I am working on sharepoint 2010. I have created a simple visual web part which contain one text box and I have added calendarextender to it. I have added ajaxcontrolto

4条回答
  •  天命终不由人
    2020-12-19 11:32

    Is the AjaxControlToolkit.dll in the bin directory after you deploy the site?

    The assembly (AjaxControlToolkit.dll) needs to be deployed to the Global Assembly Cache (GAC) or put in the \BIN folder of the SharePoint site's folder.

提交回复
热议问题