Click here to Skip to main content
15,893,190 members
Articles / Programming Languages / C#

Collision Finder

Rate me:
Please Sign up or sign in to vote.
4.67/5 (10 votes)
12 Jul 2006CPOL1 min read 27.4K   629   15  
A tool that finds refernced DLL version collisions.
<?xml version="1.0" encoding="utf-8"?>
<xs:schema id="ReferenceCollisionDataSet" targetNamespace="http://tempuri.org/ReferenceCollisionDataSet.xsd" xmlns:mstns="http://tempuri.org/ReferenceCollisionDataSet.xsd" xmlns="http://tempuri.org/ReferenceCollisionDataSet.xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" xmlns:msprop="urn:schemas-microsoft-com:xml-msprop" attributeFormDefault="qualified" elementFormDefault="qualified">
  <xs:annotation>
    <xs:appinfo source="urn:schemas-microsoft-com:xml-msdatasource">
      <DataSource DefaultConnectionIndex="0" FunctionsComponentName="QueriesTableAdapter" Modifier="AutoLayout, AnsiClass, Class, Public" SchemaSerializationMode="IncludeSchema" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
        <Connections>
        </Connections>
        <Tables>
        </Tables>
        <Sources>
        </Sources>
      </DataSource>
    </xs:appinfo>
  </xs:annotation>
  <xs:element name="ReferenceCollisionDataSet" msdata:IsDataSet="true" msdata:UseCurrentLocale="true" msprop:Generator_UserDSName="ReferenceCollisionDataSet" msprop:Generator_DataSetName="ReferenceCollisionDataSet">
    <xs:complexType>
      <xs:choice minOccurs="0" maxOccurs="unbounded">
        <xs:element name="DllTable" msprop:Generator_UserTableName="DllTable" msprop:Generator_RowDeletedName="DllTableRowDeleted" msprop:Generator_RowChangedName="DllTableRowChanged" msprop:Generator_RowClassName="DllTableRow" msprop:Generator_RowChangingName="DllTableRowChanging" msprop:Generator_RowEvArgName="DllTableRowChangeEvent" msprop:Generator_RowEvHandlerName="DllTableRowChangeEventHandler" msprop:Generator_TableClassName="DllTableDataTable" msprop:Generator_TableVarName="tableDllTable" msprop:Generator_RowDeletingName="DllTableRowDeleting" msprop:Generator_TablePropName="DllTable">
          <xs:complexType>
            <xs:sequence>
              <xs:element name="Name" msprop:Generator_UserColumnName="Name" msprop:Generator_ColumnVarNameInTable="columnName" msprop:Generator_ColumnPropNameInRow="Name" msprop:Generator_ColumnPropNameInTable="NameColumn" type="xs:string" default="" minOccurs="0" />
              <xs:element name="Version" msprop:Generator_UserColumnName="Version" msprop:Generator_ColumnVarNameInTable="columnVersion" msprop:Generator_ColumnPropNameInRow="Version" msprop:Generator_ColumnPropNameInTable="VersionColumn" type="xs:string" default="" minOccurs="0" />
            </xs:sequence>
          </xs:complexType>
        </xs:element>
        <xs:element name="ReferenceTable" msprop:Generator_UserTableName="ReferenceTable" msprop:Generator_RowDeletedName="ReferenceTableRowDeleted" msprop:Generator_RowChangedName="ReferenceTableRowChanged" msprop:Generator_RowClassName="ReferenceTableRow" msprop:Generator_RowChangingName="ReferenceTableRowChanging" msprop:Generator_RowEvArgName="ReferenceTableRowChangeEvent" msprop:Generator_RowEvHandlerName="ReferenceTableRowChangeEventHandler" msprop:Generator_TableClassName="ReferenceTableDataTable" msprop:Generator_TableVarName="tableReferenceTable" msprop:Generator_RowDeletingName="ReferenceTableRowDeleting" msprop:Generator_TablePropName="ReferenceTable">
          <xs:complexType>
            <xs:sequence>
              <xs:element name="Dll_Name" msprop:Generator_UserColumnName="Dll_Name" msprop:Generator_ColumnVarNameInTable="columnDll_Name" msprop:Generator_ColumnPropNameInRow="Dll_Name" msprop:Generator_ColumnPropNameInTable="Dll_NameColumn" type="xs:string" minOccurs="0" />
              <xs:element name="Reference_Name" msprop:Generator_UserColumnName="Reference_Name" msprop:Generator_ColumnVarNameInTable="columnReference_Name" msprop:Generator_ColumnPropNameInRow="Reference_Name" msprop:Generator_ColumnPropNameInTable="Reference_NameColumn" type="xs:string" minOccurs="0" />
              <xs:element name="Version" msprop:Generator_UserColumnName="Version" msprop:Generator_ColumnVarNameInTable="columnVersion" msprop:Generator_ColumnPropNameInRow="Version" msprop:Generator_ColumnPropNameInTable="VersionColumn" type="xs:string" minOccurs="0" />
              <xs:element name="Majority" msprop:Generator_UserColumnName="Majority" msprop:Generator_ColumnVarNameInTable="columnMajority" msprop:Generator_ColumnPropNameInRow="Majority" msprop:Generator_ColumnPropNameInTable="MajorityColumn" type="xs:boolean" default="false" minOccurs="0" />
            </xs:sequence>
          </xs:complexType>
        </xs:element>
        <xs:element name="ParentRefTable" msprop:Generator_UserTableName="ParentRefTable" msprop:Generator_RowDeletedName="ParentRefTableRowDeleted" msprop:Generator_RowChangedName="ParentRefTableRowChanged" msprop:Generator_RowClassName="ParentRefTableRow" msprop:Generator_RowChangingName="ParentRefTableRowChanging" msprop:Generator_RowEvArgName="ParentRefTableRowChangeEvent" msprop:Generator_RowEvHandlerName="ParentRefTableRowChangeEventHandler" msprop:Generator_TableClassName="ParentRefTableDataTable" msprop:Generator_TableVarName="tableParentRefTable" msprop:Generator_RowDeletingName="ParentRefTableRowDeleting" msprop:Generator_TablePropName="ParentRefTable">
          <xs:complexType>
            <xs:sequence>
              <xs:element name="Reference_Name" msprop:Generator_UserColumnName="Reference_Name" msprop:Generator_ColumnPropNameInRow="Reference_Name" msprop:Generator_ColumnVarNameInTable="columnReference_Name" msprop:Generator_ColumnPropNameInTable="Reference_NameColumn" type="xs:string" minOccurs="0" />
              <xs:element name="Version" msprop:Generator_UserColumnName="Version" msprop:Generator_ColumnPropNameInRow="Version" msprop:Generator_ColumnVarNameInTable="columnVersion" msprop:Generator_ColumnPropNameInTable="VersionColumn" type="xs:string" minOccurs="0" />
              <xs:element name="Count" msprop:Generator_UserColumnName="Count" msprop:Generator_ColumnPropNameInRow="Count" msprop:Generator_ColumnVarNameInTable="columnCount" msprop:Generator_ColumnPropNameInTable="CountColumn" type="xs:int" default="0" minOccurs="0" />
            </xs:sequence>
          </xs:complexType>
        </xs:element>
        <xs:element name="ChildRefTable" msprop:Generator_UserTableName="ChildRefTable" msprop:Generator_RowDeletedName="ChildRefTableRowDeleted" msprop:Generator_RowChangedName="ChildRefTableRowChanged" msprop:Generator_RowClassName="ChildRefTableRow" msprop:Generator_RowChangingName="ChildRefTableRowChanging" msprop:Generator_RowEvArgName="ChildRefTableRowChangeEvent" msprop:Generator_RowEvHandlerName="ChildRefTableRowChangeEventHandler" msprop:Generator_TableClassName="ChildRefTableDataTable" msprop:Generator_TableVarName="tableChildRefTable" msprop:Generator_RowDeletingName="ChildRefTableRowDeleting" msprop:Generator_TablePropName="ChildRefTable">
          <xs:complexType>
            <xs:sequence>
              <xs:element name="Reference_Name" msprop:Generator_UserColumnName="Reference_Name" msprop:Generator_ColumnPropNameInRow="Reference_Name" msprop:Generator_ColumnVarNameInTable="columnReference_Name" msprop:Generator_ColumnPropNameInTable="Reference_NameColumn" type="xs:string" minOccurs="0" />
              <xs:element name="Version" msprop:Generator_UserColumnName="Version" msprop:Generator_ColumnPropNameInRow="Version" msprop:Generator_ColumnVarNameInTable="columnVersion" msprop:Generator_ColumnPropNameInTable="VersionColumn" type="xs:string" minOccurs="0" />
              <xs:element name="Dll_Name" msprop:Generator_UserColumnName="Dll_Name" msprop:Generator_ColumnPropNameInRow="Dll_Name" msprop:Generator_ColumnVarNameInTable="columnDll_Name" msprop:Generator_ColumnPropNameInTable="Dll_NameColumn" type="xs:string" minOccurs="0" />
            </xs:sequence>
          </xs:complexType>
        </xs:element>
      </xs:choice>
    </xs:complexType>
    <xs:unique name="Constraint1">
      <xs:selector xpath=".//mstns:ParentRefTable" />
      <xs:field xpath="mstns:Reference_Name" />
      <xs:field xpath="mstns:Version" />
    </xs:unique>
  </xs:element>
  <xs:annotation>
    <xs:appinfo>
      <msdata:Relationship name="DllTable_ReferenceTable" msdata:parent="DllTable" msdata:child="ReferenceTable" msdata:parentkey="Name" msdata:childkey="Dll_Name" msprop:Generator_UserRelationName="DllTable_ReferenceTable" msprop:Generator_RelationVarName="relationDllTable_ReferenceTable" msprop:Generator_UserChildTable="ReferenceTable" msprop:Generator_UserParentTable="DllTable" msprop:Generator_ParentPropName="DllTableRow" msprop:Generator_ChildPropName="GetReferenceTableRows" />
      <msdata:Relationship name="ParentRefTable_ChildRefTable" msdata:parent="ParentRefTable" msdata:child="ChildRefTable" msdata:parentkey="Reference_Name Version" msdata:childkey="Reference_Name Version" msprop:Generator_UserRelationName="ParentRefTable_ChildRefTable" msprop:Generator_RelationVarName="relationParentRefTable_ChildRefTable" msprop:Generator_UserChildTable="ChildRefTable" msprop:Generator_UserParentTable="ParentRefTable" msprop:Generator_ParentPropName="ParentRefTableRowParent" msprop:Generator_ChildPropName="GetChildRefTableRows" />
    </xs:appinfo>
  </xs:annotation>
</xs:schema>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Web Developer
Israel Israel
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions