Forum Discussion
15 years ago
I experienced the same problem.
My computer autoinstalled the Microsoft .NET Framework 3.5 SP1 and .NET Framework 2.0 SP2 Update for Windows Server 2003 and Windows XP x86 (KB982524) and my name mapping changed
It used to be:
Sys.Process("BackupRestore").WinFormsObject("frmBackRest")
Now it's
Sys.Process("BackupRestore").Window("WindowsForms10.Window.8.app.0.378734a", "Backup/Restore", 1)
How do I fix this issue?
Thanks.
My computer autoinstalled the Microsoft .NET Framework 3.5 SP1 and .NET Framework 2.0 SP2 Update for Windows Server 2003 and Windows XP x86 (KB982524) and my name mapping changed
It used to be:
Sys.Process("BackupRestore").WinFormsObject("frmBackRest")
Now it's
Sys.Process("BackupRestore").Window("WindowsForms10.Window.8.app.0.378734a", "Backup/Restore", 1)
How do I fix this issue?
Thanks.