The requested operation cannot be performed error when compiling an XNA project

后端 未结 7 1429
南笙
南笙 2021-02-13 03:01

When compiling a project for the second time I get the following error message. I have to close down VS 2010 and it compiles when reloaded. If I make a change then the problem c

7条回答
  •  野性不改
    2021-02-13 03:23

    For me it was Git extensions locking the file up. I killed the git process that had got stuck and rebuilt the project. If you cant find whats locking up the file you can always restart the computer :)

提交回复
热议问题