Sometime the Visual Studio's clean project command does not return as expected and maximum time people used to manually delete the bin, obj, Client Bin, Generated_Code directories to clean all the traces of previous build. Here I will share a small batch code which will help you to clean up those directories by just a single click. Tune it up if you want to add few more directories in the list. As a developer, you might be a victim of this issue where Visual Studio debugger stops working for your application and you have no other options than deleting the bin, obj folders. You might want to send your source code as an email attachment to someone but don't want to include the compiled binaries or ReSharper cache. Also you might want to do a clean deployment of your code in web server where you want to make yourself confident that the previous compiled binary references don't copied unknowingly. If you are doing at least one of the above...


I guess you came to this post by searching similar kind of issues in any of the search engine and hope that this resolved your problem. If you find this tips useful, just drop a line below and share the link to others and who knows they might find it useful too.

Stay tuned to my blogtwitter or facebook to read more articles, tutorials, news, tips & tricks on various technology fields. Also Subscribe to our Newsletter with your Email ID to keep you updated on latest posts. We will send newsletter to your registered email address. We will not share your email address to anybody as we respect privacy.


This article is related to

</ span>VS2010,,Articles,Computer Tutorials, Visual Studio