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):
|
| 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. |


