Visual Studio 2012

  1. If you move the code for method '{0}', it will be removed from the '{1}' file and moved to the '{2}' file. You will not be ...
  2. If you need to use a different account go to your hosted TFS administration page and select an existing Service Account or ...
  3. If you open this document in the designer, the project might be corrupted. The document is saved in a format that allows ...
  4. If you overwrite existing action recordings, this will affect any other tests that use these shared steps. You have recorded ...
  5. If you rename the following control: '{0}', you must manually edit any code that reference this control or it's descendents. ...
  6. If you rename the following control: '{0}', you must manually edit any code that references this control or its children. ...
  7. If you rename the method '{0}', you must manually modify any code that references the method. Do you want to rename the method ...
  8. If you reset the test, its results and any attachments will be discarded. For a data driven test, all iteration results will ...
  9. If you save the view encrypted, you will no longer be able to alter the view definition. Do you want to save the view encrypted? ...
  10. If you select this option a new instance of Microsoft SQL Server Express will be installed and your configuration and team ...
  11. If you selected any other tests, then a test run will be created for these tests only. Contact your Team Foundation administrator ...
  12. If you split the method '{0}', you must manually modify any code that calls this method to also call the newly formed method. ...
  13. If you use the Node attribute to specify an XPath expression that returns a collection of values, you can also include an ...
  14. If you want to launch a C#/VB project: Open properties for your project (right click in solution explorer), and on the Debug ...
  15. If you want to launch a C++ project: Open properties for your project (right click in solution explorer), and on the Debugger ...
  16. If you want to run tests that need to interact with the desktop, such as coded UI tests, run the test agent as an interactive ...
  17. If you want to use the test controller for load tests, you must use an account that has access to the performance counters ...
  18. If your account is a member of a group that is allowed to create team projects in Team Foundation Server, contact the administrator ...
  19. If your deployment utilizes SQL Server Reporting Services or SharePoint Products, you must also configure permissions in ...
  20. If your project(s) are not under source control, please ensure that all files have read/write permissions. We also recommend ...
  21. Ignore Import Library : Specifies that the import library generated by this configuration should not be imported into dependent ...
  22. Ignore Specific Library : Specifies one or more names of default libraries to ignore; separate multiple libraries with semi-colons. ...
  23. Ignoring coded web test '{0}' because the execution of coded web tests is not supported in the MSTest adapter. To execute ...
  24. Ignoring data collector settings specified in the .testSettings file as code coverage is enabled for this test run. For the ...
  25. Ignoring diagnostic data adapters for the test run. They are not supported when running unit tests for Windows Store or Windows ...
  26. Ignoring the load test contained in file '{0}' as it is not supported in Unit Test Explorer. To run this test, open the load ...
  27. Ignoring the test executor corresponding to test discoverer {0} because the discoverer does not have the DefaultExecutorUri ...
  28. Ignoring the web test contained in file '{0}' as it is not supported in Unit Test Explorer. To run this test, open the web ...
  29. Ignoring UI visualizer for type '%s' because the definition for the UI visualizer (ServiceId = %s, Id = %s) was not found. ...
  30. IInsertionPoint collection specifies duplicate lifelines. InteractionOperand/CombinedFragment can only span across distinct ...
  31. IIS cannot be reset because application pool "{0}" is not allowed to be instrumented. Data collection for IIS will not take ...
  32. ILifeline is not of Lifeline object. This method can only work with Lifeline object. InsertionPoint cannot be created as ...
  33. IList implementations should also provide versions of the IList members that are strongly typed, namely they should specify ...
  34. Ill-defined _try/_except: use of the constant EXCEPTION_CONTINUE_SEARCH or another constant that evaluates to zero in the ...
  35. Illegal synchronous wait on task already executing on the UI thread, beneath this call on the stack. This would cause a deadlock. ...
  36. Illegal use of user defined type method or property. Only a single property or method instance allowed in a set clause item. ...
  37. Implement IDisposable on {0} because it creates members of the following IDisposable types: {1}. If {0} has previously shipped, ...
  38. Implement the IObjectConstruct interface when you want to control the object construction process by passing in parameters ...
  39. Implement the IObjectControl interface when you want to define context-specific initialization and cleanup procedures for ...
  40. implements a finalizer that only calls conditionally emitted methods or the base type finalizer. Remove the finalizer or ...
  41. Implements a Try/Catch block that handles Exception, DataException, and all the exceptions that derive from DataException. ...
  42. Implements keyword Indicates that a class or structure member is providing the implementation for a member defined in an ...
  43. Implements statement Specifies one or more interfaces, or interface members, that must be implemented in the class or structure ...
  44. Implements the OnAddInsUpdate method of the IDTExtensibility2 interface. Receives notification that the collection of Add-ins ...
  45. Implements the OnAddInsUpdate method of the IDTExtensibility2 interface. Receives notification when the collection of Add-ins ...
  46. Implements the OnBeginShutdown method of the IDTExtensibility2 interface. Receives notification that the host application ...
  47. Implements the OnConnection method of the IDTExtensibility2 interface. Receives notification that the Add-in is being loaded. ...
  48. Implements the OnDisconnection method of the IDTExtensibility2 interface. Receives notification that the Add-in is being ...
  49. Implements the OnStartupComplete method of the IDTExtensibility2 interface. Receives notification that the host application ...
  50. Implements the QueryStatus method of the IDTCommandTarget interface. This is called when the command's availability is updated ...
  51. Implicit cast between semantically different integer types: assigning 1 or TRUE to HRESULT. Consider using S_FALSE instead. ...
  52. Implicit cast between semantically different integer types: comparing HRESULT to -1. Consider using SUCCEEDED or FAILED macro ...
  53. Implicit cast between semantically different integer types: comparing HRESULT to 1 or TRUE. Consider using SUCCEEDED or FAILED ...
  54. Implicit cast between semantically different integer types: comparing HRESULT to an integer. Consider using SUCCEEDED or ...
  55. Implicit cast between semantically different integer types: testing HRESULT with 'not'. Consider using SUCCEEDED or FAILED ...
  56. Implicit conversion from '|5' to '|6'; this conversion may fail because '|1' is not derived from '|2', as required for the ...
  57. Implicit conversion from '|5' to '|6'; this conversion may fail because '|1' is not derived from '|2', as required for the ...
  58. implicitly declares '|3', which conflicts with a member implicitly declared for |4 '|5' in the base |6 '|7'. So the |1 should ...
  59. implicitly declares '|3', which conflicts with a member implicitly declared for |4 '|5' in the base |6 '|7'. |1 should be ...
  60. implicitly declares '|3', which conflicts with a member in the base |4 '|5', and so the |1 should be declared 'Shadows'. ...
  61. implicitly declares '|3', which conflicts with a member in the base |4 '|5', and so the |1 should not be declared 'Overloads'. ...
  62. IMPORTANT: The support for CLR code in the C++ language has changed considerably since the Visual Studio 2005 release. The ...
  63. IMPORTANT: The support for CLR code in the C++ language has changed considerably with this release of Visual Studio. The ...
  64. Importing '{0}' would change the meaning of other code in your file, including calls to extension methods. Click OK to correct ...
  65. Importing '{0}' would change the meaning of other identifiers in this file. To correct '{1}' and preserve the meaning of ...
  66. Importing '|1' would change the meaning of other identifiers in this file. To correct '|2' and preserve the meaning of other ...
  67. Importing web service with multiple services or SOAP 1.1 Bindings is not supported. Select a .wsdl or .disco that only contains ...
  68. Imports a link type XML definition file into Team Foundation Server. If a link type with the same reference name already ...
  69. Imports global lists from an XML definition file onto a Team Foundation Server. If a global list that has the same name already ...
  70. Imports the global workflow from an XML definition file into a team project on a server that runs Team Foundation Server. ...
  71. In = data is passed into the behavior; Out = data is passed out; Inout = data is passed in and then out; return = data is ...
  72. In an ALTER TABLE REBUILD or ALTER INDEX REBUILD statement, when a partition is specified in a DATA_COMPRESSION clause, PARTITION=ALL ...
  73. In attempting to load {0} from {1}, it was determined that a test with the same id named {2} in {3} already exists in the ...
  74. In attempting to load {0} from {1}, it was determined that a {2} with the same ID named {3} in {4} already exists. What should ...
  75. In case of multiple matches, selects the nth numbered item from the zero based index collection. Select -1 for a random value ...