Migrating a windows service from .NET 3.5 to .NET 4.0 -


i have set of windows services installed using installutil utility .net 3.5 version.

if migrated projects 4.0, need uninstall them , reinstall them using utility v4.0 directory them work?
or enough change target version project properties, re-compile them, , copy them installed location?

note: i'm using features .net 4.0 dynamic types

the assembly identification still same, should not need uninstall , reinstall service working.

obviously need ensure .net 4.0 runtime on server, should it. service need "stopped" when go update exe.


Comments

Popular posts from this blog

jQuery clickable div with working mailto link inside -

java - Getting corefrences with Standard corenlp package -

WPF: binding viewmodel property of type DateTime to Calendar inside ItemsControl -