Answered by:
UNABLED THE COPY FILE OBJ\ ERROR !

Question
-
Hi i use visual studio 2010 but i have an error when i make a simple injector / true codes but this error :
unabled the copy file obj\x86...... . i read and research all document but i dont understand but im turkish :( do you solve this error
. i read your answer but i dont understand what should i do ? .
- Moved by DuncanP Wednesday, August 12, 2015 8:14 AM
Friday, August 7, 2015 9:45 AM
Answers
-
Hello,
This error means that the specified file is being used by some other program or is still running in the background. So please firstly check Task Manager to see if the specified executable.exe or executable.vshost.exe is running. If it's not, try to use Process Manager to see if any other process is holding the handle of that file.
https://technet.microsoft.com/en-us/Library/bb896645.aspx?f=255&MSPPError=-2147217396
See similar questions here:
By the way, what kind of this project? Does it use C# language?
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click HERE to participate the survey.Thursday, August 13, 2015 5:16 AM
All replies
-
Hi i use visual studio 2010 but i have an error when i make a simple injector / true codes but this error :
unabled the copy file obj\x86...... . i read and research all document but i dont understand but im turkish :( do you solve this error
. i read your answer but i dont understand what should i do ? .
Friday, August 7, 2015 9:58 AM -
Hello,
This error means that the specified file is being used by some other program or is still running in the background. So please firstly check Task Manager to see if the specified executable.exe or executable.vshost.exe is running. If it's not, try to use Process Manager to see if any other process is holding the handle of that file.
https://technet.microsoft.com/en-us/Library/bb896645.aspx?f=255&MSPPError=-2147217396
See similar questions here:
By the way, what kind of this project? Does it use C# language?
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click HERE to participate the survey.Thursday, August 13, 2015 5:16 AM -
Hi,
Please try one of these steps.
1) Open command prompt as administrator and then run this command > taskkill /F /IM VBCSCompiler.exe
2) Turn on windows service :- Application experience > Computer (right-click) -> manage -> Service & Application -> service -> Application experience -> Enable and Set as Automatic -> Start Service
(O_O) Happy Coding>>//
<iframe __idm_frm__="547" class="ginger-extension-definitionpopup" src="chrome-extension://kdfieneakcjfaiglcfcgkidlkmlijjnh/content/popups/definitionPopup/index.html?title=Coding&description=act%20of%20writing%20in%20code%20or%20cipher" style="left:-10.6076px;top:47.7604px;z-index:100001;display:none;"></iframe>RohanD
Tuesday, October 8, 2019 2:24 PM