ERROR Could not load file or assembly 'AjaxControlToolkit' or one of its dependencies

前端 未结 6 1938
猫巷女王i
猫巷女王i 2020-12-06 09:52

I\'m deploying my website on the server.

My website is done using asp.net c# 4 and EF 4.

I receive this error:

Could not load file or assembl         


        
6条回答
  •  感情败类
    2020-12-06 10:48

    Just Add AjaxControlToolkit.dll to your Reference folder.

    On your Project Solution

    Right Click on Reference Folder  > Add Reference > browse  AjaxControlToolkit.dll .
    

    Then build.

    Regards

提交回复
热议问题