We have created the Visual Studio Team Services account.
We have created some Project as testing and now we want to delete it. After searching on some forums, it was mentioned that we can delete it in Team Explorer. We are using Visual Studio 2012 and we are not able to Delete it and the Delete button is disabled.
I was told that I am the administrator in Team Services and I should be able to delete it.
So, I would like to know how I could delete these test projects. Thanks.
To remove a project from Visual Studio Team Services, navigate to the http://YourAccount.VisualStudio.com > Control Panel (Gear Icon) > Overview
Under the "Projects" area, when you mouse over a project "..." will appear to the right of the project name, click there then select "Delete". A popup will appear asking you to type the name of the project to confirm its deletion.
You are targeting the source control in you example. When u target the Team Explorer u can choose "Connect to Team project"
After that u can rightclick your project and choose delete
Please follow the steps below. As this is my first reply I was informed I can not use images to describe the step.
Control Panel => View the collection administration page => click on the little black arrow beside the project name and select delete.
I hope that helps.
Regards
That doesn't delete it from the cloud.
I used the below url to delete it from the cloud.
http://social.msdn.microsoft.com/Forums/vstudio/en-US/81997146-a64f-43fb-9952-57d71542cd11/how-to-delete-a-team-project-from-your-team-foundation-service-collection
Related
How do I download the content of a project in Visual Studio TFS? I clicked around and I did not find an easy or intuitive way to do it. It is an old project that I thought had been lost until I reinstalled the latest version of Visual Studio.
You can get the TFS project from Visual Studio. First, you have to connect the project via Team Explorer in Visual Studio then add a server and click 'select team project' and you're done. It is downloaded to your PC.
You can find a documentation here.
EDIT:
Also, if you want to download your code as a zip:
You can click on any ellipsis to find the menu which contains Download as Zip option.
If you merely want an archive of the contents of a folder, you can right-click on the folder in the tree view on the left hand side of the page (in this case, on $/gelsana) and select the option "Download as Zip".
This is suitable for archival purposes. You cannot check-in changes made using this option.
Using TFS I'm used to this view in the "Team Explorer - Home"
But now, when pressing the "Home" button, nothing appears:
I haven't found any settings which collapses this view. Any suggestions?
You need to be connected to a Team Project. In the first screenshot you're connected to Fabrikam Data Project, but the second screenshot it doesn't look like you have an actual project selected. If you click the Title ("Home") and go to Select Team Projects you can pick the Team Project + TFS Server you want to connect to. Then when you come back to Home you should see all the options.
That looks like 2 different versions of Visual Studio. Make sure you're on the most up-to-date version (2013.4)
When I open the Source Control Explorer in VS2012 I can only see what files I have checked out. If my co-worker checks out a file I cannot see a red check mark, it does not say "edit" under the Pending Changes column, there is no name listed under the User column. There is no indication that the file is checked out at all.
Same thing in reverse. He cannot see which files I have checked out. So far we experimented with only 2 Team Projects. One was a Web Site project the other a Web Services (asmx) project.
I found this Visual Studio 2012 not integrating properly with TFS explorer
When I go to File|Source Control|Advanced I do not see a "Change Source Control" option.
Suggestions?
How embarrassing...we just figured it out.
The Team Project allows multiple check-outs, so it makes sense that we were both able to check out the file(s), the issue was that we couldn't see which files the other had checked out.
Part of my issue was I had "Team Project 1" open in my Team Explorer, but a solution from "Team Project 2" open in Visual Studio. So I think that's why I couldn't see the "Change Source Control" option. As soon as I changed the Team Project in Team Explorer I was able to see the "Change Source Control" option (File|Source Control|Advanced|Change Source Control).
Once I opened the "Change Source Control" screen I saw that my solution and project were unbound. I bound them. Then I went to my co-worker's machine, his were also unbound. I bound them. We are able to see each other's check-outs in Source Control Explorer now.
please guide me , how to change the default icon in the project in visual studio 2012 ?
due to that the certification test fails .
Due to this error I am not able to upload it to the windows store.
To change the default icon, first find or make an icon file. Then do this:
Go to the project properties. (Project menu.)
Select the Application pane. (Probably the first one.)
Go to the section Resources.
Check the option (radio) button Icon and manifest.
For the Icon field, use the browse button to select your icon file.
Save it, build it, try the certification test again.
I have successfully installed and connected to my Team Foundation 2012 server. But I am unable to add my solution to it, Im missing it when I right click on the solution, see image below.
If I try to create a new solution, I can add it to my source control.
Long time ago, I had the code on a Team Foundation server 2010, but when the trial ended I had to stop using that source control. Not sure if that has something to do with this tho.
This happen when the project had already a previous binding. Just do:
File->Source Control->Advanced->Change Source Control
You should see your project with Invalid Binding.
Do Unbind of the project, now you'll see again the "Add Project To Source Control"
File -> Source Control -> Advanced -> Workspaces...
There I had to Edit my workspace and define a local local folder and a soruce control folder.
Right click on solution and click on Go online, then I was able to Add solution to Source control.
I had the same problem.
After creating a project in TFS server and connecting to it by using Team Explorer in visual studio, I followed below steps:
I closed VS and opened the .sln file in notepad and deleted below section.
GlobalSection(SubversionScc) = preSolution
Svn-Managed = True
Manager = AnkhSVN - Subversion Support for Visual Studio
EndGlobalSection
I opened .sln file in VS, selected 'Visual Studio Team Foundation Server' in Tools --> Options --> Source Control page.when I right clicked on solution file 'Add to Source Control' was there.
I got the same problem.
I found I got two projects in my solution, one was under source control, the other one was not. What worked for me was to undo the project which was already under source control. After I undo all changes, I finally found the "source control" option when I right clicked the solution.
My File menu -> Add to source control option was missing in VS 2013. After opening the Team explorer tab (beside thesolution explorer tab), It appeared again.
Also make sure you have selected the correct plugin: Tools -> Options -> Source control -> plugin-selection -> select Git
if your Datatable header responsive issue then use it
$('a[data-toggle="tab"]').on('shown.bs.tab', function(e){
$($.fn.dataTable.tables(true)).DataTable()
.columns.adjust()
.responsive.recalc();
});