In case you are using Beta3, can you please send us the exact repro steps? I tried to repro this problem but could not.
Thanks
Nagaraju
Yes I have TFS Beta 3. Here is what I did :-
1) Installed VS RC 1
2) Compiled my solution that had the Web Project and other Class Libraries. The web site has Project references to these libaries.
3) Installed Team System Foundation Server on a different machine
4) Installed TFS Client on the machine that had VS RC 1
5) Connected to Team System Server from within VS RC1
6) Created a Team System Project
6) Right Clicked on Solution, Selected the "Add to Source Control.." Option
7) When I opened the Team Explorer I noticed that all the assemblies under "bin" directory for the website in the source control.
8) I manually deleted them from the Source Control.
Hope this helps.
Thanks,
Krishna
- Anu
A few questions:
1) Did you build your solution before or after you did the Add to SCC and checked in (i.e. were the files already present at the time you did Add to SCC or are they being added later)?
2) What language are you using for the web project and class library (e.g. C#, VB)?
3) Was this solution created with Beta 3 or is this one you had created with an earlier version of Whidbey?
Thanks,
Ben Ryan
In a group development environment, I have been given responsibility for Source Control of our new ASP.NET 2.0 project (using Sourcegear VAULT).
We have a Solution that contains many projects and a single Website.
It was placed in source control (VAULT has exclusions set for *.dll and the BIN directory) and all is well.
I have created some tests on one of the supporting C#/DLL and, when I try to run the test, this message appears:
Error 1 Cannot copy assembly 'BusinessLogicCommon.dll' to file 'C:\Projects\NET\nIDE\nIDE\Bin\BusinessLogicCommon.dll'. Unable to add 'C:\Projects\NET\nIDE\BusinessLogicCommon\obj\Debug\BusinessLogicCommon.dll' to the Web. Unable to add file 'Bin\BusinessLogicCommon.dll'. Access is denied. Prowling the MSDN for help I found this thread and it appears to be related to the problem I am currently facing. Please help us both.
C:\...\nIDE\The source control DOES NOT contain any of the files (including this named DLL) in the BIN directory. I have a local copy of the DLL on my machine, in the working directory.
A stab in the dark but I am having a similar problem to yours "Cannot copy assembly" Can you remember what the solution was?