Question

Has anyone ever used the Ajax Control Toolkit in SP2013? It seems that I don't get it working.

I've added the AjaxControlToolkit.dll to my package (with safecontrols) And in my masterpage I reference to it by:

<%@ Register TagPrefix="ajaxToolkit"  Namespace="AjaxControlToolkit" Assembly="AjaxControlToolkit, Version=4.1.7.1005, Culture=neutral, PublicKeyToken=28f01b0e84b6d53e" %>

But I still get the error message:

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

After deployment I do an "IISRESET" and the AjaxControlToolkit.dll can be found in the GAC

Was it helpful?

Solution

No you dont need it in bin directory! the issue is the version! you need the latest version of ajaxcontroltoolkit! having what you done so far is correct! having it within a project should add it to the gac(assembly) as it should be strongly named!

like i said its todo with the version! have you tried version 3.5?

http://sharepointajax.codeplex.com/releases/view/93640

also look at:

http://social.msdn.microsoft.com/Forums/sharepoint/en-US/60fa19fe-86a0-446b-b61f-11a82fe4287f/how-to-implement-ajax-toolkit-for-sharepoint2013?forum=sharepointdevelopment

OTHER TIPS

Try to Add you AjaxControlToolkit.dll to Sharepoint site IIS directory -> Bin folder.

"c:\inetpub\WWWroot\Wss\VirtulDirectory(Port Number Folder)\Bin\"

Thats it.

Licensed under: CC-BY-SA with attribution
Not affiliated with sharepoint.stackexchange
scroll top