Hi!
I have an application with ribbon, docking and everything.
This application can do some intensive calculations and it works good but when I hover some ribbon buttons and the screen tip appears, I can see this message in VS output
“'MachineSimulator.exe' (CLR v4.0.30319: MachineSimulator.exe): Loaded 'C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\Accessibility\v4.0_4.0.0.0__b03f5f7f11d50a3a\Accessibility.dll'.”
and after that the application updates becomes very slow.
I want to mention that this application also has a WindowsFormsHost which hosts an OpenTK.GLControl.
Kind regards,
Daniel