Does the Schedule control only work with .NET 4 and VS2010?
I am using .NET 3.5/VS2008 at work and they probably won't be upgrading to VS2010 soon. Is there a way to use the schedule control in .NET 3.5?
Tahir
The assembly makes use of 4.0 specific functionality such as VSM so that the xaml/code can be shared between the WPF and SL versions. While it may be possible to if/def the code and redefine the xaml so that it could be compiled against 3.5 (assuming there aren't other 4.0 specific classes that are inadvertantly being referenced) I'm not sure that there are any plans to do so at this point. You may submit a suggestion for doing this.
I'm also working on a project that is currently using .NET 3.5/VS 2008, and we would love to be able to leverage the new schedule controls. Is there any hope for a version of the schedule controls that are backward compatible with .NET 3.5/VS 2008, or are the controls truly reliant on .NET 4 and VS 2010? Thanks in advance for your assistance on this.
Thank you for the answer. I will have to admit that it is a bit disappointing as we were looking forward to having a schedule control as part of Infragistic WPF suite. Of course for people who would use .NET 4, it would be great, but not everyone would be able to use (purchase) VS2010 straight away.
The XamSchedule assemblies, like the other cross platform assemblies we have (e.g. our dv controls, slider, datatree, etc.) specifically target CLR 4.