additional ddl ( Ajax Control Toolkit ) could not be deployed in sharepoint

439 Views Asked by At

Hello I used this tutorial to deploy Ajax Control Toolkit assemblies to sharepoint server. It is ok when I did deployment in my local configuration. But I cannot deploy the project including the package that have this Toolkit. The error message is not telling too much:

"Error 1 Error occurred in deployment step 'Recycle IIS Application Pool': The open operation did not complete within the allotted timeout of 00:01:00. The time allotted to this operation may have been a portion of a longer timeout."

What could be the reason? Any idea?

1

There are 1 best solutions below

2
On

You will need to Microsoft ASP.NET 2.0 AJAX Extensions 1.0 (which ever is compatible with your tool kit.). Also try to install AjaxControlToolkit.dll in the GAC.

Hope this works for you.