Click here to Skip to main content
15,893,622 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
When I run my asp.net source then it arises the following errror:
C#
Error 1 Could not load file or assembly 'AjaxControlToolkit, Version=3.0.20820.28364, Culture=neutral, PublicKeyToken=28f01b0e84b6d53e' or one of its dependencies. Access is denied.

Please give me a solution.
Posted
Updated 3-Nov-13 0:30am
v2

1 solution

Here're some solutions.Try it out.

1. Granting full rights to the "Temporary ASP.NET Files" folder for your impersonation identity.

2.In the appropriate Temporary ASP.Net Files directory (located at: C:\Windows\Microsoft.NET\Framework64\v4.0.21006\Temporary ASP.NET Files[projectName]), manually copied the AjaxControlToolkit.dll.

For more info : Could not load file or assembly 'AjaxControlToolkit'

Could not load file or assembly 'AjaxControlToolkit'

I hope this will help to you.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900