Installation and Deployment
This section covers information on the installation, process of viewing samples through the sample browser, and the locations of samples and source code. It comprises the following sub-sections:
Installation
For step-by-step installation procedure for the installation of Essential Studio, refer to the Installation topic under Installation and Deployment in the Common UG.
For licensing, patches and information on adding or removing selective components, refer the following topics in Common UG under Installation and Deployment.
- Licensing
- Patches
- Add/Remove Components
Sample and Location
This section covers the location of the installed samples and describes the procedure to run the samples through the sample browser and online. It also lists the location of utilities, assemblies and source code.
Sample Installation Location
The Essential Tools Silverlight samples are installed under the following location, locally on the disk:
C:\Program Files (x86)\Syncfusion\Essential Studio\<Version Number>\Samples\Silverlight\
Viewing Samples
To view the samples, follow the steps below:
-
Click Start–>All Programs–>Syncfusion–>Essential Studio <version number> –>Dashboard.
Essential Studio Enterprise Edition window is displayed.
Syncfusion Essential Studio Dashboard
User Interface Edition panel is displayed by default.
NOTE
You can view the samples in any of the following three ways:
- Run Samples - Click to view the locally installed samples.
- Online Samples - Click to view online samples.
- Explore Samples - Explore Silverlight samples on disk.
-
Click Run Samples for Silverlight. Essential Studio Silverlight Edition sample browser is displayed.
Silverlight Edition Sample Browser
-
Tools sample browser window is displayed.
Tools Samples
-
Select any sample from the samples provided and browse through the features.
Source Code Location
The default location of the Essential Tools Silverlight source code is:
Configuring Syncfusion NuGet Packages in Visual Studio
Syncfusion Silverlight NuGet packages are available here.
NuGet Configuration
The steps to install the Syncfusion Silverlight NuGet Packages in Visual Studio are as follows,
-
In Visual Studio, navigate to
Tools | NuGet Package Manager | Package Manager Settings
, the options dialog will appear on the screen as shows below, -
Select
NuGet Package Manager | Package Sources
and clickAdd
button to add thePackage Name
andPackage Source
of Syncfusion NuGet Packages.Name: Name of the package that listed in Available package sources
Source: Syncfusion Silverlight NuGet Package feed url
http://nuget.syncfusion.com/nuget_silverlight/nuget/getsyncfusionpackages/silverlightNOTE
The
Source
text box in the above image denotes the location of the NuGet packages and theName
section, allows you to provide a unique name for NuGet Packages Source.
IMPORTANT
Syncfusion other platforms NuGet packages feed links are available here
NuGet Installation
Syncfusion Silverlight NuGet can install once configured the package source. The NuGet installation steps as below,
-
Once configured the Package source with Syncfusion NuGet Packages, right click on project and choose
Manage NuGet Packages | Online | <Package Source Name>
. -
The NuGet Packages are listed which are available in package source location. Install the required packages to your application by clicking
Install
button.NOTE
NuGet packages can be install directly through the command line (Package Manager Console). Further details click here
Updating a NuGet Package
Using the Manage NuGet Packages
in Visual Studio, NuGet packages can be update.
-
Right click on Project and Navigate to the
Manage NuGet Packages
and click on theUpdates
tab to check for updates. -
Select the
Updates -> <Syncfusion Package Source>
. Refer to the following screenshot for more information. -
If there is a new version of NuGet you will see it in the list of available updates.
-
Select NuGet Package in the list and click
Update
. When the update is complete, close and re-open all open instances of Visual Studio.NOTE
By clicking
Update All
button, all NuGet packages are getting update. When the update is complete, close and re-open all open instances of Visual Studio.
Deployment Requirements
Assemblies List
The assemblies to be added to the application deploy Essential Tools controls for Silverlight are as follows:
- Syncfusion.Tools.Silverlight.dll
- Syncfusion.Shared.Silverlight.dll
- Syncfusion.DockingManager.Silverlight.dll (for docking manager)
- Syncfusion.Ribbon.Silverlight.dll (for Ribbon instance)