
Through the Telerik NuGet Server users can easily include the Telerik UI for Silverlight suite and update to latest official version without having to log into their Telerik account. The LIB packages have the -hotfix postfix in the version field.

To see the LIB packages you will need also to check the Include prerelease option. When you set up the package source and place the nuget files there, you can find them in the Nuget Package Manager. You cannot download LIB dlls via the online telerik nuget server ( ) because they are not available there. This means that you will need to create a local package source and copy the files there. nupkg files that can be downloaded from your account.
#SILVERLIGHT INSTALL HOW TO#
You can see how to set up the nugets in a local nuget source (package source) in the Installing Silverlight Controls Package section of this article.
#SILVERLIGHT INSTALL INSTALL#
You can install and test the Latest Internal Build (LIB) dlls provided on a weekly basis, via the Nuget Package Manager. Installing Latest Internal Build NuGet Packages You can now use the Telerik Silverlight controls in your project.Īdditionally, you can create a private NuGet Feed and deploy the Telerik NuGet packages there - for more details refer to this blog post. nupkg file (for example C://Telerik NuGet) as a new package source inside the Options dialog:Ĭlick the “Install” button and the references will be automatically added to your project as shown below: If you haven’t set the Telerik NuGet folder until now, you can do it by clicking Settings button on the “Manage NuGet Packages” dialog, then add the folder where you’ve extracted the. Once you open the “Manage NuGet Packages” dialog in Visual Studio (right-click Project References -> Manage NuGet Packages), you can select the Telerik NuGet folder and the available packages there will be shown: The next steps show how to install the complete NuGet package which includes all the assemblies.The approach is the same for the separate packages.
#SILVERLIGHT INSTALL ZIP FILE#
zip file depending on whether you're using Xaml or NoXaml binaries and extract it into the folder where your Telerik NuGet packages are located. Go to to the UI for Silverlight download page following the instructions in Download Product Files topic.ĭownload the needed NuGet. In order to download the latest NuGet packages, follow the instructions below: We will go through the following sections:

Check the Setting a Theme (Using Implicit Styles) help topic for more details on the NoXaml binaries and Implicit Styles. The provided NuGet packages contain either NoXaml binaries or XAML binaries. It is up to you to decide which one is more suitable for your project. We’re providing a common NuGet package containing all the assemblies from the UI for Silverlight suite as well as separate packages for the different assemblies. The following topic describes what steps you should perform in order to install Telerik UI for Silverlight from a NuGet package. Getting Started / Installation Installing UI for Silverlight from a NuGet package
