I run Visual studio 2010 and 2012.
I have the ajax control toolkit installed on both. Version 3.5.x in 2010, and the latest version in 2012.
I have a project that I am working on in visual studio 2010.
I have been trying to get some ajax controls working in the site, in the case here in, a password strength component.
when I try to run the page I get the error:
Could not load file or assembly 'AjaxMin, Version=4.97.4951.28478, Culture=neutral, PublicKeyToken=21ef50ce11b5d80f' or one of its dependencies. The system cannot find the file specified.
I am not running Ajax version 4.x in THIS site, here it should be 3.5. In the web application properties page I see a reference to AjaxControlToolkit .NET 3.5.7.725
I assume that since installing the newer version of Ajax in vs 2012, something in 2010 is 'confused'.
Does anyone have an idea how to correct this issue.