Avoid Windows compatibility mode

Asked

Viewed 34 times

0

I’m maintaining an old code in c#.

The program was installed on Windows 7 at the time it was created, now with Windows 10 it is necessary to run with compatibility mode to work.

Compiling with a more current . Net, it would no longer be necessary to run as compatibility?

Or you’d have to do something else?

1 answer

0

Compile with a more current framework that will fix the problem, remembering that when changing the framework may stop working some functions of the code, backup before and then test, if any error happens, (if there are not many) it is worth fixing them.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.