Registering VSPackages (C#)

Visual Studio relies on system registry entries to describe and locate a VSPackage. The author of a VSPackage must make sure that it is correctly registered before loading. Managed VSPackages are registered by adding attributes to the source code and then running the RegPkg.exe utility on the resulting assembly.

In This Section