We just had to go through the MS Platform Ready process for our web application, and it spit out a number of warnings about the Ajax Control Toolkit. One of the issues was that the AjaxControlToolkit.dll, AjaxMin.dll and HtmlAgilityPack.dll libraries weren't signed using Authenticode.
We managed to work around this, but it would be nice to have all three DLLs signed in the next release of the toolkit, so that we don't have to go through this work again.
Thanks.
Comments: AJAX Control Toolkit is an open source product, so you can sign AjaxControlToolkit.dll with any secret key you want. AjaxMin.dll is removed from the latest version of AJAX Control Toolkit, while HtmlAgilityPack.dll was moved to a separate NuGet package - AjaxControlToolkit.StaticResources.
We managed to work around this, but it would be nice to have all three DLLs signed in the next release of the toolkit, so that we don't have to go through this work again.
Thanks.
Comments: AJAX Control Toolkit is an open source product, so you can sign AjaxControlToolkit.dll with any secret key you want. AjaxMin.dll is removed from the latest version of AJAX Control Toolkit, while HtmlAgilityPack.dll was moved to a separate NuGet package - AjaxControlToolkit.StaticResources.