]> OCCT Git - occt-copy.git/commitdiff
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 4b4b427feb0a308affc97feafcb77aae2a3ee444..97cd8d36c5a64db7697f8c84b1c806af0c7a9414 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.
+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.