In order to do queries to Microsoft Dynamics CRM, certain entity names must be passed to filter the results. However, using .NET Framework 4, I don’t have the EntityName enumeration, although it should be public. Why is that?
These are the enums I miss: http://msdn.microsoft.com/en-us/library/bb959317.aspx
Deprecated in CRM 2011. From the SDK:
See SDK topic “Summary of Changes Between Versions”
(The example you gave was from the CRM 4.0 SDK)