Print Page | Close Window

newbie

Printed From: IdeaBlade
Category: DevForce
Forum Name: DevForce 2010
Forum Discription: For .NET 4.0
URL: http://www.ideablade.com/forum/forum_posts.asp?TID=2036
Printed Date: 03-Apr-2025 at 3:58am


Topic: newbie
Posted By: jkattestaart
Subject: newbie
Date Posted: 30-Jul-2010 at 1:04pm
Trying to get the quicky to work with the latest version v6.0.4.0 for Silverlight.
But i keep missing the ExecuteAsync method.
I read on the forum it was a problem with previous versions also.
 
The strange thing is that the SimpleSteps part 1 does work (they do have the asyncmethods)
But i can't find out what i am doing wrong. Juist following the readme....
 
 
 



Replies:
Posted By: davidklitzke
Date Posted: 30-Jul-2010 at 3:26pm
As Ting said in an earlier post:
 
"I believe you just need to add:
using IdeaBlade.EntityModel;"
 
You also need to make sure that you add a reference to "IdeaBlade.Entity.SL" in your references for the client Silverlight project.
 


Posted By: jkattestaart
Date Posted: 31-Jul-2010 at 12:03am
thx, that was it.
Strange i did not get the hint when hoovering on the 'ExecuteAsync' !
 



Print Page | Close Window