EntityFramework Entities Parsing between Client/Server using WCF

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • HaroonAbbasi
    New Member
    • Jun 2012
    • 1

    EntityFramework Entities Parsing between Client/Server using WCF

    Hi Everyone! I need some help. i am working on .net client server application.Thi s application is using on both server/client side enitity framewok of same entities architecture.
    but from different reference (Different entities framework project).Now i have to parse the client side entity object to the server side entity object. But i am getting error in parsing!

    I want you to know that
    Server Side Object Context name is "SchoolBoardSer verEntities"
    Client Side Object Context name is "SchoolBoardEnt ities"
    Now i want to parse entity object of SchoolBoardEnti ties to SchoolBoardServ erEntities.
    But it is not parsing given error on server side
    The member with identity 'SchoolBoardEnt ities' does not exist in the metadata collection.\r\n Parameter name: identity
    can any one help?
    Last edited by HaroonAbbasi; Jun 6 '12, 11:20 AM. Reason: Solved it
  • PsychoCoder
    Recognized Expert Contributor
    • Jul 2010
    • 465

    #2
    @HaroonAbbasi

    Why not share your solution, someone may benefit from it in the future :)

    Comment

    Working...