Field {0} is declared as 'static readonly' but is initialized with an empty string (""). Mark this field as 'const' instead.
Feature '%1!ls!' is not part of the standardized ISO C# language specification, and may not be accepted by other compilers ...
Field cannot be deleted because an index is associated with the field. Please contact your Team Foundation Server administrator. ...
Field {0} is a member of type {1}, which is serializable, but is of type {2}, which is not serializable. Add the NonSerializedAttribute ...
Field {0} is declared as 'static readonly' but is initialized with a constant value '{1}'. Mark this field as 'const' instead. ...
Field {0} is declared as 'static readonly' but is initialized with an empty string ("). Mark this field as 'const' instead. ...
Fields of static readonly field '%1!ls!' cannot be assigned to (except in a static constructor or a variable initializer) ...
File '%1' was excluded and the code-behind file '%2' has been moved to 'App_Code' folder since an abstract method has been ...
File '%s' cannot be added to the project. The most likely reason is that the project file is under source code control and ...
File '%s' cannot be removed. The most likely reason is that the file is under source code control and cannot be removed at ...