Print Page | Close Window

Tour Part 1 - unable to Get Employees as Ward Demoed

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=1892
Printed Date: 31-Mar-2025 at 1:41am


Topic: Tour Part 1 - unable to Get Employees as Ward Demoed
Posted By: Jackobee
Subject: Tour Part 1 - unable to Get Employees as Ward Demoed
Date Posted: 12-Jun-2010 at 3:06pm
I downloaded and installed Idealblade Silverlight (6.0.3.1) with the prerequistites.
 
I use Window 7 64-bit, VS2010 Pro, and C#.  I was following along with Tour Part 1 and around the 12:23 mark of the webcasts I ran into a problem in that I was unable to pull the Employee records from Entity Model as Ward demonstrated using ForEach.  When Ward demonstrated he was able to use ForEach on objects of type EntityQueriedEventArgs<Employee> - I am not given that option.  I made some attempts to pull the Employee objects other ways (such as casting to List<Employee> or castting to Empoyee [], these worked only at compile time).
 
Thanks for the help
 



Replies:
Posted By: smi-mark
Date Posted: 13-Jun-2010 at 3:48pm
I think it's because you are missing an IdeaBlade.Core using statement



Print Page | Close Window