Click here to Skip to main content
15,886,199 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I'm working on C# Windows Forms Application that uses a large number of embedded resources(images,icons,...).After a long time editing,adding and removing objects from forms , many resources are not used at current time.I tried to delete unused resources myself but i found it too hard to do that as i can't remember all unused resources in my project.
Is there an easy way to find or delete unused resources from my project ?
Posted
Comments
Prasad Khandekar 21-Mar-13 3:35am    
There is a script available at http://minhdanh2002.blogspot.in/2010/05/identifying-used-and-unused-resources.html.
Joezer BH 21-Mar-13 5:46am    
What do you mean by "embedded resources" ?

1 solution

 
Share this answer
 
Comments
Member 9929607 21-Mar-13 5:37am    
I am using C#. So above solution 1 is not working for me.
Will you please modify that so that it can work for C# also.
Joezer BH 21-Mar-13 5:45am    
The above solution is actually for a C# application. Did you follow the instructions?
If so, what happens?

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