AjaxControlToolkit v7.1213 dependencies have grown
Asked Answered
I

2

12

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?

Invest answered 6/1, 2014 at 19:41 Comment(5)
also asked here: ajaxcontroltoolkit.codeplex.com/workitem/27600Invest
I'm having the same concern - should I stick to an older version?Chafer
I've stayed with the old version. I find it remarkable how little conversation is happening on the interwebs regarding this. Maybe its time I do another round of searching, but so far its been months since I posed the question and I've heard nothing. Glad to see you here, I don't feel so alone. ;)Invest
Now I have 58mb of dependencies in my project. Thanks Microsoft!Irreconcilable
Maybe its time to take a look at this, released today: community.devexpress.com/blogs/aspnet/archive/2015/03/09/…Invest
P
5

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!

Preside answered 22/5, 2014 at 4:27 Comment(0)
I
0

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.

Found here

Invest answered 10/3, 2015 at 19:34 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.