Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
    1. COHi, thank you for the response. I must have gotten something wrong, but this sounds like good news. If I use NuGet package installer in VS2010 it wont allow me to install RiaServices.Entityframework becouse it says EF version < 4.2. Do you know anyway around that? Do you know any resource that shows how to implement Ria Services. Bear in mind that i use EF Code First so there has not been any wisards for that as I've seen, only if I map the database and create a new context model from DB i get a wisard, but that solution is not very sound.
      singulars
    2. COYou've each identified one of the limitations. First, the 'Add New -> DomainService' Wizard does not work correctly with EF4.3. Second, the NuGet package for RIA.EF has a hard lock on version 4.1. For now, you can get around the NuGet lock using the RIA Toolkit installer (http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=26939). At that point, you should be able to upgrade to EF4.3 just fine. Also, I'd expect to see the NuGet constraint resolved in the near future.
      singulars
    3. COTHANK YOU!! OK, so I followed you tip and the switch was easier than i expected. I downloaded the RIA Toolkit installer from you link. Deleted my old service. Created a new DomainService BEFORE i upgraded to EF 4.3 so I got the CRUD scaffolding and saved some time. Upgraded to EF 4.3 and now everything seems to work just fine. Again thanks.
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload