Page 1 of 1

.net framework

PostPosted: 07 Apr 2016, 03:58
by maojiaxin
When downloading cpp client, I finished the cmake process without error, however, when I open up the .sln projuect which I built, I got this:

'Visual C++ program 'ALL_BUILD' aimes at .NETFramework, Version=v4.0, and you have not installed it'.

Yet I am quite sure I must intall Microsoft .NET Framework 4.0 and I have removed all the advanced .NET Framework. I do not know how to deal with it.

Re: .net framework

PostPosted: 25 Jul 2016, 06:21
by kimarionizetha
I also have the same problem. I am using c#, I downloaded a sample code from Github and i tried to run it in visual studio environment, of course i have already installed .net framework 3.5 as they recommended in the website but when i run the sample code i found out that some library is missing. any way with an idea on how to solve this problem please :|