Visual Studio 2012

  1. Failed to save the changes to "{0}". The file name cannot contain any of these characters: / ? : " < > | # %. The path cannot ...
  2. Failed to set permissions for account {0} on path {1}. Builds using agent {2} may not work correctly until this issue is ...
  3. Failed to set the source control global permissions for {0}. You have insufficient permission. You must have the "Edit server-level ...
  4. Failed to start the test executor. This might indicate missing or corrupted executor files. Consider re-installing Visual ...
  5. Failed to unregister '%1', this process will be launched using DEBUG_PROCESS flag. The behavior of application might be different. ...
  6. Failed to update service account of Windows service {0} because Service Control Manager could not be opened. (Error Code: ...
  7. Failed to update TFS Team Project Collection {0} as the test controller service account could not be granted required permission. ...
  8. Failed to update TFS Team Project Collection {0} as the test controller service account could not be granted required permission. ...
  9. Failed to update the owner of workspaces from service account {0} to {1}. You will have to determine tfs account corresponding ...
  10. Failed to upgrade '%s'. Please make sure you have the corresponding platform installed under '%vctargetspath%\platforms\%s' ...
  11. Failed to upgrade ProjectReference '%s'. Please make sure the file is not missing from disk, and the solution/project has ...
  12. Failed to upgrade property sheet file '%s'. Please make sure the file exists, is not corrupted and containing folder is not ...
  13. Failed to upload test run results to the drop location '{1}'. Ask your server administrator to make the drop location available. ...
  14. Failure during generic comparison: the type '{0}' does not implement the System.IComparable interface. This error may be ...
  15. Failure to reload may indicate that the header file is not in sync with the rc file. If the project is under source control, ...
  16. Fallback Location : This value is used as a secondary location to store the browsing database or IntelliSense files. If empty, ...
  17. Favor Fast Code. Maximizes the speed of EXEs and DLLs by instructing the compiler to favor speed over size. (This is the ...
  18. Favor Size or Speed : Choose whether to favor code size or code speed; 'Global Optimization' must be turned on. (/Ot, /Os) ...
  19. Feature '%1!ls!' is not part of the standardized ISO C# language specification, and may not be accepted by other compilers ...
  20. Field cannot be deleted because an index is associated with the field. Please contact your Team Foundation Server administrator. ...
  21. Field {0} is a member of type {1}, which is serializable, but is of type {2}, which is not serializable. Add the NonSerializedAttribute ...
  22. Field {0} is declared as 'static readonly' but is initialized with a constant value '{1}'. Mark this field as 'const' instead. ...
  23. Field {0} is declared as 'static readonly' but is initialized with an empty string ("). Mark this field as 'const' instead. ...
  24. Fields of static readonly field '%1!ls!' cannot be assigned to (except in a static constructor or a variable initializer) ...
  25. File '%s' cannot be added to the project. The most likely reason is that the project file is under source code control and ...
  26. File '%s' cannot be removed. The most likely reason is that the file is under source code control and cannot be removed at ...
  27. File '%s' cannot be renamed. The most likely reason is that the file is under source code control and cannot be renamed at ...
  28. File '%s' not found in current source file's directory or in build system paths. Current source file path: '%s' Build system ...
  29. file already exists in the following directory: '{1}'. You either need to delete or move this file, choose another backup ...
  30. File could not be renamed. You must press Enter to commit changes to the file name before activating the designer window. ...
  31. File Extensions : Specifies the file extensions to associate with this rule. Files that match the given extensions will automatically ...
  32. File name contains invalid characters (wildcard characters are not supported);;File name '{0}' contains invalid characters ...
  33. File name is listed as a source file more than once;;Duplicate file name: '{0}' is listed as a source file more than once ...
  34. File name is listed as both a source file and an imported assembly;;Duplicate file name: '{0}' is listed as both a source ...
  35. File type handlers cannot be built as managed assemblies. Set the Common Language Runtime options to no CLR support in project ...
  36. File {0} contains a script loader file reference (url = {1}) that will be ignored because the explicit content type ({2}) ...
  37. File {0} contains a script loader file reference (url = {1}, type = {2}) that could not be loaded because the path could ...
  38. File {0} contains a script loader file reference (url = {1}, type = {2}) that could not be loaded because the resolved path ...
  39. File {0} contains a script loader file reference (url = {1}, type = {2}) that will be ignored because the upper limit ({3}) ...
  40. File {0} is included into {1} and {2} item groups. This is not allowed for project items, which can belong to only one item ...
  41. File {0} is not found in your installation. The task cannot proceed. Please make sure Visual Studio is properly installed. ...
  42. Files and folders cannot be: - Empty strings - System reserved names, including 'CON', 'AUX', PRN', 'COM1' or 'LPT2' - contain ...
  43. Files and folders cannot be: - Empty strings - System reserved names, including 'CON', 'AUX', PRN', 'COM1' or 'LPT2' - contain ...
  44. Files and folders cannot: -be empty strings - contain any of the following characters: / ? : \ " < > | # % - contain Unicode ...
  45. Files in libraries or multiple-file applications must begin with a namespace or module declaration, e.g. 'namespace SomeNamespace.SubNamespace' ...
  46. Files should begin with either a namespace or module declaration, e.g. 'namespace SomeNamespace.SubNamespace' or 'module ...
  47. FILESTREAM_ON cannot be specified when a table has no FILESTREAM columns. Remove the FILESTREAM_ON clause from the statement, ...
  48. FileTracker : error FTK1013: could not find unicode byte order marker in the file tracking log file: %ls. The tracking data ...
  49. Filter properties are not supported by the following technology: {0}. To search for a control, you must remove the filter ...
  50. FilterDescriptor '{0}' with type '{1}' is associated with {2} TypeDescriptors. It has to be associated with exactly one TypeDescriptor. ...
  51. FilterDescriptor with Name '{0}' defined on the TypeDescriptor '{1}' could not be located in the containing method '{2}'. ...
  52. FilterDescriptor with Name '{1}' is associated with {2} TypeDescriptors belonging to Parameter(s) with direction 'Out', 'InOut' ...
  53. FilterDescriptor with Name '{1}' is not associated with any TypeDescriptors belonging to Parameter(s) with direction 'In'. ...
  54. Filters are not supported for one or more instances of the following breakpoint and will be ignored for those instances. ...
  55. Finalizers should be avoided where possible, to avoid the additional performance overhead involved in tracking object lifetime. ...
  56. Finally clauses that restore security-related state should be wrapped in an outer try block. This will prevent an exception ...
  57. Find great learning materials on the LightSwitch Developer Center, get questions answered on the LightSwitch forum, keep ...
  58. Firewall profile options: /domain : enable domain networks, such as a workplace network /private : enable private networks, ...
  59. First statement of this 'Sub New' must be a call to 'MyBase.New' or 'MyClass.New' because base class '|1' of '|2' does not ...
  60. First statement of this 'Sub New' must be a call to 'MyBase.New' or 'MyClass.New' because base class '|1' of '|2' has more ...
  61. First statement of this 'Sub New' must be an explicit call to 'MyBase.New' or 'MyClass.New' because the '|1' in the base ...
  62. First statement of this 'Sub New' must be an explicit call to 'MyBase.New' or 'MyClass.New' because the '|1' in the base ...
  63. First statement of this 'Sub New' should be an explicit call to 'MyBase.New' or 'MyClass.New' because the '|1' in the base ...
  64. First statement of this 'Sub New' should be an explicit call to 'MyBase.New' or 'MyClass.New' because the '|1' in the base ...
  65. Fix it now by going to test settings manager. Click Ignore and continue if you want to proceed testing without recording ...
  66. Fixed size buffer type must be one of the following: bool, byte, short, int, long, char, sbyte, ushort, uint, ulong, float ...
  67. Folders that contain checked out items cannot be deleted by your source control provider. If you continue with the change, ...
  68. Folders that contain checked out items cannot be deleted by your source control provider. If you continue with the rename, ...
  69. For a hierarchical security namespace, either the separator character or the element length must be set and the other one ...
  70. For a Port, the Interface that this Port provides or requires. For a Part, the type of element to be used, which is usually ...
  71. For a test that cannot be run, this property describes why it cannot be run. For a test that can be run, this property is ...
  72. For built-in controls, this argument is used by the container application to run the command. For custom controls, you can ...
  73. For DROP STATISTICS, you must provide both the object (table or view) name and the statistics name, in the form "objectName.statisticsName". ...
  74. For each of the above items, another item currently has the original name. You must first delete this item before you can ...
  75. For each role in the test environment, you can select the data you want to collect, or the actions to perform on the system. ...