I have developed wpf application which calls a lot of processes and windows services , but it takes forever to start . I am trying to debug the application everything seems to be working fine .Therefore, i don’t understand why the window does not show up . I would like to post the code but it’s too long and i don’t understand in which particular area the problem is .
I have developed wpf application which calls a lot of processes and windows services
Share
As others have mentioned, without seeing the code, you will need to do some code profiling. Here is a good article on MSDN that talks about tricks and tools for profiling your code