Hi,
I try to build an asp.net 2.0 application in VS 2010, reference Telerik.Web.UI (2011.1.519.35). It has lot of errors due to Telerik.Web.UI is not resolved. The following warning I believe is important,
Warning 14 The primary reference "System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" could not be resolved because it has an indirect dependency on the framework assembly "System.ServiceModel.Web, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" which could not be resolved in the currently targeted framework. ".NETFramework,Version=v2.0". To resolve this problem, either remove the reference "System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" or retarget your application to a framework version which contains "System.ServiceModel.Web, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35".
However, this application can be built successfully in VS 2005 with same version of Telerik.Web.UI (2011.1.519.35). What is the problem?
Thanks,
York
I try to build an asp.net 2.0 application in VS 2010, reference Telerik.Web.UI (2011.1.519.35). It has lot of errors due to Telerik.Web.UI is not resolved. The following warning I believe is important,
Warning 14 The primary reference "System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" could not be resolved because it has an indirect dependency on the framework assembly "System.ServiceModel.Web, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" which could not be resolved in the currently targeted framework. ".NETFramework,Version=v2.0". To resolve this problem, either remove the reference "System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" or retarget your application to a framework version which contains "System.ServiceModel.Web, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35".
However, this application can be built successfully in VS 2005 with same version of Telerik.Web.UI (2011.1.519.35). What is the problem?
Thanks,
York