Visual Studio 2012
- Do not poll more often than or utilize timers that fire more frequently than once per second. Higher frequency periodic activity ...
- Do not set process priority to Idle. Processes with System.Diagnostics.ProcessPriorityClass.Idle will occupy the CPU when ...
- Do not use 'C' as a prefix for type names. Do not use any prefix for naming types. Consider using the name of the base class ...
- Do not use names that require case sensitivity for uniqueness. Components must be fully usable from both case-sensitive and ...
- Do not use public, protected or protected internal (Protected Friend) nested types as a way of grouping types. Use namespaces ...
- Do not use string literals for system items that have locale-specific designations. Special system locations should be retrieved ...
- Do not use the varargs calling convention to accept a variable number of arguments. In the managed world, the 'params' and ...
- Do not use underscores when specifying identifiers. Some generated Visual Studio identifiers for applications contain underscore ...
- Do not wrap a method protected by a LinkDemand with a method that does not perform a security check. A LinkDemand checks ...
- Do one of the following: 1) Remove the AllowPartiallyTrustedCallersAttribute from {0}. 2) If the attribute is necessary, ...
- Do you also want to remove the corresponding members from the derived classes? To remove the selected member only, click ...
- Do you want to add host groups from all the available team project collection host groups to the following projects: {0}? ...
- Do you want to add library shares from all the available team project collection library shares to the following projects: ...
- Do you want to consume the Silverlight Application from an existing Silverlight project or do you want to create a new Silverlight ...
- Do you want to download the latest version of files so that the file times in your workspace are updated to the checkin time? ...
- Do you want to import the test lists from '{0}' into '{1}' (yes) or do you want to replace the test list information from ...
- Do you want to include the password in the connection string? It will be saved as clear text and will be readable in the ...
- Do you want to regenerate updating commands based on the new command text? (Current updating commands will be overwritten) ...
- Do you want to remove the following existing mappings from your workspace? As a result, the items in the local folders marked ...
- Do you want to sign this document now? You have just defined information about who is required to sign this document. You ...
- Do you want to start Microsoft Test Tools Adapter service, which collects diagnostics data while running your tests? Windows ...
- Do you want to stop Microsoft Test Tools Adapter service? If you stop the service, you will no longer be able to connect ...
- Do you want to wait for your Code Review request to be submitted? If you choose not to wait, your Code Review request will ...
- Do you want to wait for your Code Review to be updated? If you choose not to wait, your Code Review update will be canceled. ...
- Do.Loop statement Repeats a block of statements while a Boolean condition is true, or until the condition becomes true. Do.Loop ...
- Document cannot be copied to the project directory. You might not have permission to read the file, or there might not be ...
- Document cannot be copied to the project directory. You might not have permission to read the file, or there might not be ...
- Document contains one or more extremely long lines of text. These lines will cause the editor to respond slowly when you ...
- Document Library Dependencies : If true, project dependencies that output static libraries will have their XML document comment ...
- Document property '{0}' was not found in this document's custom properties. Make sure that you have permissions to write ...
- does not have a parameterless constructor. GridViewHeaderRowPresenter needs the constructor to create a floating header during ...
- Domain model resolver mapping: some of the supplied data is invalid. The mapping will not be registered / unregistered. DomainModel={0}, ...
- Domain property value type {0} must inherit from DomainPropertyValueHandler and provide a static singleton Instance property. ...
- DomainProperty {0}.{1} is not of type string, please override this method to set unique name for the given model element. ...
- Download and install the software necessary to connect to your team project from Visual Studio, Eclipse, Excel, or Microsoft ...
- Download failed. Please make sure this computer is connected to the internet. If the download still fails, consider obtaining ...
- Downloading of remote references for files in the miscellaneous files project is disabled. To enable downloading of remote ...
- Download]({0}) the Visual Studio Tools for Git to get started with Git projects. Learn more]({1}) | Don't show this again]({2}) ...
- Drag the Finder Tool over a window to select it, then release the mouse button. Or enter a window handle (in hexadecimal). ...
- Dropping the selected scripts or queries here will have the effect of executing them on the database that is pointed to by ...
- DSL5002: The AdapterManager is not correctly registered with a ModelBus. Confirm the AdapterManager is registered with a ...
- DSL5012: Exception occurred attempting to create an adapter. AdapterManager: {0} Assembly: {1} Exception: {2} Exception message: ...
- DSL5017: The full path representing a Model file is null or empty or invalid. Please specify a valid accessible file location ...
- DSL5023: The reference string provided does not have the correct format. The correct format is modelbus://logicalAdapterId/model ...
- DSL5506: Cannot create the requested ModelBusAdapter because Visual Studio cannot establish an association between the referenced ...
- DSL5507: Cannot create the ModelBusAdapter because the referenced file is open in an incompatible editor. Close all instances ...
- DSL5509: Cannot create a View on ModelBusAdapter {0} because either this ModelBusAdapter does not support the View, or an ...
- DSL5510: Visual Studio cannot find the ProjectItems collection in the solution. If the problem persists, contact the author ...
- DSL5511: The integration tool could not initialize the solution scope because of the scope context is not valid. The CreateProject ...
- DSL5512: The integration tool could not initialize the solution scope because more than one of the three members (CreateProject, ...
- DSL5513: ModelingAdapter cannot be created successfully because DocData object for document {0} could not be created by the ...
- DSL5514: The standard editor registered for file {0} is not of an expected type. Make sure that the editor for this designer ...
- DSL5515: Visual Studio cannot add an instance of the following .vstemplate file: {0}. Confirm that the file is a valid .vstemplate. ...
- DSL5516: The modelbus configuration file is either missing, corrupted, or not valid and must be repaired. Otherwise, integrations ...
- DSL5518: The integration tool cannot convert the scope object to the specified type: {0}. Provide a scope object of the specified ...
- DSL5522: The full path of the .vstemplate file is null or empty. An instance of the following service type should provide ...
- DSL5523: An unknown error has occurred while attempting to create an Adapter. Close all instances of Visual Studio and try ...
- DSL5524: A View was requested for ModelBusAdapter {0} but it cannot be created either because the Reference supplied for ...
- DTE My Work command is missing a sub-command or the sub-command is not recognized. Specify a sub-command such as 'activatewi'. ...
- DTE Pending Changes command is missing a subcommand or the subcommand is not recognized. Specify one of the subcommand like ...
- Due to a change in the exception handling switches for the C/C++ Compiler, /EHsc has been automatically converted to /EHa ...
- Due to a conformance change in the C++ compiler, code change may be required before your project will build without errors. ...
- Due to insufficient permissions for the current user, process and thread information cannot be obtained and will not be available. ...
- Due to the issues listed below, SharePoint cannot be installed. Checking this will allow you to continue the TFS installation, ...
- Due to the large number of threads, some functionality was disabled to maintain debugging performance. Please restart Visual ...
- Due to the location of the changes in the source code during edit and continue, the debugger is unsure which statement to ...
- Due to the requirement that Visual C++ projects produce an embedded (by default) Windows SxS manifest, manifest files in ...
- Duplicate method. The abstract method '{0}' has the same name and signature as an abstract method in an inherited type once ...
- Duplicate method. The method '{0}' has the same name and signature as another method in this type once tuples, functions, ...
- Duplicate property. The property '{0}' has the same name and signature as another property in this type once tuples, functions, ...
- During active IntelliTrace collection the log file is locked by the running process and cannot be copied or opened. The ...
- during code generation, compiler introduced reference to managed symbol %s defined in module '%s' compiled with /GL; try ...
- During the configuration of your service we will download the Hosted Service Account information, including the password, ...
- During the process of configuring SharePoint Products for use with Team Foundation Server, a new IIS Application Pool was ...
- Dynamic parameters cannot be detected while a test is running. After the test run has finished, you can run this command ...