Hi,
Currently we are using the Q1 2010 version of Telerik.Web.UI for the v2.0 Framework. We just moved from VS2008 to VS2010 and now our Unit Tests are failing. Our projects are running on the 3.0 Framework, but our Unit Tests projects are on the 4.0 Framework.
We are now getting the following error in each unit test project when running the unit tests:
error CS0012: The type 'System.Web.UI.IScriptControl' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
I am working to see if I just have some bad references. But anytime I add a new System.Web.Extensions reference for v2.0 it adds the v4.0.
Therefore, my question is. Due to the fact that unit tests in VS2010 must be on either 3.5 or 4.0, does that mean I have to upgrade to a 3.5 version of Telerik for my unit tests to work?
Thanks,
Chrystal
Currently we are using the Q1 2010 version of Telerik.Web.UI for the v2.0 Framework. We just moved from VS2008 to VS2010 and now our Unit Tests are failing. Our projects are running on the 3.0 Framework, but our Unit Tests projects are on the 4.0 Framework.
We are now getting the following error in each unit test project when running the unit tests:
error CS0012: The type 'System.Web.UI.IScriptControl' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
Therefore, my question is. Due to the fact that unit tests in VS2010 must be on either 3.5 or 4.0, does that mean I have to upgrade to a 3.5 version of Telerik for my unit tests to work?
Thanks,
Chrystal