I have a application that is running slow only over RDP.
This is what I know by now:
- It is the InitializeComponents() method that is slow
- App is only slow when RDPs "Use local printers" is enabled.
What I dont know:
- If it is one statement in the InitializeComponents() method that is slow, or several.
Idealy I would want to retrieve a list over all statements in the method sorted by the one that uses the most time. Ideally I dont want to install any software on the customers server.
Any thoughs?