Answered by:
unable to copy file - access to the path is denied

Question
-
User-492280791 posted
Hi All,
After I switch to TFS and source control explorer, my project shows this error after rebuild:
Error 1823 Unable to copy file "D:\bivolino_3DNEW\WebApplication2\BivolinoSaas\Trunk\Source\Nop.DataAccess\bin\Debug\Nop.DataAccess.pdb" to "bin\Debug\Nop.DataAccess.pdb". Access to the path 'bin\Debug\Nop.DataAccess.pdb' is denied. Nop.DataAccess.SqlServer (Nop.DataAccess.SqlServer\Nop.DataAccess.SqlServer)
Hope someone can help me out. No surprise I am using Windows Vista....
Thanks,
Bert
Wednesday, June 8, 2011 10:07 AM
Answers
-
User-1865938134 posted
Sorry,
Pls go through the following links
http://www.dotnetmonster.com/Uwe/Forum.aspx/vs-net-general/11838/Unable-to-copy-file-Access-to-the-path-is-denied
http://social.msdn.microsoft.com/forums/en-US/csharpide/thread/68648642-08d8-4cff-b0c3-c2782f010589
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Thursday, June 9, 2011 6:21 AM
All replies
-
User-693248168 posted
Make sure that debug folder (files inside) does not have ReadOnly attribute.
Try to manullay delete teh DataAccess.pdb file.
Wednesday, June 8, 2011 10:11 AM -
User-492280791 posted
Hi Lateef045,
thanks for your quick reply but I already tried this and it does not solve my problem...
Regards,
Bert
Wednesday, June 8, 2011 10:45 AM -
User-492280791 posted
Is this .NET DLL HELL?
Thursday, June 9, 2011 3:19 AM -
User-1865938134 posted
Check this http://www.dllerrors-fix.com/dllerrors/Nop.DataAccess.SqlServer.dll.html
Thursday, June 9, 2011 5:15 AM -
User-1865938134 posted
Possible Nop.DataAccess.SqlServer.dll errormessages- Dll Registration: Failed for file C:\WINDOWS\System32\Nop.DataAccess.SqlServer.dll
- "Windows could not start because the following file is missing or corrupt: Windows\system32\Nop.DataAccess.SqlServer.dll. Please re-install a copy of the above file."
- "Windows\System32\Nop.DataAccess.SqlServer.dll missing or corrupt: Please re-install a copy of the above file."
- "Cannot find \Windows\System32\Nop.DataAccess.SqlServer.dll"
Thursday, June 9, 2011 5:15 AM -
User-492280791 posted
hi ItsSunny,
My errormessage is different than your list of errormessages
Thanks,
BertThursday, June 9, 2011 5:26 AM -
User-1865938134 posted
Sorry,
Pls go through the following links
http://www.dotnetmonster.com/Uwe/Forum.aspx/vs-net-general/11838/Unable-to-copy-file-Access-to-the-path-is-denied
http://social.msdn.microsoft.com/forums/en-US/csharpide/thread/68648642-08d8-4cff-b0c3-c2782f010589
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Thursday, June 9, 2011 6:21 AM -
User-455811767 posted
Thanks
it worked for me
Tuesday, January 7, 2014 9:14 AM