Re: Entity Framework : The type of the key field is expected to be but the value provided is actually of type
Posted by: Michel Lehon
Date: June 16, 2009 09:48AM

Well If you can change the type of your keys to signed integer...
If you can't change the type of the key, there seems to be a work around in Connect/Net 6.0.4 that maps these unsigned int keys to the next size ints...
So uint32 would be matched to INT64

Michel.

Options: ReplyQuote




Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.