Hi Shravan,
The error you describe is shown when the model contains entities with properties of the following types:
Char,
UInt16,
UInt32,
UInt64,
Nullable<Char>,
Nullable<UInt16>,
Nullable<UInt32>,
Nullable<UInt64>.
So in order to generate WCF Data Services (Astoria 1/2) you have to check manually each property of all entities, and if there is a property with unsupported type, you have to change it. For instance, change all not supported integer types to Int32 or Int64 and Char to String.
If you have any other problems or concerns, please do not hesitate to contact us again.
Regards,
A.Alexandrov
the Telerik team
Register for the Q2 2011 What's New Webinar Week. Mark your calendar for the week starting July 18th and book your seat for a walk through of all the exciting stuff we will ship with the new release!