Posts

Showing posts with the label SharePoint 2010

AjaxControlToolkit 3.0.30930.28736

Image
Enable Ajax Control Toolkit 3.0.30930.28736 - SharePoint 2010   Have you ever faced the below issue with SharePoint 2010 ? If YES, you need to enable Ajax Control ToolKit version 3.0.30930.28736 on your SharePoint server. Alternatively you may use JQuery instead. Although SharePoint 2010 is running on top of the .NET framework 3.5, it cannot work with the Ajax Control Toolkit 3.5 or 4.0 as both of them are optimized for .NET 4.0. Step 1 : Download AjaxControlToolKitBinary Step 2 :  Extract the contents of the binary (Let the path  be C:\Users\spadmin\Desktop\AjaxControlToolkitBinary) Step 3 : Open PowerShell ( Run as A dministrator ) Step 4 : Change to the folder that contains gac util command (I n my case its C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Bin )  Step 5 : Enter gacutil /i C:\Users\spadmin\Desktop\AjaxControlToolkitBinary\AjaxControlToolkit.dll  Step 6 : Check C:\Windows\assembly to see if t...