Hello every one!!
I´m using UserControls to display diferent data on myapp, I´m adding this controls into a Container(Panel) and set visible property = false to show and hide as the user click on my navegation bar and keep all of them active during execution.
When i click "Debbuging" button for the first time i worked really nice, all of my user controls showed correctly...BUT...
once i closed my app exec and made some changes on some of the controls when rebuilding VS throws an error when trying to debugg again:
Error 1 Unable to copy file "obj\x86\Debug\BLABLA.exe" to "bin\Debug\BLABLA.exe". The process cannot access the file 'bin\Debug\BLABLA.exe' because it is being used by another process.
Then i erased everything on my debug folder, clean the app, rebuild and worked, but once again failed when making changes. What am I doing wrong??