Hello. I created a team foundation proyect. I see many things there, work items, documents, reports, build. but I dont see the code.
I created a website , how can I associate the website proyect to the team foundation proyect
Why I cant create bugs it doesnt let me write on the title field.

How to put the code in a team project?
Mythran
When you create a solution there should be a checkbox that says something like "Add solution to source control". If you have an existing solution, open it, then right-click the top node in the tree and select the "add to source control" menu option. When you add the code to source control, you will be prompted with a dialog that will ask you where you want to put it. You can put the code under any Team Project you choose.
Once you've got something added, you will need to checkin the code for it to really be on the server. There are a number of ways to do this:
* Select Pending Checkin Window from the top level View menu
* Double click the Version Control node in the Team Explorer tree (from there you will have toolbars and context menus to checkin)
*Right click on items in the solution and you'll have options to checkin
* Show the Source Control toolbar
Regarding your problem entering bugs, it could be a problem with permissions. What are your exact steps to get into this state
viral@excellenceinfonet.com
Do all the files you expected to be there show up in the solution explorer Yes
If so, when you right click on the solution node (top node) in the solution explorer, do you see a menu command to add to Source Control No. I don't see this menu item. What do you think I am missing
Thank you for your response.
Anonymous Date
Kevin
klabran
That may be because the option is hidden with the Settings that you have currently chosen. Can you try selecting Tools | Import and Export Settings ... , select to "Reset all settings", follow along in the wizard and select "General Development Settings" You may want to choose to save your current settings so you can get back to what you have before.
Once the "General Development Settings" is in effect, you should now see the Source Control page in Tools | Options. Please take a look at what you have under the "Current source control plug-in". If it says "None", that means no source control system is installed. Otherwise you should be able to select the one you want.
Thanks.
Winnie
Brendonv
Does you .sln file open successfully in VS2005 Do all the files you expected to be there show up in the solution explorer If so, when you right click on the solution node (top node) in the solution explorer, do you see a menu command to add to Source Control
Thanks.
Winnie Ng
------------------
Visual Studio Team System Dev/Test
perri
AGK
You will need to install a source control system. E.g. you can install Visual SourceSafe (http://msdn.microsoft.com/vstudio/previous/ssafe/), try out the exciting new Team Foundation Server product which is in its Beta3
Thanks.
Winnie
Randy Jean
LearnTheThings
If you open Tools | Options, select "Source Control" on the left -- what is selected on the right under "Current source control plug-in" Do you see "Visual Studio Team Foundation Server" in the dropdown list, and is that selected
Thanks.
Winnie Ng
Visual Studio Team System Dev/Test
Chris Dufour
Well... if it makes you feel any better, you're not the only one who has had trouble discovering where it is.
Some tips: You can open an existing project so that it appears in solution explorer, and then right click on it to add it to source control. Also in Team Explorer the very last node is Version Control, if you double click on that it will open the Version Control Explorer. "Version Control" and "Source Code Control" are terms used fairly interchangeably.
There is also a way of getting code already in previous version of VSS migrated up to the VSTS Version Control System (the VSSConverter.exe tool makes this possible).
All the beta feedback I can get on the version control experience is is welcome -- keep it coming!
---
Eric Jarvi
http://blogs.msdn.com/ejarvi