.NET Compact Framework Catalog Items and Sysgen Variables (Compact 7)

3/12/2014

In Windows Embedded Compact, you can implement functionality to support .NET Compact Framework 3.5 in your OS design, so that you can develop .NET Compact Framework applications for your Windows Embedded Compact devices.

Note

When you add your own .NET Compact Framework .exe or .dll files to an OS design, you must add the files to the FILES Section of the ROM image. If you add these files to the MODULES section, the application or .dll cannot be used.

For more information, see .NET Compact Framework.

For more information about how to add or remove catalog items, see Design Your First OS.

Hardware and Software Requirements

  • None.

Catalog Items and Sysgen Variables

The following table describes the catalog items and associated SYSGEN variables you can use to add .NET Compact Framework functionality to your OS.

Catalog item SYSGEN variable Description Dependencies

OS Dependencies for ..NET Compact Framework 3.5

SYSGEN_DOTNETV35_SUPPORT

Adds all of the support files to your OS design that are needed for running the .NET Compact Framework on a device that has a display screen.

Requires a display screen.

OS Dependencies for .NET Compact Framework 3.5 - Headless

SYSGEN_DOTNETV35_SUPPORT_HEADLESS

Adds all of the support files to your OS design that are needed for running the .NET Compact Framework on a device that has no display screen.

None.

.NET Compact Framework 3.5

SYSGEN_DOTNETV35

Adds the .NET Compact Framework 3.5 to your OS design for a device that has a display screen.

Requires SYSGEN_DOTNETV35_SUPPORT.

.NET Compact Framework 3.5 String Resources

SYSGEN_DOTNETV35_SR

Provides string resources for the .NET Compact Framework for a device that has a display screen.

Requires a display screen. If you require localized string resources, you must also select a catalog item in .NET Compact Framework 3.5 Localized String Resources.

String Resources Chinese (PRC)

SYSGEN_DOTNETV35_SR_CHS

Provides string resources in the Chinese (PRC) language for the .NET Compact Framework for a device that has a display screen.

Requires a display screen.

Also requires Chinese language support. For more information, see National/Regional Language Support (NLS) Catalog Items and Sysgen Variables.

String Resources Chinese (Taiwan)

SYSGEN_DOTNETV35_SR_CHT

Provides string resources in the Chinese (Taiwan) language for the .NET Compact Framework for a device that has a display screen.

Requires a display screen.

Also requires Chinese language support. For more information, see National/Regional Language Support (NLS) Catalog Items and Sysgen Variables.

String Resources French (France)

SYSGEN_DOTNETV35_SR_FR

Provides string resources in the French language for the .NET Compact Framework for a device that has a display screen.

Requires a display screen.

Also requires French language support. For more information, see National/Regional Language Support (NLS) Catalog Items and Sysgen Variables.

String Resources German (Germany)

SYSGEN_DOTNETV35_SR_DE

Provides string resources in the German language for the .NET Compact Framework for a device that has a display screen.

Requires a display screen.

Also requires German language support. For more information, see National/Regional Language Support (NLS) Catalog Items and Sysgen Variables.

String Resources Italian (Italy)

SYSGEN_DOTNETV35_SR_IT

Provides string resources in the Italian language for the .NET Compact Framework for a device that has a display screen.

Requires a display screen.

Also requires Italian language support. For more information, see National/Regional Language Support (NLS) Catalog Items and Sysgen Variables.

String Resources Japanese (Japan)

SYSGEN_DOTNETV35_SR_JA

Provides string resources in the Japanese language for the .NET Compact Framework for a device that has a display screen.

Requires a display screen.

Also requires Japanese language support. For more information, see National/Regional Language Support (NLS) Catalog Items and Sysgen Variables.

String Resources Korean (Korea)

SYSGEN_DOTNETV35_SR_KO

Provides string resources in the Korean language for the .NET Compact Framework for a device that has a display screen.

Requires a display screen.

Also requires Korean language support. For more information, see National/Regional Language Support (NLS) Catalog Items and Sysgen Variables.

String Resources Portuguese (Brazil)

SYSGEN_DOTNETV35_SR_PT

Provides string resources in the Portuguese (Brazil) language for the .NET Compact Framework for a device that has a display screen.

Requires a display screen.

Also requires Portuguese language support.

For more information, see National/Regional Language Support (NLS) Catalog Items and Sysgen Variables.

String Resources Spanish (International Sort)

SYSGEN_DOTNETV35_SR_ES

Provides string resources in the Spanish language for the .NET Compact Framework for a device that has a display screen.

Requires a display screen.

Also requires Spanish language support. For more information, see National/Regional Language Support (NLS) Catalog Items and Sysgen Variables.

.NET Compact Framework 3.5 - Headless

SYSGEN_DOTNETV35_HEADLESS

Adds the .NET Compact Framework 3.5 to your OS design for a device without a display screen.

Requires SYSGEN_DOTNETV35_SUPPORT_HEADLESS.

.NET Compact Framework 3.5 String Resources - Headless

SYSGEN_DOTNETV35_HEADLESS_SR

Provides string resources for the .NET Compact Framework for devices without a display screen.

None. If you require localized string resources, you must also select a catalog item in .NET Compact Framework 3.5 Localized String Resources - Headless.

String Resources Chinese (PRC)

SYSGEN_DOTNETV35_HEADLESS_SR_CHS

Provides string resources in the Chinese (PRC) language for the ..NET Compact Framework for devices without a display screen.

Requires Chinese language support. For more information, see National/Regional Language Support (NLS) Catalog Items and Sysgen Variables.

String Resources Chinese (Taiwan)

SYSGEN_DOTNETV35_HEADLESS_SR_CHT

Provides string resources in the Chinese (Taiwan) language for the .NET Compact Framework for devices without a display screen.

Requires Chinese language support. For more information, see National/Regional Language Support (NLS) Catalog Items and Sysgen Variables.

String Resources French (France)

SYSGEN_DOTNETV35_HEADLESS_SR_FR

Provides string resources in the French language for the ..NET Compact Framework for devices without a display screen.

Requires French language support. For more information, see National/Regional Language Support (NLS) Catalog Items and Sysgen Variables.

String Resources German (Germany)

SYSGEN_DOTNETV35_HEADLESS_SR_DE

Provides string resources in the German language for the .NET Compact Framework for devices without a display screen.

Requires German language support. For more information, see National/Regional Language Support (NLS) Catalog Items and Sysgen Variables.

String Resources Italian (Italy)

SYSGEN_DOTNETV35_HEADLESS_SR_IT

Provides string resources in the Italian language for the .NET Compact Framework for devices without a display screen.

Requires Italian language support. For more information, see National/Regional Language Support (NLS) Catalog Items and Sysgen Variables.

String Resources Japanese (Japan)

SYSGEN_DOTNETV35_HEADLESS_SR_JA

Provides string resources in the Japanese language for the .NET Compact Framework for devices without a display screen.

Requires Japanese language support. For more information, see National/Regional Language Support (NLS) Catalog Items and Sysgen Variables.

String Resources Korean (Korea)

SYSGEN_DOTNETV35_HEADLESS_SR_KO

Provides string resources in the Korean language for the .NET Compact Framework for devices without a display screen.

Requires Korean language support. For more information, see National/Regional Language Support (NLS) Catalog Items and Sysgen Variables.

String Resources Portuguese (Brazil)

SYSGEN_DOTNETV35_HEADLESS_SR_PT

Provides string resources in the Portuguese (Brazil) language for the .NET Compact Framework for devices without a display screen.

Requires Portuguese language support. For more information, see National/Regional Language Support (NLS) Catalog Items and Sysgen Variables.

String Resources Spanish (International Sort)

SYSGEN_DOTNETV35_HEADLESS_SR_ES

Provides string resources in the Spanish language for the .NET Compact Framework for devices without a display screen.

Requires Spanish language support. For more information, see National/Regional Language Support (NLS) Catalog Items and Sysgen Variables.

Reference

  • .NET Compact Framework
    The Mobile and Embedded Development portal for the Smart-Device Development Framework.
  • .NET Framework
    The home to information about the .NET Framework on MSDN. Here you will find links to articles, samples, tools, and community resources related to this technology, including downloads for the .NET Framework versions 1, 2, and 3.

See Also

Other Resources

.NET Compact Framework