Visual Studio 2012

  1. Profiling supports collecting run-time performance data on only one web application during the performance session. Please ...
  2. Profiling your application can help diagnose performance problems and identify the most common expensive methods in your ...
  3. Program '%2!ls!' has more than one entry point defined: '%1!ls!'. Compile with /main to specify the type that contains the ...
  4. Program Database File Name : Specifies a name for a compiler-generated PDB file; also specifies base name for the required ...
  5. Program Files\Microsoft Visual Studio 11.0\Common7\IDE\Remote Debugger\x86 Program Files\Microsoft Visual Studio 11.0\Common7\IDE\Remote ...
  6. Programmatic access to the Microsoft Office Visual Basic for Applications project system could not be enabled. If Microsoft ...
  7. Project "{0}" consists entirely of configurations that require support for platforms which are not installed on this machine. ...
  8. Project %0, which you are getting from the source control store, already exists. Would you like to overwrite it with the ...
  9. Project %s was reloaded due to a source code control operation. Any changes you made before the file was checked out will ...
  10. Project '%s' could not be loaded because this edition of Visual C++ does not support classic style native application or ...
  11. Project '|1' makes an indirect reference to assembly '|2', which contains '|3'. Add a file reference to '|4' to your project. ...
  12. Project '|1' makes an indirect reference to project '|2', which contains '|3'. Add a project reference to '|2' to your project. ...
  13. Project '|1' requires a reference to version '|2' of assembly '|3', but references version '|4' of assembly '|3'. Reference ...
  14. Project and solution names cannot: - contain any of the following characters: / ? : \ " < > | # % - contain Unicode control ...
  15. Project and solution names cannot: - contain any of the following characters: / ? : \ " < > | # % - contain Unicode control ...
  16. Project cannot be created because the "Excel Visual Studio Design-Time Adaptor Add-in" is not working correctly. Excel might ...
  17. Project cannot be created because the "Word Visual Studio Design-Time Adaptor Add-in" is not working correctly. Word might ...
  18. Project cannot be created or opened because the installed version of Visual Basic For Applications is not compatible with ...
  19. Project collection '{0}' was created successfully, however there were warnings. To view the warnings, examine the most recent ...
  20. Project data is unavailable at this time. As a result, all reports on this dashboard have been hidden. After you have created ...
  21. Project does not support paths relative to the root application directory. Remove the leading '/' qualifier from the '{0}' ...
  22. Project file '%s' contains an aggregated project type that cannot be found. The project cannot be opened without the project ...
  23. Project file contains ToolsVersion="{0}". This toolset is unknown or missing. You may be able to resolve this by installing ...
  24. Project file could not be backed up to '%s'. Please make sure this file does not already exist and that it is not write-protected. ...
  25. Project item '{0}' was added to the current project but could not be associated with My Namespace extension '{1}'. It will ...
  26. Project name '{0}' already exists on the server. The team project name must be unique on all Team Foundation servers used ...
  27. Project names cannot be empty strings nor can they contain only '.' or have any of the following characters: / ? : \ " < ...
  28. Project Property Sheets : Specifies the collection of property sheets, both system and user, inherited by this configuration. ...
  29. Project references from projects that do not support the Common Language Runtime are no longer supported. The project reference ...
  30. Project Server Extensions for Team Foundation Server will be removed from this computer. Do you want to continue uninstalling ...
  31. Project Server Sync: Cannot save the submit request to Project Server. An unknown error occurred. Contact your administrator ...
  32. Project Server Sync: Cannot save the submit request to Project Server. Check that the assignment exists on Project Server ...
  33. Project Server Sync: Cannot save the submit request to Project Server. Check the following likely causes to correct the problem: ...
  34. Project Server Sync: Cannot save the submit request to Project Server. Check the following likely causes to correct the problem: ...
  35. Project Server Sync: Cannot save the submit request to Project Server. One or more mapped work item fields on the submitted ...
  36. Project Server Sync: Cannot save the submit request to Project Server. The Start date must be greater than or equal to the ...
  37. Project Server Sync: Cannot save the submit request to Project Server. The Start date must be less than or equal to Finish ...
  38. Project Server Sync: Cannot save the submit request to Project Server. Verify that the enterprise project exists on Project ...
  39. Project Server Sync: One or more submit requests could not be saved. Work assigned to the failed requests has been allocated ...
  40. Project Server Sync: This item could not be submitted to Project Server because its linked parent item is marked for submission ...
  41. Project-level suppressions either have no target or are given %s a specific target and scoped to a namespace, type, member, ...
  42. Project-level suppressions either have no target or are given {0} a specific target and scoped to a namespace, type, member, ...
  43. Projects that support the Common Language Runtime have been converted to use dynamic linking to the run-time libraries (/MDd, ...
  44. Properties cannot be changed while Excel is in edit mode. Move the selection away from the currently selected cell and then ...
  45. Properties in custom build rules always inherit. Property '%s' in custom build rule '%s' has 'Inheritable=False'. Please ...
  46. Properties on this entity have been removed from the data source. The corresponding fields on the associated entity will ...
  47. Properties should be used instead of Get/Set methods in most situations. Methods are preferable to properties in the following ...
  48. Properties that return arrays are prone to code inefficiencies. Consider using a collection or making this a method. See ...
  49. Properties that return collections should be read-only so that users cannot entirely replace the backing store. Users can ...
  50. Properties whose values are of type IVsUICollection cannot currently be set through the presentation layer with a wrapped ...
  51. Property '{0}' of type '{1}' is not supported by Team Foundation Properties. Convert the value to an Int32, DateTime, Double, ...
  52. Property '{0}' with value '{1}' is out of range for the Team Foundation Properties service. Double values must be 0, within ...
  53. Property '{0}' with value '{1}' is out of range for the Team Foundation Properties service. The value must be between {2} ...
  54. Property '|1' cannot be initialized in an object initializer expression because all accessible overloads require arguments. ...
  55. Property '|1' doesn't return a value on all code paths. A null reference exception could occur at run time when the result ...
  56. property cannot use markup extensions or property element syntax on Setter. Only the Value property can use markup extensions ...
  57. Property definitions may not be declared mutable. To indicate that this property can be set, use 'member val PropertyName ...
  58. property is not a valid DependencyProperty on the type '{1}'. Verify that the property has a DependencyProperty defined with ...
  59. property is not animatable on '{1}' class because the IsAnimationProhibited flag has been set on the UIPropertyMetadata used ...
  60. property is set to element of type '{0}', but instance of '{0}' cannot be created. It might be the default type for that ...
  61. Property Sheet File : Specifies the name of the file that contains the property sheet information for the selected property ...
  62. Property statement Declares the name of a property, and the property procedures used to store and retrieve the value of the ...
  63. Property value is invalid. The path contains characters that are not supported by the NTFS file system or by SharePoint sites. ...
  64. Property value is invalid. The value must be a relative path that specifies the folder to deploy the file to. The path must ...
  65. Property value is invalid. The value must be a relative path that specifies the location to map the folder to. The path must ...
  66. Property, indexer, or event '%1!ls!' is not supported by the language; try directly calling accessor methods '%2!ls!' or ...
  67. Protected Friend keyword Specifies that one or more declared members of a class are accessible from anywhere in the same ...
  68. Protected keyword Specifies that one or more declared programming elements are accessible only from within their own class ...
  69. Provide a script to execute on each machine in the environment. Use the format: Logical VM Name (the name set to the VM in ...
  70. Provide accessors for both named and positional arguments. Each positional argument on an attribute should declare a read-only ...
  71. Provide an overridable implementation of Dispose(bool) on {0} or mark the type as sealed. A call to Dispose(false) should ...
  72. Provide the details your stakeholder needs to launch the application to give feedback on. The Feedback Client will display ...
  73. Provide the image resources to run the test provided by the Store Test Kit. These tests help prepare your application for ...
  74. Provide the user account that will be granted enough permissions to use the minimal features of the Administration Console. ...
  75. Provided filter string is not valid. Filter string should contain a description of the filter, followed by a vertical bar ...