When I built my solution I am getting belowed error
Error 19 Cannot copy assembly 'Microsoft.Practices.EnterpriseLibrary.Data.dll' to file 'F:\KISAN\KisanCom18-1-11\trunk\src\ekisan\bin\Microsoft.Practices.EnterpriseLibrary.Data.dll'. Unable to add 'F:\KisanCom\VSS_3\output\Libraries\DBOperationsLibrary\Microsoft.Practices.EnterpriseLibrary.Data.dll'
to the Web site. Unable to add file 'bin\Microsoft.Practices.EnterpriseLibrary.Data.dll'. The process cannot access the file because it is being used by another process.
F:\...\ekisan\
Error 20 Cannot copy assembly 'Microsoft.Practices.EnterpriseLibrary.Common.dll' to file 'F:\KISAN\KisanCom18-1-11\trunk\src\ekisan\bin\Microsoft.Practices.EnterpriseLibrary.Common.dll'. Unable to add 'F:\KisanCom\VSS_3\output\Libraries\DBOperationsLibrary\Microsoft.Practices.EnterpriseLibrary.Common.dll'
to the Web site. Unable to add file 'bin\Microsoft.Practices.EnterpriseLibrary.Common.dll'. The process cannot access the file because it is being used by another process.
F:\...\ekisan\
manojnavale0...
Member
53 Points
66 Posts
EnterpriseLibrary Problem: Cannot copy assembly 'Microsoft.Practices.EnterpriseLibrary.Data.dll
Jan 28, 2011 11:00 AM|LINK
When I built my solution I am getting belowed error
Error 19 Cannot copy assembly 'Microsoft.Practices.EnterpriseLibrary.Data.dll' to file 'F:\KISAN\KisanCom18-1-11\trunk\src\ekisan\bin\Microsoft.Practices.EnterpriseLibrary.Data.dll'. Unable to add 'F:\KisanCom\VSS_3\output\Libraries\DBOperationsLibrary\Microsoft.Practices.EnterpriseLibrary.Data.dll' to the Web site. Unable to add file 'bin\Microsoft.Practices.EnterpriseLibrary.Data.dll'. The process cannot access the file because it is being used by another process.
F:\...\ekisan\
Error 20 Cannot copy assembly 'Microsoft.Practices.EnterpriseLibrary.Common.dll' to file 'F:\KISAN\KisanCom18-1-11\trunk\src\ekisan\bin\Microsoft.Practices.EnterpriseLibrary.Common.dll'. Unable to add 'F:\KisanCom\VSS_3\output\Libraries\DBOperationsLibrary\Microsoft.Practices.EnterpriseLibrary.Common.dll' to the Web site. Unable to add file 'bin\Microsoft.Practices.EnterpriseLibrary.Common.dll'. The process cannot access the file because it is being used by another process.
F:\...\ekisan\
Please Help me .........
nilsan
All-Star
16848 Points
3695 Posts
Re: EnterpriseLibrary Problem: Cannot copy assembly 'Microsoft.Practices.EnterpriseLibrary.Data.d...
Jan 28, 2011 11:14 AM|LINK
How did you add the assembly reference in your application? Is any application using that dll?
sachingusain
Star
8786 Points
1702 Posts
Re: EnterpriseLibrary Problem: Cannot copy assembly 'Microsoft.Practices.EnterpriseLibrary.Data.d...
Jan 28, 2011 06:47 PM|LINK
Looks like those assemblies are locked in by some other process on the system. Are you adding it from a shared folder?
If yes, then someone else might have locked it.
Thanks.