Visual Studio 2010

  1. DBML1018: The Table element '{0}' must contain a Column element that has IsDiscriminator set to true in the inheritance hierarchy. ...
  2. DBML1025: Mapping between DbType '{0}' and Type '{1}' in the Return element of the {2} element '{3}' may cause data loss ...
  3. DBML1026: Mapping between DbType '{0}' and Type '{1}' in the Return element of the {2} element '{3}' may cause data loss ...
  4. DBML1027: Mapping between DbType '{0}' and Type '{1}' in the Return element of the {2} element '{3}' may cause data loss ...
  5. DBML1037: The Table element '{0}' has been used already. Mapping multiple classes to the same table may lead to runtime errors. ...
  6. DBML1052: The Name '{0}' of the Column element of the Type element '{1}' must be a valid variable name when the Member attribute ...
  7. DBML1054: The Name '{0}' of the Parameter element must be a valid variable name when the Parameter attribute is not present. ...
  8. DBML1055: The DeleteOnNull attribute of the Association element '{0}' of the Type element '{1}' can only be true for singleton ...
  9. DBML1056: There is no Parameter '{0}' in the Function element '{1}' corresponding to the Argument '{2}' of the TableFunction. ...
  10. DBML1057: The Storage attribute or its default value '{0}' in the Column element of the Type element '{1}' has been used ...
  11. DBML1058: The Storage attribute or its default value for the {0} element '{1}' must be different from the name of the Type ...
  12. DBML1059: The IsForeignKey attribute of the Association element '{0}' of the Type element '{1}' cannot be 'True' when the ...
  13. DBML1060: The AutoSync attribute of the Column element '{0}' of the Type element '{1}' needs to be 'OnInsert' when IsDbGenerated ...
  14. DBML1061: The AutoSync attribute of the Column element '{0}' of the Type element '{1}' needs to be 'OnInsert' when IsVersion ...
  15. DBML1062: The Type attribute '{0}' of the Association element '{1}' of the Type element '{2}' does not have a primary key. ...
  16. DBML1063: The Column element '{0}' of the Type element '{1}' cannot be used as an identity because '{2}' is not a supported ...
  17. DBML1065: User defined DbType '{0}' is used in {1} '{2}' of the {3} element '{4}' and may not be compatible with the CLR ...
  18. DBML1068: Passwords stored in the connection string are written in clear text in the generated code file and the final application ...
  19. ddwrt:IfHasRights(1)" evaluates true if the current user has the "ViewListItems" right. "ddwrt:IfHasRights(3)" evaluates ...
  20. Deactivates the specified link type. Users will no longer be able to create new links with this type. Existing links of this ...
  21. Debug information could not be found for target assembly '{0}'. For best analysis results, include the .pdb file with debug ...
  22. Debug Information Format : Specifies the type of debugging information generated by the compiler. You must also change linker ...
  23. Debug request failure: test run '{0}' was not started under debugger. Please use DebugRequestMessage only for test runs started ...
  24. Debug Settings : Provides a pointer to the object containing the debug settings information for the selected configuration. ...
  25. Debugger Type : Specifies the debugger type to use. When set to Auto, the debugger type will be selected based on contents ...
  26. Debugging is being stopped but is not yet complete. You can force debugging to stop immediately, but any processes being ...
  27. Debugging managed or mixed-mode minidumps is not supported on IA64 platforms. Specify 'Native' for the 'Debugger Type' in ...
  28. Debugging requires the IIS Management Console. To install, go to Control Panel->Programs->Turn Windows features on or off. ...
  29. Debugging tests running on a remote computer or with code coverage enabled is not supported. The tests will run under the ...
  30. Debugging this project is not supported. Ensure that there is at least one SharePoint project item in the project and the ...
  31. Debugging using the Default transport is not possible because the remote machine has 'Share-level access control' enabled. ...
  32. Declares a global XML namespace prefix that can be used within XML literals and XML properties. You can declare the default ...
  33. Default Behavior: = If no project is specified, and there is only a single .vcproj file in the directory, that project will ...
  34. Default dialog text will be translated into the selected locale when the Windows Installer package is built. The user interface ...
  35. Default Localized Resources : Specifies whether this .resx file contributes to the default resources or to a satellite DLL. ...
  36. Default properties for project debugging are different in this version. It is recommended that you upgrade to the new default ...
  37. Default property access is ambiguous between the inherited interface members '|1' of interface '|2' and '|3' of interface ...
  38. Default timeout per test will be overridden if timeout value is set as a test property. Test Run timeout will allow you to ...
  39. Default Value|The default value specifies the value to use if the property is not set. There must exist an enum value with ...
  40. Define a new style rule by adding at least one element, class, or ID'd element. Additional elements, classes, and ID'd elements ...
  41. Define tests for your application based on requirements and architectural models, and validate your code with architectural ...
  42. Define the fastCgi application here. The application must be located under the role root folder or subfolder. The handler ...
  43. Define your fastCgi handler here. The scriptProcessor value should map to the application's fullpath and arguments values ...
  44. Defines an area within which you can explicitly position child elements by using coordinates that are relative to the canvas ...
  45. Defines the edges of the container to which a certain shape is bound. When a shape is anchored to an edge, the distance between ...
  46. Defines the literals of the code snippet that you can edit. The Literal element is used to identify a replacement for a piece ...
  47. Defines the preferred number of characters in the legend text after which it will wrap. Set this property to zero to disable ...
  48. Defines where the component can be referenced. Public = visible anywhere; private = visible only in the owning namespace; ...
  49. Defines where the element can be referenced. Public = visible anywhere; private = visible only in the owning component; protected ...
  50. Defines where the element can be referenced. Public = visible anywhere; private = visible only in the owning Namespace; protected ...
  51. Defines where the link to the source can be referenced. Public = visible anywhere; private = visible only in the target type; ...
  52. Defines where the link to the target can be referenced. Public = visible anywhere; private = visible only in the source type; ...
  53. Defines _DEBUG and _MT. This option also causes the compiler to place the library name LIBCMTD.lib into the .obj file so ...
  54. Defines _DEBUG, _MT, and _DLL and causes your application to use the debug multithread- and DLL-specific version of the run-time ...
  55. Defining a method in a derived class with the same name and parameters that are more weakly typed as one that is defined ...
  56. Delay Loaded DLLs : Specifies one or more DLLs for delayed loading; use semi-colon delimited list if more than one. (/DELAYLOAD:[dll_name]) ...
  57. Delegate specifications must not be curried types. Use 'typ . typ -> typ' for multi-argument delegates, and 'typ -> (typ ...
  58. Delegate statement Used to declare a delegate. A delegate is a reference type that refers to a shared method of a type or ...
  59. Delegate types and the methods that they bind to must have consistent transparency. Transparent and safe-critical delegates ...
  60. Delegates : Shows how delegates are declared, mapped to static and instance methods, and combined into multicast delegates. ...
  61. Delete will release the virtual machine from the existing team project library share and will make it available for import ...
  62. Deletes all lab objects in a specified team project collection. TfsConfig lab /delete /collectionName: /external /noprompt ...
  63. Deletes all lab objects in a specified team project collection. TfsConfig lab /delete /collectionName: /external /noprompt ...
  64. Deletes the Team Project from Team Foundation. To use this command, you must be a member of either the Team Foundation Server ...
  65. Deleting a '%1' around an active statement will prevent the debug session from continuing while Edit and Continue is enabled. ...
  66. Deleting a Team Project Collection is an irreversible operation. A deleted collection can not be reattached to the same or ...
  67. Deleting build agents is not supported from this client. Please use a client compatible with Team Foundation Server 2010 ...
  68. Deleting columns that are referenced in existing queries may cause these queries to fail or raise errors. This includes any ...
  69. Deleting the selected columns will also delete relationships with the following tables: Do you want to delete the selected ...
  70. Delimited|A delimited string property is made up of individual tokens separated by the "Delimiter". If a string property ...
  71. Delimiters|A list of possible delimiters for this string property. The preferred delimiter is the first character in the ...
  72. Dependency Information File : Specifies the dependency information file used by Visual Studio to track build dependency information ...
  73. DependencyProperty limit has been exceeded upon registration of '{0}'. Dependency properties are normally static class members ...
  74. Depending on the VSS database size, migration may take few hours to complete. Please verify all inputs are correct and confirm. ...
  75. Deploy with IIS Setting from a IIS 7 or above to a lower verstion of IIS server is not supported. To fix the problem, please ...