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
Post a Comment