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 comes back.

"Unable to copy file "obj\x86\Debug\MyFile.dll". The requested operation cannot be performed on a file with user-mapped section open."

link|improve this question

1  
Strangely enough I got this in a non-XNA project yesterday. Seems like a VS/MSBUILD bug. – Jonathan Dickinson Jan 25 at 22:22
I'd suggest posting in the App Hub Forums, as it might be an issue with XNA and the build process it uses (then again, it might not as @JonathanDickinson's comment seems to indicate). – George Duckett Jan 25 at 22:30
@GeorgeDuckett our build strategy is incredibly complex and it doesn't surprise me that VS bjorks once in a while on what we expect of it. – Jonathan Dickinson Jan 25 at 22:39
Out of curiosity how many projects do you have in your solution? When you say complex what do you mean - ie lots of references project dependencies? – diagramatic Jan 25 at 22:43
Another thing to add to the equation, what OS are you using? – Neil Knight Jan 26 at 8:37
show 1 more comment
feedback

2 Answers

Found cause - it's to do with having Visual Studio Achievements extension installed. The problem goes away with this extension removed.

link|improve this answer
2  
HUGE thanks. This issue had been bugging me for almost a week! However it started occurring only a few days after I had installed achievements, so I didn't notice the link. Thanks! – Cesar Jan 27 at 17:12
I suspected that was the case. Thanks for confirming. – Aligned Feb 1 at 15:25
thank you! was my problem too – Tamir Feb 15 at 12:45
feedback

I've got the same problem, but I don't have Visual Studio Achievements extension installed !

I'am totally stucked with this problem, I con not build my code any more.

link|improve this answer
What plugins do you have installed? i would disable each one in turn and see if that makes a difference. I found the issue was related to CodeAnalysis usage, hence VS Achievements. – diagramatic Apr 2 at 14:52
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.