c# - How to Change .NET Version Target -
i creating service targeting .net 4.5
.
i changed .net 3.5
in project properties:
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
Post a Comment