c# - Setup Wizard tries to install to wrong framework version -


i've created simple 1 line console application 3.5 framework , attempting try out "visual studio installer" setup wizard project install on server. both console , "setup wizard"are .net 3.5 framework when try setup.exe on target server message regarding 4.5 framework pre-requisites.

visual studio 2013 c# console application .net 3.5 windows server 2003 r2

any ideas reference 4.5 coming from?

thanks
error message , project screenshot

as in msdn forum answer:

https://social.msdn.microsoft.com/forums/windows/en-us/54e20ea4-ddfa-4315-9a04-57daa74b6952/setup-wizard-tries-to-install-to-wrong-framework-version?forum=winformssetup

"if installer project extension generated msi setup , setup.exe, in setup project go view => editor=>launch conditions, right-click net launch condition, properties window, , choose relevant 1 drop down in version. "


Comments

Popular posts from this blog

OpenCV OpenCL: Convert Mat to Bitmap in JNI Layer for Android -

android - org.xmlpull.v1.XmlPullParserException: expected: START_TAG {http://schemas.xmlsoap.org/soap/envelope/}Envelope -

python - How to remove the Xframe Options header in django? -