In This Topic
Web API services are provided as Visual Studio template, which is available after installation of Web API Edition. Once you create Web API service application using the ComponentOne template in Visual Studio, the template adds the references C1.Web.API.dll, C1.C1Excel.dll, and other related assemblies to your service project.
You can install Web API project templates using ComponentOne ControlPanel. To do so, download the ComponentOneControlPanel tool from MESCIUS website and install it. For detailed information on ComponentOne ControlPanel and its functionalities, see ComponentOne ControlPanel blog.
Note: It is advisable that you either log off or restart your Windows machine once you have installed the Web API Edition, and then create the service application, so that the required Environment Variables are set. However, if you install the Web API Edition in Windows followed by creating the service application, the required Environment Variables are not set.
Installing Web API Project Templates
The easy way to install the Web API project templatesis through the ComponentOneControlPanel application. There are two methods for installing Web API project templatesusing the ComponentOne ControlPanel : one is by using the "Install Selected Controls" option, and the other is by using the "Show Full Installer" option. To directly install the latest version of the controls, use the "Install Selected Controls" option, and to install the specific version of the controls, you can use the "Show Full Installer" option. In both the options, a trial version of the controls is installed, which is valid for 30 days. You can easily extend the usage of ComponentOne controls beyond 30 days by activating the license using a serial key. The serial key can be purchased from the Sales team or Website.
You can follow the below steps to install the Web API services. Follow the steps through the installation wizard to install the ASP.NET DLLs and templates for Web API Edition, its dependency DLLs, stylesheets and scripts.
- Download the ComponentOneControlPanel from https://developer.mescius.com/componentone to install the latest edition of Web API services.
- Run the ComponentOneControlPanel.exe to open the control panel. The User Account Control dialog box appears, requesting your permission to initiate the installation process on your device.
- Click the Yes button in the User Account Control dialog box to initiate the installation of ComponentOne controls.
Note: Any running instances of Visual Studio must be closed.
The ComponentOne 30-Day Free Trial screen opens up with the list of ComponentOne products to install.
- Select the checkbox in the Web API tile to install the Web API services. You can also install multiple controls by selecting the checkboxes against them.
- Click one of the following available buttons to install the ComponentOne controls as per your requirements:
- Install Selected Controls – Allows you to install the latest version of ComponentOne controls
- Show Full Installer – Allows you to install the specific version of ComponentOne controls
Follow the next steps based on your selection. The detailed steps for each selection are given below:
Samples
Samples for the product are installed in the ComponentOne samples folder by default.
Documents\ComponentOne Samples\Web Api
Note: In case you get any missing assembly errors while running the sample, you need to add the required references from the NuGet source.
To Add Web API Libraries from NuGet
ComponentOne Web API libraries are provided through NuGet, a Visual Studio extension that automatically adds libraries and references to your project. You can add the following NuGet packages for Web API to your Web API service application from NuGet, which is available in Visual Studio once Web API Edition is installed.
- C1.Web.Api Nuget package
- C1.Web.Api.BarCode Nuget package
- C1.Web.Api.DataEngine Nuget package
- C1.Web.Api.Document Nuget package
- C1.Web.Api.Excel Nuget package
- C1.Web.Api.Image Nuget package
- C1.Web.Api.Pdf Nuget package
- C1.Web.Api.Report Nuget package
- C1.Web.Api.Cloud Nuget package
- C1.FlexReport Nuget package
- C1.Excel Nuget package
- C1.Document Nuget package
- C1.DataEngine Nuget package
To Install NuGet
- Go to https://www.nuget.org/ and click Install NuGet.
- Run the NuGet.vsix installer.
- In the Visual Studio Extension Installer window, click Install.
- Once the installation is complete, click Close.
To Add Web API References to your Service Application
- Create a new Web API project (refer to Configuring Web API).
- In the Solution Explorer, right click References and select Manage NuGet Packages.
- In NuGet Package Manager, select the package source.
- Select the NuGet package according to your project requirements.
- Click Install.
To Manually Create NuGet Package Source
- In Visual Studio, from the Tools menu select NuGet Package Manager | Package Manager Settings. The Options dialog box appears.
- In the left pane, select NuGet Package Manager | Package Sources.
- Click the Add button in top right corner. A new source is added under Available package sources.
- Set a Name for the new package source, and set the Source as https://www.nuget.org/.
- Click Update and then click OK.
NuGet package source has been created.
See Also