What this is saying is that there are settings in the task that will allow it to only be consumed by a Windows 7 (1.3) native library and that you are on 1.2 (Vista or equivalent server). One thing you can do now with the 2.1.1 library is set the AllowReadOnlyTasks property to true on the TaskService instance. This should then allow you to get tasks from upstream servers that are "stripped" of any settings that cannot be read by the downstream system. Note however, that if a task's ReadOnly property is set, then you cannot edit it at all.
↧