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