From 66fb4d9a407ec2fadf1220fc15dba869c5f68f3d Mon Sep 17 00:00:00 2001 From: abv Date: Tue, 29 Apr 2014 10:06:21 +0400 Subject: [PATCH] 0024707: Problem building C# sample win VC 10 Need to check and correct Target Framework in C# projects after conversion to new versions of Visual Studio described in the sample documentation --- samples/CSharp/ReadMe.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/samples/CSharp/ReadMe.md b/samples/CSharp/ReadMe.md index 4b4b427feb..97cd8d36c5 100644 --- a/samples/CSharp/ReadMe.md +++ b/samples/CSharp/ReadMe.md @@ -41,6 +41,9 @@ Note a few important details: Run msvc.bat to start MS Visual Studio for building the sample. Note that project files are provided only for VS 2008, you can open them in newer versions of Visual Studio using automatic converter. +After conversion check option "Target framework" in properties of C# projects +(tab "Application") to ensure that it corresponds to the version set in +the properties of the C++ projects (e.g. ".Net Framework 4.0" for VS 2010). Run run_winforms.bat or run_wpf.bat to launch the corresponding sample.