|
Configuring .NET Components |
Alchemy CATALYST supports all versions of the Microsoft .NET framework. It can create optimised and unoptimised language assemblies, and can be configured to use various framework editions when parsing files and automatically signing language assemblies.
Working with Satellite Assemblies
|
Extract only modified resources to satellite assemblies: Select this option to create optimized language assemblies which only contain modified resources. If this option is deselected, Alchemy CATALYST will create verbose or unoptimized language assemblies which will contain all resources from the original language assembly. |
|
Extract original assembly when extracting satellite assemblies: Select this option to create the base language assembly when generating the variant language assembly. |
|
Save Assembly linker parameters to text file: Select this option to create a text file containing all of the assembly linker parameters Alchemy CATALYST uses in building language assembly files. This file is stored is the same location as the language assemblies. |
|
No Signing: Select this option if language assemblies are to be created and not signed. |
|
Auto detect public keys and delay sign satellites on creation: Select this option if you'd like Alchemy CATALYST to locate the public keys within the original base assembly and use these to sign any satellite assemblies created. |
|
Use Key file (SNK): Use this option to specify a digital signature key file to be used when building language assembly files. The SNK file will be used by Alchemy CATALYST to delay-sign a language assembly. |
Selecting the correct .NET Framework
|
Use latest MS .NET Framework: Click this option to select the latest version of MS .NET framework installed on your desktop computer. This option should be selected when working with MS .NET 2.0, 3.0 and 3.0 Frameworks. |
|
Use MS .NET Framework 1.1: Select this option to force Alchemy CATALYST to use the MS .NET 1.1 Framework. |
|
Optimised assemblies: These are language assemblies containing only modified resources. Since they do not contain an applications complete resource set, optimized assemblies cannot be localized using standard visual tools. As such, optimized assemblies are typically built at the very end of a localization process only. |
|
Unoptimised assemblies: These are language assemblies that contain an applications complete resource set. As such they can be localized using any of the visual tools that come with Alchemy CATALYST. |
This is why Alchemy CATALYST provides the ability to create unoptimised assembly files. While these files may be larger in size, they do contain a complete set of application resources and consequently can be localized using visual tools.
© Copyright Alchemy Software Development 2007 |
|