c# - Visual Studio 2015 and uwp development - User-Mapped section error and CopyWin32Resources error -


continuing uwp development , 2 things keep happening visual studio , can't work out if vs2015 bug, fact deploying windows mobile 10 device or else.

randomly when try build or deploy device either.

could not copy "obj\arm\debug\myapp.exe" "bin\arm\debug\myapp.exe". exceeded retry count of 10. failed.

unable copy file "obj\arm\debug\myapp.exe" "bin\arm\debug\myapp.exe". requested operation cannot performed on file user-mapped section open.

or get

copywin32resources failed exit code 500

seems random , can't nail down causing either. googling didn't help. said anti-virus disabling mine did nothing. said visual studio achievements extension don't have installed.

anyone know cause or fix? making development difficult when can't deploy.

update: ok first set of errors more related windows 10 think. when error appears again try manually copy file , when receive similar error in explorer.

error 0x800704c8: requested operation cannot performed on file user-mapped section open.

can try things:

  • close other vs windows except one.
  • clean project works on.
  • try build project. if same errors, close vs windows.
  • delete 'bin' , 'obj' folders.
  • open vs again , try building project.

then try deploying project.


Comments

Popular posts from this blog

sublimetext3 - what keyboard shortcut is to comment/uncomment for this script tag in sublime -

java - No use of nillable="0" in SOAP Webservice -

ubuntu - Laravel 5.2 quickstart guide gives Not Found Error -