The control toolkit now has new dependencies on System.Spacial, Microsoft.Data.Edm, Microsoft.Data.OData, Microsoft.WindowsAzure.ConfigurationManager and WindowsAzure.Storage!
Is this really necessary? Can I somehow bypass this bloat?
The control toolkit now has new dependencies on System.Spacial, Microsoft.Data.Edm, Microsoft.Data.OData, Microsoft.WindowsAzure.ConfigurationManager and WindowsAzure.Storage!
Is this really necessary? Can I somehow bypass this bloat?
The only solution I've found to avoid those unnecessary dependencies is to use the version before they introduced the dependencies.
In the Package Manager Console one can execute the following command to install the correct version:
Install-Package AjaxControlToolkit -Version 7.1005.0
I very much look forward to the day they remove all those unnecessary dependencies and this workaround solution becomes unnecessary!
Released today (Mar 10, 2015):
The ASP.NET AJAX Control Toolkit assembly is now free from external dependencies: it no longer requires AjaxMin, HtmlAgilityPack, or WindowsAzure. All functionality depending on third-party packages has been extracted to separate packages (ASP.NET AJAX Control Toolkit.StaticResources, ASP.NET AJAX Control Toolkit.HtmlEditor.Sanitizer), all of which are available as Nuget packages.
© 2022 - 2024 — McMap. All rights reserved.