Type '{0}' has an instance method and a Shared method that have the same name '{1}'. To export to the Windows Runtime, the method names must be unique.
Type '{0}' from namespace '{1}' has not been imported from schema. Consider first importing this type by calling one of the ...
Type '{0}' has a key defined through an explicit DataServiceKeyAttribute, but it is not exposed through a top-level IQueryable ...
Type '{0}' has a method '{1}' which is a generic IEnumerable but is marked with a SingleResultAttribute. Only IQueryable ...
Type '{0}' has a method '{1}' with parameter '{2}' declared as an Out parameter. The parameter should be declared as In only. ...
Type '{0}' has an instance method and a Shared method that have the same name '{1}'. To export to the Windows Runtime, the ...
Type '{0}' has an instance method and a static method that have the same name '{1}'. To export to the Windows Runtime, the ...
Type '{0}' has different implementations for Object.ToString() and Windows.Foundation.IStringable.ToString() which is not ...
Type '{0}' has multiple constructors with '{1}' argument(s). Windows Runtime types cannot have multiple constructors with ...
Type '{0}' has property '{1}' of entity type. Either this property has no corresponding entity set in the data context or ...