
Community Component Versioning and Visual Studio
Beginning in Visual Studio 2008, authors of community components can select the versions of Visual Studio that their component supports. You can install components created by using Visual Studio 2005 on both Visual Studio 2005 and Visual Studio 2008. However, components created by using Visual Studio 2008 might not target Visual Studio 2005, depending on choices that the content author made. For more information, see How to: Package Community Components to Use the Visual Studio Content Installer .
If you have Visual Studio 2008 and Visual Studio 2005 installed on the same computer and you double-click a .vsi file that contains a component other than an add-in, the component will automatically install for use with both versions. Add-in community components can only be installed for use with one version of Visual Studio at a time, because of registry issues. By default, if an add-in community component was created by using Visual Studio 2005, the add-in will only be installed for use with Visual Studio 2005.
Note: |
|---|
Depending on its design, a community component created by using
Visual Studio 2005 might not work correctly when it is used in Visual Studio 2008 and vice versa.
|
To install a community component
Double-click the .vsi file for the component.
The Visual Studio Content Installer appears.
Follow the directions in the wizard to install the component.
Security Note: |
|---|
It is highly recommended that you read the information in
Publisher Status to determine whether the control is signed. For additional security, click Review to display a list of the files that will be installed on your computer.
|