I have added a file content.dat in my Visual Studio project at the same location where there is form1.cs. But when I try to read or write to file I am getting this error:
Could not find file '...\bin\Debug\content.dat'.
Why its trying to search it in bin\Debug? Where I need to put this file so that it can be read/write easily later also I need to create installer for this, will the reference path distub again?