Answered Stored procedure mapping to entity with complex type

  • Sunday, December 13, 2009 5:19 PM
     
     
    Hi *,

    right now when you try to map stored procedure to entity that's using complex types you get message, that this isn't supported. Is this just because of beta and it will be solved in RTM or is this limitation nailed down?
    Jiri {x2} Cincura

Answers

  • Tuesday, January 19, 2010 5:33 AM
    Moderator
     
     Answered

    This is unfortunately a limitation that will ship with .NET 4.0 RTM. We have a work item to fix this in a future release.

    Jeff


    This posting is provided "AS IS" with no warranties, and confers no rights.

All Replies

  • Tuesday, January 19, 2010 5:33 AM
    Moderator
     
     Answered

    This is unfortunately a limitation that will ship with .NET 4.0 RTM. We have a work item to fix this in a future release.

    Jeff


    This posting is provided "AS IS" with no warranties, and confers no rights.
  • Tuesday, January 19, 2010 4:25 PM
     
     
    Interesting it does work for me. because i know i tried it in beta 1 and designer did not support mapping complex type and i did it manually. However beta 2 i just tried and it seems to work fine. dont know what jeff means. i dont get this error. I remember Noam mentioning that this will be part of beta 2. 
    I am confused now..

    I look 
  • Wednesday, January 20, 2010 8:56 AM
     
     
    I have VS2010 Beta 2 and EF Feature Pack installed, on fresh system and when I try to do it in designer, I got this message:

    Jiri {x2} Cincura