In order to support multiple check-outs, it must be able to merge changes from multiple file
updates. There is reasonably reliable logic to make merging possible with text files (like source
code). But what logic could you use to merge changes to binary files? Why do you have multiple
people needing to check out that DLL, anyway?
> We have a web project that references couple of other dlls in the
> project. When I try to build the solution, I get this error: Cannot
[quoted text clipped - 4 lines]
> it looks like IDE checks them in for web project. I guess it is its
> way of tracking the refences. Thanks.
Ayca - 01 Aug 2005 17:54 GMT
Because IDE tries to checkout the dlls when I try to build the code and
it cannot succeed since it is checked out by somebody else. Then I need
to change the file attributes manually to continue working.