I have recently started C# programming, after having a crack at making my own calculator using Windows Forms i have started getting this error message :-
Error 1 Could not write to output file ' c:\filepath\obj\Debug\My Calculator.exe' -- 'The process cannot access the file because it is being used by another process.
- I have tried turning off my anti-virus
- It isn't already running
Im not very experienced so i don't know how to write my own code to bypass this error and can find anything useful information on the internet.
Step by step help tips are always welcome :)
edit: i thought it was too obvious too write down but the program i am creating isnt running (even in Task Manager) and im am using VS 2012.