Figure 1

Figure 1 GAC Usage

Microsoft ® .NET Global Assembly Cache Utility.  Version 1.0.2204.21
Copyright (C) Microsoft Corp. 1998-2000

Usage: Gacutil <option> [<parameters>] Options:

Installs an assembly to the global assembly cache.  Include the
name of the file containing the manifest as a parameter.
Example:  -i myDll.dll

-u Uninstalls an assembly from the global assembly cache. Include the name of the assembly to remove as a parameter. Examples:. -u myDll -u myDll,Ver=1.1.0.0,Loc=en,PK=874e23ab874e23ab

-l Lists the contents of the global assembly cache

Displays this help screen
**Figure 6** **Assembly Versioning**
Logical Parts
Assembly Version
Build
Revision
Physical parts
Major # Minor #
#
#
Example
2 5
719
2

Figure 7 Language Tags

Primary Tag
Secondary Tag
Culture
de
(none)
German
de
at
Austrian German
de
ch
Swiss German
en
(none)
English
en
gb
British English
en
us
U.S. English

Figure 9 Type Binding

Figure 9 Type Binding
Figure 10 Configuration File

<?xml version ="1.0"?>
<Configuration>
<AppDomain PrivatePath="bin;AuxFiles"/>

<BindingMode> <AppBindingMode Mode="normal"/> </BindingMode>

<BindingPolicy> <BindingRedir Name="Calculus.dll" Originator="8e47bf1a5ed0ec84" Version="*" VersionNew="3.3.10.0" UseLatestBuildRevision="no"/> </BindingPolicy>

<Assemblies> <CodeBaseHint Name="Calculus.dll" Originator="8e47bf1a5ed0ec84" Version="3.3.10.0" CodeBase="https://www.Wintellect.com/Calculus.dll"/> </Assemblies> </Configuration>