Installing GroupDocs.Assembly for .NET through NuGet
NuGet is the easiest way to download and install GroupDocs.Assembly for .NET. Following are the couple of ways to install GroupDocs.Assembly for .NET in your project using NuGet.
Using Package Manager GUI
Follow these steps to reference GroupDocs.Assembly using Package Manager GUI:
Open your solution/project in Visual Studio.
Click Tools -> NuGet Package Manager -> Manage NuGet Packages for Solution. You can also access the same option through the Solution Explorer. Right-click the solution or project and select Manage NuGet Packages from the context menu.
Select Browse tab and type “GroupDocs.Assembly” in the search text box.
Click the Install button to install the latest version of the API into your project as shown in the following screenshot.
Using Package Manager Console
You can follow the steps below to reference GroupDocs.Assembly using the Package Manager Console:
Open your solution/project in Visual Studio.
Select Tools -> NuGet Package Manager -> Package Manager Console from the menu to open package manager console.
Type the command “Install-Package GroupDocs.Assembly” and press enter to install the latest release into your application.
After successful installation, GroupDocs.Assembly will be referenced in your application.
Warning
These steps are written while using the Visual Studio 2015.
Video Demo
Please view this video demo to get a better demonstration of installation and usage of GroupDocs.Assembly for .NET 3.0.0.
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.