From ed28851da17212e7dba1a30aa832f6ac64fbb66a Mon Sep 17 00:00:00 2001 From: atirtahir Date: Fri, 14 Oct 2016 11:05:43 +0500 Subject: [PATCH] readme updated --- Examples/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Examples/README.md b/Examples/README.md index 9e6cd65..b291559 100644 --- a/Examples/README.md +++ b/Examples/README.md @@ -16,4 +16,6 @@ The package contains two projects, one for C# examples and other for Visual Basi * 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 APIs references due to Visual Studio version differences. In this case, please add references of missing APIs manually. + For more details, see [How to Run Examples](http://groupdocs.com/docs/display/metadatanet/How+to+Run+Examples).