Visual Studio setup for C++: .NET Framework warning -


i have native c++ application developed in visual studio 2010. there's setup project part of solution. when setup being build, warning pops up:

warning: target version of .net framework in project not match .net framework launch condition version '.net framework 4 client profile'. update version of .net framework launch condition match target version of the.net framework in advanced compile options dialog box (vb) or application page (c#, f#).

in (c++ app) properties, there's field in common properties says:

targeted framework: .netframework, version=v4.0

which can't edited.

now questions is: why need .netframework c++ application @ all???

you can add (using text editor) <targetframeworkversion>v2.0</targetframeworkversion> <propertygroup label="globals"> section in of solution's .vcxproj files, reload modified projects. change causes vs stop adding bogus launch condition.


Comments

Popular posts from this blog

monitor web browser programmatically in Android? -

Shrink a YouTube video to responsive width -

wpf - PdfWriter.GetInstance throws System.NullReferenceException -