c# - .NET application memory usage Visual Studio 2005 -


i've got c# application running on windows ce smart device , added new graphing option results in "outofmemory" exception after running few hours. how find going wrong? code looks fine, based on 1 of previous graphing options runs weeks without problem.

i've tried debug > windows > memory options in vs 2005, give message "unavailable when debuggee running." i've tried attaching process using remote debugging tools (specifically windows ce remote process viewer), there's not enough functionality see i'm looking for.

are there tools in vs 2005 analyse either remote c# app or 1 running locally (ie. win32)?

a) see memory profiler .net compact framework

b) see cf remote performance , ... viewer: http://www.microsoft.com/en-us/download/details.aspx?id=13442&751be11f-ede8-5a0c-058c-2ee190a24fa6=true

looks have memory leak in code.


Popular posts from this blog

c# - ODP.NET Oracle.ManagedDataAccess causes ORA-12537 network session end of file -

matlab - Compression and Decompression of ECG Signal using HUFFMAN ALGORITHM -

utf 8 - split utf-8 string into bytes in python -