I am using DevForce Universal 6.0.7 Express via VS2010 Pro on a WIN XP Pro machine in order to reevaluate Silverlight (I looked at version 2 and quickly ran away) and also to weigh using DF vs. RIA Services. I've gone through quite a few tutorials, both standard SL and DF SL.
Now the problem: When I create a new (non-DF) Silverlight 4 Business Application project in VS2010 and add an ADO.Net Entity Data Model to the web project, the project template adds 3 IdeaBlade DLLs to the web and SL projects (plus the .tt and other files). When I then try to add a Domain Service Class to the web project, the wizard is unable to see the newly-created entities (I've built the solution and even rebooted/restarted VS, per Googled suggestions).
Thus my questions:
1) How do I add a plain old (non-DevForce/IdeaBlade) ADO.Net EDM to my project via VS2010?
2) Even with the (DF/IB) EDM added to the project, why is the Domain Service Class wizard unable to see the entities? Does the EDM being DF-related affect its visibility to the DSC wizard? I assume not--I'm probably just making a non-obvious stupid mistake or I'm mixing apples with oranges.
Since the EDM template seems to have been hijacked by DF/IB, I'm posting the query here. Thanks for your time and attention.