##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.
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:
- GroupDocs.AssemblyExamples
- GroupDocs.AssemblyExamples.BusinessLayer
- GroupDocs.AssemblyExamples.ProjectEntities
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:
For further details, please visit How to run examples.