Thanks for both reply's.
I think I do not quite understand the difference between the Visual Studio version and the SDK-version. Even don't know what the relation between those two is.
However, I got the problem solved by searching the folders for the references to the version and:
- downloading the 4.8 version explicitely, rather than the 5.0.202;
- in the files "App.config" and "MyProject.csproj":
change the references "4.6.1" (or others) into "4.8"; - delete the hidden folder ".vs"
Now starting Visual Studio and compiling succeeded!
Thanks for all assistance!
Hans