.NET Framework

  1. Custom message properties in MessageDescription is not supported. Please use a MessageContract-decorated type in operation ...
  2. Custom ProtectionLevel settings are only supported through MessageContract. Please specify a MessageContract type for operation ...
  3. Custom wrapper names and namespaces are only supported using MessageContracts. Please use a MessageContract type for operation ...
  4. Customizable feeds that have the KeepInContent attribute set to false cannot be used when the MaxProtocolVersion of the data ...
  5. Data Contract is specified for operation '{0}' in contract '{1}', please use ReceiveParameterContent for Receive activity, ...
  6. Data keys must be specified on DataList '{0}' before the selected data key can be retrieved. Use the DataKeyField property ...
  7. Data keys must be specified on GridView '{0}' before the selected data keys can be retrieved. Use the DataKeyNames property ...
  8. Data keys must be specified on ListView '{0}' before the selected data keys can be retrieved. Use the DataKeyNames property ...
  9. Data member '{0}' of type '{1}' is not part of the mapping for type '{2}'. Is the member above the root of an inheritance ...
  10. Data properties on data control '{0}' such as DataSource, DataSourceID, and DataMember cannot be changed during the databinding ...
  11. Data type(s) of the type parameter(s) cannot be inferred from these arguments because more than one type is possible. Specifying ...
  12. Data type(s) of the type parameter(s) cannot be inferred from these arguments because they do not convert to the same type. ...
  13. Data type(s) of the type parameter(s) cannot be inferred from these arguments because they do not convert to the same type. ...
  14. Data type(s) of the type parameter(s) cannot be inferred from these arguments. Specifying the data type(s) explicitly might ...
  15. Data type(s) of the type parameter(s) in extension method '|2' defined in '|3' cannot be inferred from these arguments because ...
  16. Data type(s) of the type parameter(s) in extension method '|2' defined in '|3' cannot be inferred from these arguments because ...
  17. Data type(s) of the type parameter(s) in extension method '|2' defined in '|3' cannot be inferred from these arguments because ...
  18. Data type(s) of the type parameter(s) in extension method '|2' defined in '|3' cannot be inferred from these arguments because ...
  19. Data type(s) of the type parameter(s) in extension method '|2' defined in '|3' cannot be inferred from these arguments. Specifying ...
  20. Data type(s) of the type parameter(s) in method '|2' cannot be inferred from these arguments because more than one type is ...
  21. Data type(s) of the type parameter(s) in method '|2' cannot be inferred from these arguments because more than one type is ...
  22. Data type(s) of the type parameter(s) in method '|2' cannot be inferred from these arguments because they do not convert ...
  23. Data type(s) of the type parameter(s) in method '|2' cannot be inferred from these arguments because they do not convert ...
  24. Data type(s) of the type parameter(s) in method '|2' cannot be inferred from these arguments. Specifying the data type(s) ...
  25. Database name for use with application services. If no database name is specified, the default database "aspnetdb" is used. ...
  26. Database name for use with SQL cache dependency in SQL 7.0 and SQL 2000. The database can optionally be specified using the ...
  27. Database schema could not be retrieved for this connection. Please make sure the connection settings are correct and that ...
  28. Databinding expressions are only supported on objects that have a DataBinding event. {0} does not have a DataBinding event. ...
  29. DataContract for type '{0}' cannot be added to DataContractSet since type '{1}' with the same data contract name '{2}' in ...
  30. DataContract with name '{0}' and namespace '{1}' cannot be added to DataContractSet since another contract with the same ...
  31. DataContractJsonSerializer does not support data members of type '{0}'. Consider using int, System.Object, or a concrete ...
  32. DataContractJsonSerializer does not support the setting of the FullTypeName of the object to be serialized to a value other ...
  33. DataContractSerializer config section under System.Runtime.Serialization section group could not be loaded. Verify that machine.config ...
  34. DataGrid columns will be automatically generated from the selected data source. Additional columns can be defined in the ...
  35. DataGridColumn with Header '{0}' already exists in the Columns collection of a DataGrid. DataGrids cannot share columns and ...
  36. DataGridView control's SelectionMode cannot be set to {0} while it has a column with SortMode set to DataGridViewColumnSortMode.Automatic. ...
  37. DataSet can be associated with at most one XmlDataDocument. Cannot associate the DataSet with the current XmlDataDocument ...
  38. DateTime values that are greater than DateTime.MaxValue or smaller than DateTime.MinValue when converted to UTC cannot be ...
  39. Debugging and tracing let you diagnose and fix problems with the Web application, and are primarily intended to be used during ...
  40. Default attribute '{0}' for element '{1}' could not be applied as the attribute namespace is not mapped to a prefix in the ...
  41. Default cancelation logic requires that HasCancelBeenRequested is true. NativeActivity's Cancel method should only be invoked ...
  42. Default endpoint configuration for standard endpoint '{0}' was not found in the configuration section '{1}'. This might be ...
  43. Default property access is ambiguous between the inherited interface members '|1' of interface '|2' and '|3' of interface ...
  44. Default provider is not defined in your configuration files. You must specify the defaultProvider within section to enable ...
  45. Default settings for a Web site are automatically inherited from any configuration files that exist for the computer or for ...
  46. Default value ({0}) is not compatible with the facets specified for Decimal. The value must be a decimal number with scale ...
  47. Default value ({0}) is not valid for Binary. Value must be of form 0x123 where 123 stands for a non-empty sequence of hex ...
  48. Default value ({0}) is not valid for GUID. The value must be enclosed in single quotes in the form 'dddddddd-dddd-dddd-dddd-dddddddddddd'. ...
  49. Defaulting .NET Framework v{1} to the .NET Framework v4.0 version of aspnet_compiler.exe. To change the version of the tool ...
  50. Define Roles You can optionally add roles, or groups, that enable you to allow or deny groups of users access to specific ...
  51. Defines the edges of the container to which a certain control is bound. When a control is anchored to an edge, the distance ...
  52. Defines the preferred number of characters in the legend text after which it will wrap. Set this property to zero to disable ...
  53. Definition of the function '{0}' contains a direct or indirect reference to itself. Recursive function definitions are not ...
  54. Delegate type '{0}' does not have all required delegate members. Delegates must have a single standard constructor and a ...
  55. Delegate type '{0}' has an unexpected member, '{1}'. Windows Runtime delegates do not expose asynchronous invoke methods. ...
  56. Delegate types and the methods that they bind to must have consistent transparency. Transparent and safe-critical delegates ...
  57. DelegateSerializationHolder objects are designed to represent a delegate during serialization and are not serializable themselves. ...
  58. DeliveryRequirementsAttribute requires QueuedDelivery, but binding for the endpoint with contract '{0}' doesn't support it ...
  59. Dependency Property '{0}:{1}' is not Read Only. SetReadOnlyPropertyValue can only be called on Read Only Dependency Properties. ...
  60. DependencyProperty '{0}:{1}' does not have an associated CLR property. All non-attached Dependency Properties should have ...
  61. DependencyProperty limit has been exceeded upon registration of '{0}'. Dependency properties are normally static class members ...
  62. Deprecated Method for adding a new object to the {0} EntitySet. Consider using the .Add method of the associated ObjectSet ...
  63. Deprecated Method for adding a new object to the {0} EntitySet. Consider using the .Add method of the associated ObjectSet(Of ...
  64. derives from {1} but does not have a default constructor. {1} needs to add a default constructor to obey the security inheritance ...
  65. derives from {1} which has a critical default constructor while {0} has a transparent or safe-critical default constructor. ...
  66. derives from {1} which has a safe-critical default constructor while {0} has a transparent default constructor. Change the ...
  67. Description: Builds the specified targets in the project file. If a project file is not specified, MSBuild searches the current ...
  68. Description: Builds the specified targets in the project file. If a project file is not specified, MSBuild searches the current ...
  69. Description: The application encountered a bug. A managed code contract (precondition, postcondition, object invariant, or ...
  70. Deserialization errors occurred while loading the designer. If you make any changes in the designer; the content in the file ...
  71. Deserialization of property '{0}' failed. The serialization setting for this property was '{1}'. The type of this property ...
  72. Design time validation is turned off. Validation occurs only at runtime. To validate your workflow, either enable validation ...
  73. Designer can not load the layout information for '{0}'. Activity associated with designer is not specified using the '{1}' ...
  74. Designer can not load the layout information for '{0}'. Could not find activity with name '{1}' specified using the '{2}' ...
  75. Designer is used to visually render {0} activity in the workflow. Selecting this designer allows user to configure the properties, ...