Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

Registering plugins

Plugins may be registered on a system by running, on the command prompt, the command which follows:

c:\windows\Microsoft.NET\Framework\v2.0.50727\regasm /codebase /tlb /verbose  plugin.dll

where:

  • plugin.dll is the name of the plugin DLL file

The /codebase option may be omitted unless the plugin was created with a strong name. Details on strong names are available at CLR Inside Out: Using Strong Name Signatures. A warning message will be generated when the /codebase option is used to register a plugin which does not have a strong name. Since the plugin will still function properly, this warning may be ignored.

  • No labels