Click here to Skip to main content
15,895,423 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I would like to get the memory dumps files in the list-box by using c#net and then delete all files by using c#net
Posted
Comments
CHill60 28-Nov-14 5:47am    
Which files? What textbox? Share your code and explain the problem you have
Srikanth59 28-Nov-14 7:22am    
i created one windows app now i wanted to get all memory dump files of the system and clean the dump files of the system by using c#
BillWoodruff 28-Nov-14 7:53am    
So, start studying the links that Matthew guided you to, and make notes, and do experiments in code. As you have issues, or get stuck, come back here with specific questions.
Srikanth59 28-Nov-14 8:18am    
thanks....

Nobody here writes code for you . We can only assist when you encounter issues .You have to do some research and get to the code .I can suggest the below articles for a better start.

http://support.microsoft.com/kb/315263[^]

http://www.howtogeek.com/196672/windows-memory-dumps-what-exactly-are-they-for/[^]

http://msdn.microsoft.com/en-us/magazine/cc163528.aspx[^]

C# How to Scan a Process' Memory[^]

http://msdn.microsoft.com/en-us/library/ff553552%28v=vs.85%29.aspx[^]
 
Share this answer
 
Actually I search a lot and noting found useful but at end I found this and it may also help you to
http://www.deskdecode.com/how-to-fix-blue-screen-beginning-dump-of-physical-memory-error/[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900