Wijmo Open for Juice UI
Installing Juice UI and Wijmo Open for Juice UI Libraries Via Nu

The latest Juice UI and Wijmo libraries are available via NuGet, a Visual Studio extension that automatically adds libraries and references to your project.

Nuget Installation

To install NuGet:

  1. Go to http://nuget.org/ and click Install NuGet.
  2. Run the NuGet .vsix installer.
  3. In the Visual Studio Extension Installer window, make sure Microsoft Visual Studio 2010 Ultimate is selected and click Install.
  4. Once the installation is complete, click Close.

Installing Juice UI

To install Juice UI:

  1. Open a pre-existing Web project or create a new project (see Creating an ASP.NET Project).
  2. In Visual Studio, select Project | Manage NuGet Packages. The Manage NuGet Packages dialog box appears.
  3. Click Online and then click NuGet official package source.
  4. In the top right corner, enter Juice in the Search Online in the box.
  5. Click Install next to Juice UI.

Note: You can also install it using the NuGet Package Manager Console like this:

PM> Install-Package WijmoOpenJuiceUI

Or if you prefer using the UI, you can access the JuiceUI package which is located at http://nuget.org/packages/JuiceUI.

Installing Wijmo Open for Juice UI

To update or add Wijmo references to your project:

  1. Open a pre-existing Web project or create a new project (see Creating an ASP.NET Project).
  2. In Visual Studio, select Project | Manage NuGet Packages. The Manage NuGet Packages dialog box appears.
  3. Click Online and then click NuGet official package source.
  4. In the top right corner, enter Wijmo in the Search Online in the box.
  5. Click Install next to Wijmo Open for Juice UI. This will update the references for Wijmo Open.
  6. Click I Accept to accept the ComponentOne license and then click Close in the Manage NuGet Packages dialog box. You now have access to all extender controls in the C1.Web.Wijmo.Open.Juice library.

Note that when you install Wijmo Open for Juice UI to your project, the Web.config file automatically adds references to the C1.Web.Wijmo.Open.Juice.4 assembly and adds TagPrefix="cc1" for each of the extender controls, so you do not need to manually register the assembly in the source markup at the top of the .aspx page.

 

Web.config file

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum |  Documentation Feedback