.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:
- could not copy "obj\debug\propertychanged.exe" "bin\debug\propertychanged.exe".exceeded retry count of 10. failed.
- 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
Post a Comment