When the Sep 2013 toolkit is installed using NuGet, it also installs AjaxMin v4.97. Everything in my project works normally. In particular, the VS2012 report designer (for RDLC files) lets me add a new DataSet to any report, and displays all of my business object data sources as expected.
Next, if I rerun NuGet, it wants to upgrade AjaxMin to v5.2. If I do, then my project is broken in a very odd way: In the report designer, adding a DataSet doesn’t show any of my business object data sources. Instead, the Data Source Configuration Wizard pops up to help me create a data source from scratch.
This is a mature project and has been working for a long time. I spent a couple of days trying to isolate the problem and reduce the test procedure as much as possible. My conclusion is that AjaxMin v5.2 causes this problem. This is true if I install v5.2 via NuGet or if I download and install it manually.
Is there any known incompatibility between the toolkit and the newer version of AjaxMin?
Comments: I had the same issue with VS2010. If I use version 4.97 of the AjaxMin my project builds and runs fine. However updating AjaxMin to the latest version (5.2) causes the application to fail when ran. However it will build and publish with no errors. The error I recieve when trying to run the application with the latest version of the Ajax Minifier is: "Could not load file or assembly 'AjaxMin, Version=4.97.4951.28478..." It appears that the 4.1.7.1005 version of the Ajax Control Toolkit while it says it requires version >= 4.97.4951.28483 it really means ==.
Next, if I rerun NuGet, it wants to upgrade AjaxMin to v5.2. If I do, then my project is broken in a very odd way: In the report designer, adding a DataSet doesn’t show any of my business object data sources. Instead, the Data Source Configuration Wizard pops up to help me create a data source from scratch.
This is a mature project and has been working for a long time. I spent a couple of days trying to isolate the problem and reduce the test procedure as much as possible. My conclusion is that AjaxMin v5.2 causes this problem. This is true if I install v5.2 via NuGet or if I download and install it manually.
Is there any known incompatibility between the toolkit and the newer version of AjaxMin?
Comments: I had the same issue with VS2010. If I use version 4.97 of the AjaxMin my project builds and runs fine. However updating AjaxMin to the latest version (5.2) causes the application to fail when ran. However it will build and publish with no errors. The error I recieve when trying to run the application with the latest version of the Ajax Minifier is: "Could not load file or assembly 'AjaxMin, Version=4.97.4951.28478..." It appears that the 4.1.7.1005 version of the Ajax Control Toolkit while it says it requires version >= 4.97.4951.28483 it really means ==.