User objects limit in XP
C#
2
Posts
2
Posters
0
Views
1
Watching
-
I am optimizing application written in C#. It is apparently exceeding the user objects limit in XP. Now I want to trace where all these user object are being created by the application. Is there any tool available which would serve the purpose? Or any other way? Every bit counts ADD
-
I am optimizing application written in C#. It is apparently exceeding the user objects limit in XP. Now I want to trace where all these user object are being created by the application. Is there any tool available which would serve the purpose? Or any other way? Every bit counts ADD
You can use Process Explorer[^] by SysInternals to track the list of open handles that a process has.
Regards Senthil _____________________________ My Blog | My Articles | WinMacro