0024707: Problem building C# sample win VC 10
authorabv <abv@opencascade.com>
Tue, 29 Apr 2014 06:06:21 +0000 (10:06 +0400)
committerabv <abv@opencascade.com>
Wed, 30 Apr 2014 09:07:07 +0000 (13:07 +0400)
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

index 4b4b427..97cd8d3 100644 (file)
@@ -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.
 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.
 
 
 Run run_winforms.bat or run_wpf.bat to launch the corresponding sample.