Library Wizard Page (.NET Client Wizard)

Use the Library wizard page to identify the .NET client library you are creating.

Use this To do this
Interface name Type the full name for the class in the .NET assembly. The name of the interface, when combined with the major version number and the namespace name, cannot exceed 39 Unicode characters.
Version Type the version information for the .NET assembly in the form major.minor. The major version number, when combined with the name of the interface and the namespace name, cannot exceed 39 Unicode characters.
Component class name View the component class name to be associated with the managed class in the .NET assembly. The format is Namespace.Interface.MajorVersion. The namespace name, when combined with the major version number and the name of the interface, cannot exceed 39 Unicode characters.
Type Restrictions Select the type appropriate to your library. As you continue to develop your project, appropriate restrictions will be applied based on this selection.

This step will help prevent you from creating a library that contains types that are not supported by the applications that will be using them (for example, ASMX or BizTalk Server).

Selecting None will result in no restrictions.

Selecting Web Service will allow access to data sets, but restrict access to data tables and multi-dimensional arrays.

Selecting BizTalk Adapter for Host Applications will allow access to arrays only, and restrict access to data tables, data sets, and multi-dimensional arrays.
Description Type the description to be associated with the interface. The description can be a maximum of 256 Unicode characters.

See Also

Library Properties
Remote Environment Wizard Page 1 (.NET Client Wizard)
New .NET Client Library Wizard