I pulled down a copy of the source code and the project is missing a file: ISavableT.cs.
Todd
This is the current core\trunk? I'll take a look at my dev machine, I must have forgotten to check it in.
Sorry, my mistake. Added to trunk now.
I got past that. Now I have an error "System.Threading.Tasks.Task" does not contain a definition for 'Run' in file DataProtralT.cs Line 491 - Csla.Silverlight. Any ideas?
You must install AsyncTargetingPack via NuGet into SL and NET 4.0 projects.
It was istalled. I uninstalled it and reinstalled it which didn't work either. There is a reference to Microsoft.CompilerServices.AsyncTargetingPack.Silverlght5 in Csla.Silverlight which appears to be what is needed.
What also is interesting is the intellisense shows the Run method, but the compiler is throwing an error.
That one is probably my bad - I wanted to make sure all my stuff was checked in before I reimage my laptop to Win8 RTM, and it is possible I left some things in a non-building state :(
The sync data portal is currently broken, and I've been trying to find a good resolution to the issue - the use of Task.Run is a (failed) attempt to fix things...
Copyright (c) Marimer LLC