Reputation: 5488
The Problem
Any ideas?
Upvotes: 0
Views: 466
Reputation: 68
The June CTP is not Entity Framework 4.1, it is the preview of the next version. Enums are not in EF 4.1, they were a planned feature but they removed it when 4.1 was released.
You will need to download the June CTP, you can download it here but you do so at your own risk as this is pre-release software and not designed for use in a production environment:
http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=26660
Upvotes: 2