Source Code Missing file ISavableT.cs

Source Code Missing file ISavableT.cs

Old forum URL: forums.lhotka.net/forums/t/11539.aspx


thaehn posted on Monday, August 20, 2012

I pulled down a copy of the source code and the project is missing a file: ISavableT.cs.

Todd

RockfordLhotka replied on Monday, August 20, 2012

This is the current core\trunk? I'll take a look at my dev machine, I must have forgotten to check it in.

JonnyBee replied on Tuesday, August 21, 2012

Sorry, my mistake. Added to trunk now.

thaehn replied on Tuesday, August 21, 2012

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?

JonnyBee replied on Tuesday, August 21, 2012

You must install AsyncTargetingPack via NuGet into SL and NET 4.0 projects. 

thaehn replied on Tuesday, August 21, 2012

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.

thaehn replied on Tuesday, August 21, 2012

What also is interesting is the intellisense shows the Run method, but the compiler is throwing an error. 

RockfordLhotka replied on Tuesday, August 21, 2012

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