.NET Framework

  1. Invalid keyword, contain one or more of 'no characters', 'control characters', 'leading or trailing whitespace' or 'leading ...
  2. Invalid log file path specified. Please make sure that the file is not write protected or being currently used by other program. ...
  3. Invalid managed/unmanaged type combination (CriticalHandles must not have a MarshalAs attribute set and cannot be used in ...
  4. Invalid managed/unmanaged type combination (Decimal parameters and return types must be paired with Struct, LPStruct, or ...
  5. Invalid managed/unmanaged type combination (Object[ or System.Array must be paired with an ArraySubType of Struct, Interface, ...
  6. Invalid managed/unmanaged type combination (SafeHandles must not have a MarshalAs attribute set and cannot be used in arrays). ...
  7. Invalid managed/unmanaged type combination (String fields must be paired with LPStr, LPWStr, LPTStr, BStr, or ByValTStr). ...
  8. Invalid managed/unmanaged type combination (String parameters and return types must be paired with LPStr, LPWStr, LPTStr, ...
  9. Invalid managed/unmanaged type combination (Strings cannot be paired with LPTStr for parameters and return types of methods ...
  10. Invalid managed/unmanaged type combination (Strings parameters and return types must be paired with LPStr, LPWStr, LPTStr, ...
  11. Invalid managed/unmanaged type combination (String[ must be paired with an ArraySubType of LPStr, LPWStr, BStr or LPTStr). ...
  12. Invalid managed/unmanaged type combination (String[ must be paired with an ArraySubType of LPStr, LPWStr, BStr, or LPTStr). ...
  13. Invalid managed/unmanaged type combination (the Object class must be paired with Interface, IUnknown, IDispatch, AsAny, or ...
  14. Invalid managed/unmanaged type combination (the Object class must be paired with Interface, IUnknown, IDispatch, or Struct). ...
  15. Invalid managed/unmanaged type combination (Windows Runtime interfaces, classes and delegates must have a Guid or a default ...
  16. Invalid managed/unmanaged type combination (Windows Runtime parameters and fields must not have a MarshalAs attribute set). ...
  17. Invalid method name '{0}', method names are case sensitive. The method name '{1}' with the same name but different casing ...
  18. Invalid number of coordinates specified for the circle map area shape. Three coordinates must be provided: center of the ...
  19. Invalid number of coordinates specified for the polygon map area shape. Each x,y pair should contain the coordinates of one ...
  20. Invalid number of coordinates specified for the rectangle map area shape. Four coordinates must be provided: x,y coordinates ...
  21. Invalid OperationFormatUse specified in the OperationFormatStyle of operation {0}, DataContractSerializer supports only Literal. ...
  22. Invalid or missing attributes found in the tagPrefix entry. For user control, you must also specify 'tagName' and 'src'. ...
  23. Invalid or unrecognized UltimateResourceFallbackLocation value in the NeutralResourcesLanguageAttribute for assembly "{1}". ...
  24. Invalid or unrecognized UltimateResourceFallbackLocation value in the NeutralResourcesLanguageAttribute for assembly "{1}". ...
  25. Invalid parameter '{0}' in one way operation '{1}', contract '{2}'. Parameters in one way operations cannot be out parameters ...
  26. Invalid path mapping '{0}'. A path in a ScriptResourceDefinition must be a non-relative virtual path or an encoded absolute ...
  27. Invalid postback or callback argument. Event validation is enabled using in configuration or in a page. For security purposes, ...
  28. Invalid posted data for current ObjectList ViewMode. (The ObjectList may have been databound on postback during Page_Load, ...
  29. Invalid root element found in the mapping file. Make sure that the root element's local name is 'Mapping' and the namespaceURI ...
  30. Invalid ServicedComponent-derived classes were found in the assembly. (Classes must be public, concrete, have a public default ...
  31. Invalid SQLUserInstance.dll found at the location specified in the registry. Verify that the Local Database Runtime feature ...
  32. Invalid temp images directory in chart handler configuration {0}]. Please edit the web.config file. The CharImageHandler ...
  33. Invalid type for value '{1}' in 'tag' '{0}={1}'. The value should be either a boolean, an integer, a float or a double quoted ...
  34. Invalid type: '{0}'. It must inherit from base type '{1}', cannot be abstract, and must expose a public default constructor. ...
  35. Invalid use of SimpleWorkerRequest constructor. Application path cannot be overridden in this context. Please use SimpleWorkerRequest ...
  36. Invalid user-specified pixel shader. Register a PixelShader.InvalidPixelShaderEncountered event handler to avoid this exception ...
  37. Invalid value for serviceAuthenticationManagerType. The serviceAuthenticationManagerType '{0}' does not derive from '{1}'. ...
  38. Invalid value for the security state encoder type. The type '{0}' does not derive from the appropriate base class '{1}'. ...
  39. Invalid value for the username password validator type. The type '{0}' does not derive from the appropriate base class '{1}'. ...
  40. Invalid version '%1!ls!' for /subsystemversion. The version must be 6.02 or greater for ARM or AppContainerExe, and 4.00 ...
  41. Invalid WorkflowIdentity format. WorkflowIdentity must follow the format 'name; Version=version; Package=package'. The Version ...
  42. Invalid Wsdl message/portType/binding, missing input/output section or portType/binding's operation/name do not correspond: ...
  43. Invalid XML encountered. The same Id value '{0}' is defined more than once. Multiple objects cannot be deserialized using ...
  44. Invalid XML in file "{0}" near "{1}" and "{2}". In the section, the tag must have exactly 1 attribute called 'name', whose ...
  45. Invalid XML in file "{0}". In the section, the tag must have exactly 1 attribute called 'name', whose value is a fully-qualified ...
  46. Invalid {2} attempt at dataIndex '{0}'. With CommandBehavior.SequentialAccess, you may only read from dataIndex '{1}' or ...
  47. Invalidate return value from SortSelectedItems. The items returned must be the same as the items passed in except the order ...
  48. IO operation will not work. Most likely the file will become too long or the handle was not opened to support synchronous ...
  49. IOperationInvoker.Invoke was called with the wrong instance type. Please make sure that the service is marked with the {0}. ...
  50. is a collection type and cannot be serialized when assigned to an interface type that does not implement IEnumerable ('{1}'.) ...
  51. is a critical field contained in a type which is participating in type equivalence. In order to allow type {1} to participate ...
  52. is a critical method contained in a type which is participating in type equivalence. In order to allow type {1} to participate ...
  53. is a critical type which also participates in type equivalence. In order to successfully use type equivalence, {0} must become ...
  54. is a MustOverride event in the base class '|2'. Visual Basic does not support event overriding. You must either provide an ...
  55. is a protected constructor. Exporting a protected constructor within a NotInheritable class is not allowed. Either make '{1}' ...
  56. is a protected constructor. Exporting a protected constructor within a sealed class is not allowed. Either unseal '{1}' or ...
  57. is a protected static method. Static methods exposed to Windows Runtime must be public. Static methods that are not exposed ...
  58. is a public P/Invoke method or the method implemented by the runtime. Managed types can expose only managed methods in the ...
  59. is an invalid value for AssemblyFormat. Only FormatterAssemblyStyle.Full or FormatterAssemblyStyle.Simple are supported. ...
  60. is an invalid value for the task host parameter "{1}". Valid values are: "{2}", "{3}", "{4}", and "{5}"; not specifying a ...
  61. is an invalid value for the task host parameter "{1}". Valid values are: "{2}", "{3}", "{4}", and "{5}"; not specifying a ...
  62. is an XML type and cannot be serialized when assigned to an interface type that does not implement IXmlSerializable ('{1}'.) ...
  63. is mapped to AssociationSet {1} - for this mapping to be correct, the lower multiplicity bound of end {2} needs to be 1. ...
  64. is mapped to AssociationSet {1} - for this mapping to be correct, the upper multiplicity bound of end {2} needs to be 1. ...
  65. is not a GenericMethodDefinition. MakeGenericMethod may only be called on a method for which MethodBase.IsGenericMethodDefinition ...
  66. is not a GenericTypeDefinition. MakeGenericType may only be called on a type for which Type.IsGenericTypeDefinition is true. ...
  67. is not a valid '{1}' value for class '{2}'. This value might have been supplied by the base value of the property being animated ...
  68. is not a valid installation package for this product because its product code is %2 which differs from the currently installed ...
  69. is not a valid installation package for this product because its version is %2 which differs from the currently installed ...
  70. is not a valid IterationCount value for a RepeatBehavior structure. An IterationCount value must represent a number that ...
  71. is not a valid markup extension expression. Cannot resolve '{1}' in namespace '{2}'. '{1}' must be subclass of MarkupExtension. ...
  72. is not a valid metadata type for type filtering operations. Type filtering is only valid on entity types and complex types. ...
  73. is not a valid reliable messaging version. Valid values are 'WSReliableMessagingFebruary2005' and 'WSReliableMessaging11'. ...
  74. is not a valid RepeatDuration value for a RepeatBehavior structure. A RepeatDuration value must be a TimeSpan value greater ...
  75. is not a valid System.Windows.Automation.AutomationPeer. It is expected to be associated with a Window known to Automation. ...