Dear All,
I have one silverlight app,on click of one button,i,m reading values from xml file and displaying in textbox.On click of another button i,m writing values to the same xml file but it was throwing an exception that:
The process cannot access the file 'D:\data.xml' because it is being used by another process.How can i resolve this problem?
Thanks in advance.
Loading
Jaganathan BantheswaranPosted Jul 25, 2011, 5:53 AM
maheshPosted Jul 25, 2011, 6:45 AM
maheshPosted Jul 25, 2011, 2:06 AM
Jaganathan BantheswaranPosted Jul 25, 2011, 1:03 AM
Your Silverlight app is OOB app which has "evaluated trust"?
Are you properly closing file streams?