Skip to content

Latest commit

 

History

History
 
 

README.md

##GroupDocs.Assembly for .NET Examples

This package contains C# and VB.NET Examples Solutions for GroupDocs.Assembly for .NET and sample input templates used in the examples.

How to Run the Examples?

Open Solutions in Visual Studio

The package contains two solutions developed in Visual Studio 2013, one for C# examples and other for Visual Basic examples. You can download the ZIP, extract the files, go to Examples folder and open the solution file in Visual Studio. The solution contains three projects:

  1. GroupDocs.AssemblyExamples
  2. GroupDocs.AssemblyExamples.BusinessLayer
  3. GroupDocs.AssemblyExamples.ProjectEntities

Add Missing APIs

Follow the given steps to rebuild the solution which would automatically add missing references of the third party APIs in the first two projects mentioned above:

  • Extract the downloaded project and open the solution file in Visual Studio
  • Right click on solution and press "Enable NuGet package Restore"
  • Build the project

In other case, it is possible that Visual Studio is unable to automatically add these APIs references due to Visual Studio version differences. In this case, please add references of the following APIs manually:

  1. GroupDocs.Assembly
  2. Newtonsoft.Json

For further details, please visit How to run examples.