November Happy Hour will be moved to Thursday December 5th.
November Happy Hour will be moved to Thursday December 5th.
Hi,
Make sure you don't have any locks on the bin\EPiServer.xml. A handy tool is Unlocker, which let you know which programs are locking a certain file.
Regards.
/Q
The lock is only there while building, can't seem to find it using Unlocker but I'm fairly certain it's msbuild or Visual Studio that holds it.
This one contains some other workarounds but no real solution:
http://stackoverflow.com/questions/1167608/how-can-i-prevent-visual-studio-from-locking-the-xml-documentation-files-in-the
Do you have any custom msbuild task when you build your project? If possible can you post your project file here?
/Q
Yes, there's a lot of stuff going on. I'm guessing the file copying from /packages is done async somehow, by multipe projects with some of the same refs into the same /bin.
But since no one else is replying here I'm concluding that it's more of a project related issue than something others are seeing as well.
I have a project where I'm seeing this a lot when doing "Rebuild solution":\packages\EPiServer.CMS.Core.7.13.3\lib\net40\EPiServer.xml" to "bin\EPiServer.xml". Access to the path 'bin\EPiServer.xml' is denied.
Error 110 Unable to copy file "
Anyone else in the same boat?
One possible workaround I have found is deleting EPiServer.xml from \packages but I think that's a bit crude.