Click here to Skip to main content
15,887,683 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi Everybuddy...! i have developed a Windows based Application in c#.Net by using backend SQLServer..! that application is working properly but when i worked on that application its Automatic create a Folder on Desktop! the name of Folder is LOG!
So please could u tell me Guyies what exactly i am missing over there...!or what i have to do to remove like these problem!

Regards...!
Dnyanesh Wahiley
Posted
Comments
Amir Mahfoozi 13-Feb-12 6:13am    
Have you used third party components ? They should caused that to happen.
Dnyanesh Wahiley 13-Feb-12 6:39am    
yes Amir..! i used resizing tool a third party component! so is there any solution to handle like this problem? because application is working very well only this problem occured there thats it!

1 solution

So if you use a third party component :

You may firstly check its documentation to see whether it can change logging folder or disable the logging functionality?

If it's impossible at this time to change its behavior then check whether you can remove its log folder regularly. For example at your application startup time and exit time.

If it can not be removed because of locking by a process then you have to find another resizing library which do not have this unconventional side effect.

Hope it helps.
 
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