I am migrating a silverlight application from DevForce 2010 to 2012
I am getting error for following methods.
- ExecuteAsync
- InvokeServerMethodAsync
- in Parallel Coroutine again the method Execute Async
I Installed compatibility package, and manually added
namespace IdeaBlade.EntityModel.Compat. This solved my first problem. I am still stuck with next two issues.
I cant manually rewrite the methods. I have used them at lots of places and its practically not possible to do that.
Oh man! This migration stuff is hard.