.net - Error during building application with PropertyChanged.Fody -


i have simple project in wpf (propertychanged)- 1 view, 1 view model , 1 model. in project use package propertychanged.fody. when want build project after 10 second 2 error message:

  1. could not copy "obj\debug\propertychanged.exe" "bin\debug\propertychanged.exe".exceeded retry count of 10. failed.
  2. unable copy file "obj\debug\propertychanged.exe" "bin\debug\propertychanged.exe". process cannot access file 'bin\debug\propertychanged.exe' because being used process.

the solution is:

  • unload project
  • delete folders bin , obj
  • reload project

it unconfortable, relly want use propertychanged.fody

sometimes visual studio hosting process causes troubles. go project properties > debug > enable visual studio hosting process , un-check it.


Comments

Popular posts from this blog

apache - Remove .php and add trailing slash in url using htaccess not loading css -

javascript - jQuery show full size image on click -