Installing Aspose.Network for .NET
Using MSI Installer
- If you have a previous version of Aspose.Network installed, please uninstall it first. See below how to remove the component from the computer.
- Visit Aspose.Network download page and download the Aspose.Network.msi installer that contains the latest version of the component.
- Run the downloaded file and follow the installer instructions.
- To use Aspose.Network in your project, provide a reference to it as described below.
Using DLL Only
- Visit Aspose.Network download page and download the Aspose.Network.zip archive that contains the latest version of the component.
- Unpack the archive into some directory on your hard drive.
- To use Aspose.Network in your project, provide a reference to it as described below.
Referencing the Component
In order to use any component in your application, you should add a reference to it. Follow these steps (assuming you use Visual Studio .NET):
- In Solution Explorer, expand the project node you want to add a reference to.
- Right-click the References node for the project and select Add Reference from the shortcut menu.
- In the Add Reference dialog box, select the .NET tab (selected by default).
- If you have used MSI installer to install Aspose.Network, you will see Aspose.Network in the top pane. Select it and then click the Select button.
- If you have downloaded and unpacked the dll only, locate the Aspose.Network.dll file using the Browse button.
- Now, you have referenced Aspose.Network and it should appear in the SelectedComponents pane of the dialog box. Click OK and Aspose.Network reference will appear under the References node of the project.
Installing Aspose.Network for Java
Aspose.Network for Java is distributed as a single zip file: Aspose.Network.zip or Aspose.Network.tgz, which contains its Jar file, Demos and Documentation.
- Download Aspose.Network for Java from
- Unzip Aspose.Network.zip or Aspose.Network.tgz into a directory of your choice.