Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 726809
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 14, 20262026-05-14T06:29:39+00:00 2026-05-14T06:29:39+00:00

I have converted an Entity framework project to use POCO objects by removing the

  • 0

I have converted an Entity framework project to use POCO objects by removing the entity data model and the domain service and meta data classes.

My silverlight project works as it is showing a datagrid of Employee objects.

I have now added a DataForm and when I modify the “name” property of one of my Employee objects, I get the error:

This EntitySet of type ‘TestEmployeesApp.Web.Employee’ does not support the ‘Edit’ operation.

The error occurs on validatingProperty() on the class Entity on the client side.

I checked the metadata on the server side, and all my properties have the attribute Editable(true).

I am using Silverlight 3 with VS2008.

JD

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-14T06:29:39+00:00Added an answer on May 14, 2026 at 6:29 am

    Thanks to this link: RIA Services EntitySet does not support 'Edit' operation, I set the attribute [update] on the update method of my domain service.

    In the client generated code I now have :

        internal sealed class NorthwindDomainContextEntityContainer : EntityContainer
        {
    
            public NorthwindDomainContextEntityContainer()
            {
                this.CreateEntitySet<Employee>((EntitySetOperations.Add | EntitySetOperations.Edit));
            }
        }
    

    So now my POCO domain service class is a normal .net class that descends from DomainService and has the attribute [update] on the update method.

    JD

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am working with a set of data that I have converted to a
I have just converted a project from Visual Studio 2003 to 2005 and although
I have recently converted 10 JavaScript files into one file, which I then run
We have a Microsoft SQL Server 2005 database that needs to be converted back
I have rather large input XML files that must be converted to a given
I have a camera that returns raw images that can easily be converted to
I have a list of values such as 12000,12345,123456 that need to be converted
I have a report, which was recently converted from SSRS2005 to SSRS2208. The report
Problem: I have an address field from an Access database which has been converted
I have a simple Word to Pdf converter as an MSBuild Task. The task

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.