mortenb123
2 months agoContributor
Winform Preparing an object recognition hint. terribly slow.
I just upgraded our TestExecute Workstation from 8GB win10 to 64GB win11
Far more recent processor and faster SSD.
The app is an old C# winform app we have recompiled frequently when there are updates and new compiler/.NET.
It was quite fast on win7 8GB, then slow on win10, and now everything is fast except for the
`Preparing an object recognition hint.` It is even slower on the new machine.
It may be win11, but it is a winform with lots of widget, I know Microsoft deprefacted winform, probably removing some stuff TE needed to do fast lookups in win7. TE now needs around 1minute to get the xml for the winform.
Are there any ways to speed it up? Add some debug libs when compiling?
Product manager do not warrant rewriting it to WPF or UWP.