Click to Rate and Give Feedback
Collapse All/Expand All Collapse All
This page is specific to
Microsoft Visual Studio 2008/.NET Framework 3.5

Other versions are also available for the following:
Visual Studio SDK
Visual Studio Shell (Isolated Mode)

Updated: July 2008

The Visual Studio Shell lets partners create unique stand-alone applications that run side-by-side with other versions of Visual Studio that are installed on the computer. Visual Studio Shell (isolated mode) is optimized for the deployment of specialized tools that have full access to Visual Studio services but also have extensive, custom appearance and branding flexibility. Visual Studio features and menu command groups can be easily turned on and off. Application titles, application icons, and splash screens are fully customizable. For a list of customizable features, see Isolated Shell Extensibility Points.

To create an isolated shell-based application, start with a Visual Studio Shell Isolated project. The Visual Studio SDK contains everything that you must have to develop and test your own isolated Shell application. When you are ready to build the Setup and deploy your application, you must get the Visual Studio Shell (isolated mode) redistributable package. For more information, see Microsoft Visual Studio 2008 Shell (isolated mode) Redistributable Package on the Microsoft Download Center Web site. For more information about how to deploy an isolated shell-based application, see Walkthrough: A Basic Isolated Shell Application.

Before your isolated Shell application can run in a non-development environment, you must obtain a shell load key (SLK) and add it to the isolated Shell project. Many aspects of the user interface (UI) for your application are defined in a UI package. To enable the menu items and some of the other UI features of your application to load correctly, you must also obtain a package load key (PLK) and add it to the associated UI project. For more information about load keys, see the following topics:

Date

History

Reason

July 2008

Added information about PLKs for UI packages.

Content bug fix.

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Visual Studio Shell Based Application      nils_gate ... Matt Enright   |   Edit   |   Show History
My new project requires to be Create a Shell based application. It would be a custom IDE for proprietary Application creation.
I wanted to know what are the license requirement for that kind of application.
My question: If I create my project as VS Shell based Application, what kind of license is required by the end user of the Shell based application?

Any help is highly appreciated.

N!lesh

--------------------------------------------------------------------------------------------------------------

As I understand it, no VS licensing is needed by end users as long as the product does not make use of additional VS features (anything not offered in Express). Check out Storyboard Designer as an example that can be downloaded and run on any Windows PC (http://storyboarddesigner.codeplex.com/wikipage?title=Pre-requisites&;;referringTitle=Home). At least a standard VS license is need to develop for the shell, of course, and this is checked by the SDK but not the redistributable.

Matt
Processing
© 2012 Microsoft. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker