Reference Aspose.Words from a .NET Project

Skip to end of metadata
Go to start of metadata
In order to use any component in your application, you should add a reference to it. Follow these steps (assuming you use Microsoft Visual Studio):
  1. In Solution Explorer , expand the project node to which you want to add a reference.
  2. Right-click the References node for the project and select Add Reference from the shortcut menu.
  3. In the Add Reference dialog box, select the .NET tab (selected by default).
  4. You will see Aspose.Words in the top pane, select it and then click the OK button.

  5. The Aspose.Words reference will appear under the References node of your project.
Note that in the Add Reference dialog box you can see two or three Aspose.Words assemblies depending upon what version of the .NET Framework the dialog is currently filtered to. Each of the assemblies are for different .NET Framework versions and is discussed next.

Adding a Reference to an Application Running the .NET Framework 2.0 or Greater

  • If you are building an application for .NET Framework 2.0 or greater, then select Aspose.Words for Runtime v2.0.50727 and where the Aspose.Words.dll is located in the <InstallDir>\bin\net2.0 folder.

Adding a Reference to an Application Running the .NET Framework 3.5 or 4.0 Client Profile

  • If you are building an application for the .NET Framework 3.5 or 4.0 Client Profile, then select Aspose.Words for Runtime v2.0.50727 and where the Aspose.Words.dll is located in the <InstallDir>\bin\net3.5_ClientProfile folder.
The Client Profile excludes some assemblies therefore some members are not available when using this DLL. See Sending to a Client Browser for further details.
Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.