I am trying to add the solution to visual source so that the entire team is working on same code base but the vss one is giving following error:
Cannot copy assembly 'DotNetNuke' to file 'C:\Inetpub\wwwroot\dnn_vss\bin\DotNetNuke.dll'. The process cannot access the file because it is being used by another process.
Local copy is working perfectly. There is a KB on microsoft about this problem but the fix is not publically available.
There are also KB stating that the reason might be dll size bigger than 64k or projects building their output to same directory which are both true in DNN case. So how do I solve this problem?