Visual Studio 2013

  1. At least one file from 'SearchConfigurationFiles' collection in the MergeSearchConfigurationFiles MSBuild task does not exist. ...
  2. At least one file type must be supported. Either select "Supports any file type", or enter at least one specific file type; ...
  3. At least one of the values that you added is a duplicate of a value already on the list. You must either delete or change ...
  4. At least one test failed because the {0} process did not have sufficient permissions to access deployment directory {1}. ...
  5. At least one test failed because the {0} process does not have sufficient permission to access test assembly {1} or one of ...
  6. At runtime, ui-themed.css resolves to ui-themed.light.css or ui-themed.dark.css based on the user's theme setting. This is ...
  7. ATL Server support has been removed from this version of Visual Studio. In case your ATL Project uses any ATL Server functionality, ...
  8. Attaches a label to or removes a label from a version of a file or folder in Team Foundation version control. tf label labelname[@scope ...
  9. Attaching a Team Project Collection to a TFS environment in a different language is not recommended. Doing so will prevent ...
  10. Attaching to a process in a different terminal server session is not supported on this computer. Try remote debugging to ...
  11. Attaching to this process can potentially harm your computer. If the information below looks suspicious or you are unsure, ...
  12. Attempt to disconnect server "{0}" failed. {1} Please save any opened resources to server "{0}". {2} will close connection ...
  13. Attempt to lock physical memory failed. There is not enough contiguous memory available or you do not have sufficient permissions ...
  14. Attempt to unregister document {0} failed because either it is not registered as a related item or the registration count ...
  15. Attempting to resolve operation conflict by restarting conflicting recognizers:{0}Requested operation: {1}{0}Requesting recognizer ...
  16. Attribute constructor has a 'ByRef' parameter of type '|1'; cannot use constructors with byref parameters to apply the attribute. ...
  17. Attribute constructor has a parameter of type '|1', which is not an integral, floating-point or Enum type or one of Object, ...
  18. Attribute identifies pointer parameters that are returned from the called procedure to the calling procedure (from the server ...
  19. Attribute specifier is not a complete statement. Use a line continuation to apply the attribute to the following statement. ...
  20. Authentication, Roles and Web Settings providers have been configured via the Application configuration file such that they ...
  21. Authorization information, such as role membership and effective permissions, is not available from PersonInfo objects representing ...
  22. Auto keyword Used in a Declare statement. The Auto modifier specifies that Visual Basic should marshal strings according ...
  23. Auto Tune Max Cached Translation Units : Automatically tune the 'Max Cached Translation Units' value based upon available ...
  24. Autohosted apps must be associated with a web project. Specify a web project for this app by setting the Web Project property ...
  25. Automatic connection to the following team project failed: {0} on server {1}. Click Refresh to display all currently available ...
  26. Automatic connection to the following team project failed: {0} on server {1}. Click Refresh to display all currently available ...
  27. Automatic Indentation On Tab : When tab is pressed with a single point cursor selection, automatically indent the current ...
  28. Automatic insertion of end constructs;Change pretty listing settings;Change outlining mode;Automatic insertion of Interface ...
  29. Automatic updates to the IntelliSense browsing database are disabled. To see the most recent changes, update the database ...
  30. Automatically format completed statement on semicolon;Automatically format completed block on brace;Automatically format ...
  31. Automatically sends reports of internal compiler errors to Microsoft. To enable this option, you must first agree to Microsoft%27s ...
  32. Automation engine is unable to playback the test because it is not able to interact with the desktop. This could happen if ...
  33. AutoResize cannot adjust the width of multiline buttons in this dialog without making them too wide to fit. You will have ...
  34. AutoResize cannot adjust the width of multiline static text controls in this dialog without making them too wide to fit. ...
  35. AutoResize does not adjust controls that are selected. If you selected the controls accidentally, undo the AutoResize operation, ...
  36. Available Add-ins. Select an Add-in then press the space key to toggle the load state of the Add-in, Alt-S to toggle the ...
  37. Average frame rate achieved when this animation was active. For CPU-bound animations, this specifies the rate at which the ...
  38. Average requests per second : {0} Average time to last byte : {1} Average time to first byte : {2} Average content length ...
  39. Avoid API that require users to instantiate a generic type with another generic type as type argument. The syntax gets too ...
  40. Avoid creating compound words from terms which exist in the dictionary as discrete terms. Do not create a compound word such ...
  41. Avoid generic types with more than two type parameters as users have difficulties understanding what type parameters represent ...
  42. Avoid naming an enum value 'Reserved'. Adding 'Reserved' values will lead to a breaking change on removal when the value ...
  43. Avoid using language-specific types name in parameters and members and data type identifiers in parameters. Types names might ...
  44. Await' can only be used within an Async lambda expression. Consider marking this lambda expression with the 'Async' modifier. ...
  45. Await' can only be used within an Async method. Consider marking this method with the 'Async' modifier and changing its return ...
  46. Await' can only be used within an Async method. Consider marking this method with the 'Async' modifier and changing its return ...
  47. Await' may only be used in a query expression within the first collection expression of the initial 'From' clause or within ...
  48. await' requires that the return type '%1!ls!' of '%2!ls!.GetAwaiter()' have suitable IsCompleted, OnCompleted, and GetResult ...
  49. Await' requires that the return type '|1' of '|2.GetAwaiter()' have suitable IsCompleted, OnCompleted and GetResult members, ...
  50. await' requires that the type '%1!ls!' have a suitable GetAwaiter method. Are you missing a using directive for 'System'? ...
  51. BackButtonStyle is used to style a Button for use in the title area of a page. Margins appropriate for the conventional page ...
  52. BackgroundWorker component instance to manage the background thread. Can be created by dragging a BackgroundWorker component ...
  53. Backing field for automatically implemented property '%1!ls!' must be fully assigned before control is returned to the caller. ...
  54. Bad array declarator: To declare a managed array the rank specifier precedes the variable's identifier. To declare a fixed ...
  55. Bad format specifier (after l or L): Expected ld,li,lo,lu,lx or lX. In F# code you can use %d, %x, %o or %u instead, which ...
  56. Based on 'Expert' settings and additionally optimizes for maximum text editor space by hiding tool windows, tool bars, and ...
  57. Basic Runtime Checks : Perform basic runtime error checks, incompatible with any optimization type other than debug. (/RTCs, ...
  58. Batching Separator : Specifies the separating character string for the list of inputs when files are batched into a single ...
  59. Be sure to carefully read and understand all of the rights and restrictions described in the License Terms. You will be asked ...
  60. Because a 'Fallback Location' was not specified in the C++ Advanced Options, Visual C++ is attempting to use your temporary ...
  61. Because assembly {0} contains a ResX-based resource file, mark it with the NeutralResourcesLanguage attribute, specifying ...
  62. Because direct comparisons to 'Single.NaN' or 'Double.NaN' will always return true for inequality and false for all other ...
  63. Because field {0} is visible outside of its declaring type, change its accessibility to private and add a property, with ...
  64. Because importing '|1' in this case would lead to errors, would you like to change '|2' to '|1.|2' instead? This will help ...
  65. Because it is a P/Invoke method, {0} should be defined in a class named NativeMethods, SafeNativeMethods, or UnsafeNativeMethods. ...
  66. Because one or more updates to this work item were rejected, submissions to Project Server have been turned off. To resubmit ...
  67. Because property {0} is write-only, either add a property getter with an accessibility that is greater than or equal to its ...
  68. Because the behavior of {0} could vary based on the current user's locale settings, replace this call in {1} with a call ...
  69. Because the behavior of {0} could vary based on the current user's locale settings, replace this call in {1} with a call ...
  70. Because the behavior of {0} could vary based on the current user's locale settings, replace this call in {1} with a call ...
  71. Because the behavior of {0} could vary based on the current user's locale settings, replace this call in {1} with a call ...
  72. Because the project files that reference these items cannot be checked out, you currently cannot update the project files ...
  73. Because the property getter for {0} is less visible than its setter, either increase the accessibility of its getter or decrease ...
  74. Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying ...
  75. Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying ...