getting an error that ‘the process cannot access the file because it is being used by another process’ in my dot net program
I tried ‘using’ but it says that the method is not Idisposable. I checked for running processes in Task Manager, nothing there. My goal is to upload a file from local directory to the Rich Text editor in my website. Please help me resolve this issue. Thanks in Advance