I have done a Windows App using Dot net framework 2.0.
I missed out few piece of coding (Closing filestream before deleting a file) but no prob in dot net framwork 2.0.I am able to delete a file that am creating in local drive
but there was no error when i was testing.now i installed in another PC.that pc contains al framework from 1.1 to 4.0
Now an error occurs in that new pc that has all frameworks. (File is being used by another process Error)
Will it consider the latest framework(4.0) even thogh we did an app using Dot net framework 2.0?
Loading
Sam HobbsPosted Nov 15, 2010, 11:05 PM
narasimman gPosted Nov 15, 2010, 12:54 AM
Problem is !! it is working in one system and not working in another system(PC has all frameworks)!!!
Manikavelu VelayuthamPosted Nov 15, 2010, 12:43 AM
1. Particular File might be opened in your desktop.
2. Particular File might be used in another application.
Just close that file or the particular application which uses that file. that could resolve your issue.