Installation

Installing Aspose.Note for .NET through NuGet

NuGet is the easiest way to download and install Aspose APIs for .NET. Open Microsoft Visual Studio and NuGet package manager. Search “aspose” to find the desired Aspose API. Click on “Install”, the selected API will be downloaded and referenced in your project.

Install or Update Aspose.Note using the Package Manager Console

You can follow the steps below to reference the Aspose.Note API using the package manager console:

  1. Open your solution/project in Visual Studio.
  2. Select Tools -> Library Package Manager -> Package Manager Console from the menu to open package manager console.

todo:image_alt_text

Type the command “Install-Package Aspose.Note -Version x.x.0” and press the enter button to install latest full release into your application. Alternatively, you can add the “-prerelease” suffix to the command in order to specify that the latest release including hotfixes is to be installed as well.

todo:image_alt_text

If you are not familiar with the  Aspose EULA then it is a good idea to read the license referenced in the URL. 

You should now find that Aspose.Note has successfully been added and referenced in your application for you.

todo:image_alt_text

In the package manager console, you can also use the command “Update-Package Aspose.Note.NET” and press enter to check for any updates to the Aspose.Note package and install them if present. You can also add the “-prerelease” suffix to update the latest release.

Uninstalling Aspose.Note for .NET

If you have used the MSI installer to deploy Aspose.Note for .NET, follow these steps to completely remove the component and controls, associated demos and documentation:

  1. From the Start menu, select Settings, followed by Control Panel.
  2. Click Add/Remove Programs.
  3. Select Aspose.Note for .NET (version).
  4. Click Change/Remove to remove Aspose.Note.

Referencing Aspose.Note from a .NET Project

In order to use Aspose.Note in an application, add a reference to it. The process described in this article assumes that you’re using Visual Studio.

To add a reference using Visual Studio:

  1. In the Solution Explorer, expand the project node you want to add a reference to.
  2. Right-click the References node for the project and select Add Reference from the menu.
  3. In the Add Reference dialog box, select the Browse tab.
  4. Click Browse and locate Aspose.Note binary.
  5. Select it and click Add.
  6. Click OK.

The Aspose.Note reference appears under the References node of the project.

Referencing the API from a VS.NET 2012 Client Profile project

If your project’s target framework is .NET Framework 4 Client Profile, use the Aspose.Note.dll file located in the NET40cp folder of the installation directory.

For example:

  1. In Solution Explorer of VS.NET 2012 for your project, right-click References and select Add Reference.
  2. Select the Browse tab in the dialog and use the search box.
  3. Find and select the Aspose.Note.dll binary file in the installation directory, for example: …/Program Files (x86)/Aspose/Aspose.Note for .NET/Bin/NET40cp/ Make sure that you installed the product using the MSI installer on your machine.
  4. Click OK to close the dialog box.

If your VS.NET 2012 project’s target framework is .NET Framework 4 or other, then simply use the Aspose.Note.dll binary file located in NET2.0 folder.

Subscribe to Aspose Product Updates

Get monthly newsletters & offers directly delivered to your mailbox.