[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.] Each VSPackage to be loaded in a deployed application must have a valid package load key (PLK). The PLK is uniquely related to the VSPackage and cannot be used to load any other VSPackage. PLKs are obtained from the Microsoft Visual Studio Industry Partner (VSIP) Web site.
Note |
|---|
| Although the PLK request form refers to your product name, description, and version, it actually means your VSPackage name, description, and version. |
Note |
|---|
| Be careful when entering information to obtain your PLK. Incorrect information is the primary reason for PLK load failure. |
To obtain a PLK from the VSIP developer Web site
-
Go to the Visual Studio Industry Partner Web site.
-
Sign in with your Passport Network credentials. Use the e-mail address and password that you use to sign in to the Passport Network. If you have no credentials, you can sign up here.
The VSIP Affiliate home page appears.
-
Click the Products link.
-
If you have no existing product, create a new product by clicking Create New Product and filling in the requested product information.
Note |
|---|
| The company name that appears next to the product name is the company name you used when creating your VSIP membership. It must match the company name of your VSPackage. |
Note |
|---|
| The Product URL is not used to generate the PLK. You can use any URL, but it has to be correctly formatted, for example, http://microsoft.com. |
-
Click the lock icon to the right of your product, that is, your package.
The PLK request form appears with the product name and description filled out.
-
Fill in the requested fields. Be careful not to add any trailing spaces.
| Field name | Value | Required |
| Product Version. | Type in a product version, for example, 1.0. You can use any string. | Yes |
| Package Guid | This is the GUID attribute of the class that implements your VSPackage, for example:
[Guid("EEE474A0-083B-4e9c-B453-F6FCCEDA2577")]
public class MyProductName : MsVsShell.Package
Note Use the numeric value to fill in the field, excluding any brackets. For example: EEE474A0-083B-4e9c-B453-F6FCCEDA2577 | Yes |
| Application Residency | Select a value from the dropdown list, for example, Microsoft Visual Studio .NET 2003. Note |
|---|
| PLKs generated for Visual Studio.NET 2003 will also work with Visual Studio.NET 2005. |
| Yes |
| Minimum Product Edition | Select a value from the drop-down list, for example, Standard. | Yes |
| Resource DLL Filename | Type in the name of your resource dll, for example, MPUI.dll. If you have no resource dll, leave this field blank. Note This field is not used to generate the PLK. | No |
-
Click Request PLK. A message appears that looks something like this:
Your Package Load Key request is pending. You will receive a notification when it's been approved or denied.
The notification you receive will provide the PLK.
See Also