Skip to content

Latest commit

 

History

History

README.md

GroupDocs.Assembly for .NET Examples

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

Image

How to Run the Examples?

Open Solutions in Visual Studio

The package contains solution developed in Visual Studio 2017, one for C# examples. You can download the ZIP, extract the files, go to Examples folder and open the solution file in Visual Studio. The solution contains AssemblyExamples project.

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
  • 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.