Link to home
Start Free TrialLog in
Avatar of zimmer9
zimmer9Flag for United States of America

asked on

Could you explain to me the meaning of "inplace update" and why code may require changes in moving to .NET 4.6.1?

At our company we are following Microsoft's recommended upgrade to .NET Framework version 4.6.1.

While the inplace update to the target version will be generally straightforward, some applications may require changes to code.

Could you explain to me the meaning on "inplace update" and why code may require changes?
Avatar of Shaun Vermaak
Shaun Vermaak
Flag of Australia image

If code is using any Obsolete Types or Obsolete Members code will need to be changed and recompile. If not, it will continue to work unchanged.
Additional information
SOLUTION
Avatar of Fernando Soto
Fernando Soto
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial