'<add namespace="AjaxControlToolkit" assembly="AjaxControlToolkit" tagPrefix="ajaxToolkit"/>' from my 'webconfig' file only for once ,then again uncommented back .
since then i m getting above error and i couldnt solved it yet.
what i tried till now,:
1. i deleted all file from asp.net temporary file:
2. i deleted ajax toolkit from project and reinstallted it.
3. i copied all webpages code and design to another new project,thinking it will save my time ,rather then solving my problem.... but it still give me same error in that project.
Waiting for your valuable idea and solution..sorry for my poor english.
whenever i try to add new fresh ajaxtoolkit in root>>bin folder of my project,then show me ajaxtoolkit.dll.refresh
i dont know where i m getting wrong.
what i do,i first delete the ajaxtoolkit.dll from project ,by right click inside solutionexplorer>>binn folder and delete that dll.
then i copy the new fresh dll into folder of the bin folder inside the project,then come back to visual studio 2008, then by right click inside solution explorer>>bin folder,i select path of dll located inside my projec>>bin folder,where i have already copied
fresh new dll. and then open.
i have 1 confusion in above step, when i right click on bin folder, should i select option 'add reference' or 'add existing item' for dll(i mostly do 'add exixting item')
next step, i make a new tab inside toolbox as 'AJAX' and add all ajax item in it and it show me all the ajax tool.but when i take any control on form,it show me the error.
if u feel i m making me any misytake nd let me know, i will rectify,
i have 1 confusion in above step, when i right click on bin folder, should i select option 'add reference' or 'add existing item' for dll(i mostly do 'add exixting item')
Please use 'Add Refrence' as u r using the library file.
prince2485
next step, i make a new tab inside toolbox as 'AJAX' and add all ajax item in it and it show me all the ajax tool.but when i take any control on form,it show me the error.
in this i generally make new tab and drop AjaxControlToolkit.dll inside it.
nw i m getting in new problem,my all application showing me same error.
actually,for testing purpose,i commented below line
'<add namespace="AjaxControlToolkit" assembly="AjaxControlToolkit" tagPrefix="ajaxToolkit"/>' from my 'webconfig' file only for once ,then again uncommented back for only 1 single project .
prince2485
Member
289 Points
257 Posts
Could not load file or assembly 'AjaxControlToolkit' or one of its dependencies. Access is denied...
Dec 04, 2011 07:47 AM|LINK
guys,
'Could not load file or assembly 'AjaxControlToolkit' or one of its dependencies. Access is denied. '
i m getting this error from past 2 days,i search on net a lot but none idea worked for me.
actually,for testing purpose,i commented below lime
'<add namespace="AjaxControlToolkit" assembly="AjaxControlToolkit" tagPrefix="ajaxToolkit"/>' from my 'webconfig' file only for once ,then again uncommented back .
since then i m getting above error and i couldnt solved it yet.
what i tried till now,:
1. i deleted all file from asp.net temporary file:
2. i deleted ajax toolkit from project and reinstallted it.
3. i copied all webpages code and design to another new project,thinking it will save my time ,rather then solving my problem.... but it still give me same error in that project.
Waiting for your valuable idea and solution..sorry for my poor english.
rameshpasa
Member
124 Points
39 Posts
Re: Could not load file or assembly 'AjaxControlToolkit' or one of its dependencies. Access is de...
Dec 04, 2011 08:04 AM|LINK
Did u have placed following directive and toolkitscriptmanager in the page using ajax toolkit.
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="ajaxtoolkit" %>
<ajaxtoolkit:ToolkitScriptManager ID="toolKitScriptManager1" runat="server"></ajaxtoolkit:ToolkitScriptManager>
Please "Mark As Answer" if this reply helped you.
prince2485
Member
289 Points
257 Posts
Re: Could not load file or assembly 'AjaxControlToolkit' or one of its dependencies. Access is de...
Dec 04, 2011 08:37 AM|LINK
i tried already but its not working for me .
I have 1 query, if i create new project with fresh ajaxtoolkit.dll ,then why does it show me same error
rameshpasa
Member
124 Points
39 Posts
Re: Could not load file or assembly 'AjaxControlToolkit' or one of its dependencies. Access is de...
Dec 04, 2011 09:00 AM|LINK
Sorry.. don't know the reason for that..
Have u check out the following link
http://forums.asp.net/t/1043427.aspx/3/10
http://stackoverflow.com/questions/1904263/could-not-load-file-or-assembly-ajaxcontroltoolkit-after-upgrade-to-net-4-0
if not, check it out , it might help u.
Please "Mark As Answer" if this reply helped you.
prince2485
Member
289 Points
257 Posts
Re: Could not load file or assembly 'AjaxControlToolkit' or one of its dependencies. Access is de...
Dec 04, 2011 09:10 AM|LINK
Guys ,
i m waiting for your positive reply.
whenever i try to add new fresh ajaxtoolkit in root>>bin folder of my project,then show me ajaxtoolkit.dll.refresh
i dont know where i m getting wrong.
what i do,i first delete the ajaxtoolkit.dll from project ,by right click inside solutionexplorer>>binn folder and delete that dll.
then i copy the new fresh dll into folder of the bin folder inside the project,then come back to visual studio 2008, then by right click inside solution explorer>>bin folder,i select path of dll located inside my projec>>bin folder,where i have already copied fresh new dll. and then open.
i have 1 confusion in above step, when i right click on bin folder, should i select option 'add reference' or 'add existing item' for dll(i mostly do 'add exixting item')
next step, i make a new tab inside toolbox as 'AJAX' and add all ajax item in it and it show me all the ajax tool.but when i take any control on form,it show me the error.
if u feel i m making me any misytake nd let me know, i will rectify,
rameshpasa
Member
124 Points
39 Posts
Re: Could not load file or assembly 'AjaxControlToolkit' or one of its dependencies. Access is de...
Dec 04, 2011 09:35 AM|LINK
Please use 'Add Refrence' as u r using the library file.
in this i generally make new tab and drop AjaxControlToolkit.dll inside it.
Please "Mark As Answer" if this reply helped you.
prince2485
Member
289 Points
257 Posts
Re: Could not load file or assembly 'AjaxControlToolkit' or one of its dependencies. Access is de...
Dec 04, 2011 11:28 AM|LINK
i too do same thing,then add this in web config file
'<add namespace="AjaxControlToolkit" assembly="AjaxControlToolkit" tagPrefix="ajaxToolkit"/>'
and add scriptmanager on html form .
nw i m getting in new problem,my all application showing me same error.
jeremys6
Member
168 Points
35 Posts
Re: Could not load file or assembly 'AjaxControlToolkit' or one of its dependencies. Access is de...
Dec 04, 2011 11:41 AM|LINK
did you installed the Toolkit ? you can download it from here if you need it. http://ajaxcontroltoolkit.codeplex.com/releases/view/76976
are you running under the Document & settings Folder?
are you running with Administrator Privilege?
Please mark as Answer, if it benefits you
prince2485
Member
289 Points
257 Posts
Re: Could not load file or assembly 'AjaxControlToolkit' or one of its dependencies. Access is de...
Dec 04, 2011 04:55 PM|LINK
i have set privliege to all.i have download the ajaxtoolkit.
can any tell the step to add ajaxtoolkit in the project, also how to add in tool box...?
Whole steps.....?
dino Grievou...
Participant
844 Points
96 Posts
Re: Could not load file or assembly 'AjaxControlToolkit' or one of its dependencies. Access is de...
Dec 08, 2011 02:45 AM|LINK
hi
this is a old question you can find it in asp.net ajax forum
here is the path
http://forums.asp.net/t/1182796.aspx
http://weblogs.asp.net/yousefjadallah/archive/2010/04/16/installing-ajax-control-toolkit-4-in-visual-studio-2010.aspx
hope it can help you
Dino