.net - C# File.Copy access denied error -


i trying copy files nunit test build folder nunit runtime folder getting

access denied error

i have folder path setup testproject/bin/debug/something.config , tried options below not working me.

  • deleted bin folder , rebuilt it.
  • opened closed vs.
  • deleted bin folder created new bin folder manually.
  • tried remove readonly in folder option again gets set readonly.

i found these worked others in thread unable copy file. access path denied

i using svn source control.

one thing haven't tried run visual studio administrator. right click on it, , select run administrator.


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -