c# - How to Change .NET Version Target -


i creating service targeting .net 4.5.

i changed .net 3.5 in project properties:

enter image description here

i updated of .resx files contain version=2.0.0.0 instead of version=4.0.0.0 (as compiler complaining this), , removed .net 4.5 list of prerequisites.

however, when generate new msi , try run seeing message:

this setup requires .net framework version 4.5. please install .net framework , run setup again. .net framework can obtained web. now?

the machine trying install on has .net 3.5 installed , should run without issue.

i not sure else check in project - have ideas of might causing this? there way of "refreshing" settings ensure new framework used installer?

change target framework in project properties , recompile. that's all...


Comments

Popular posts from this blog

sql - invalid in the select list because it is not contained in either an aggregate function -

Angularjs unit testing - ng-disabled not working when adding text to textarea -

How to start daemon on android by adb -