Answer Questions
Jason098ma Source Control Explorer - Sort by file extension?
Is there a way to sort the files by extension We added some files into the tree that don't need to be there. Is there a quick way to delete them Thanks, Ted Unfortunately, no. A possible quick way: tf del *.extension . ...Show All
Unitrip Copy-Past error?
Hi there! Have you noticed this In Agile Software Process - WorkItem Tracking - TypeDefinitions - risk.xml file there is this block: <!-- **************** Test Integration Fields ************************************************* --> < FIELD name = " Test Name " refname = " Microsoft.VSTS.Test.TestName " type = " String " reportable = " detail " > < HELPTEXT > The ...Show All
Sandeep Bhatia Is there a way to delete a Work Item Type?
I've been playing with the customization capabilities for Work Item Types (kudos MS for some very cool extensibility features here). Is there a tool available (or some type of workaround) that allows you to delete a work item type Thanks. Currently for v1 there is no way to delete a WorkItemType (WIT). You can update/modify an existing workitemtype by exporting the WIT, modifying the xml and importing again. This will ov ...Show All
PF No source control availabe after installing MSSCCI Provider
I have installed the latest .NET framework 2.0 available and the Team Explorer from the TFS CD. I then installed the latest MSSCCI provider and rebooted. I then opened up VB6 (with SP6) and created a new project. However, nowhere in the IDE do I see the option to use any source control. Any ideas why not Thanks in advance. Same exact problem here and this fixed it for me as well. Thanks! ...Show All
Gshep Solved that one, still want to know how to remove think time from within transaction.
Maybe this is just showing my ignorance of the VS UI but I perform a LoadTest and in the Load Test Monitor I can see a graph of the counters for the test but on the left hand side I only get a summary pane. I used to have a list of counters that I could view and add to the graph but I cannot find that view any longer. How can I get the list of active counters to display in the Load Test Monitor so that I can add counters to the displayed graphs ...Show All
KCtin TF 30177 Team Project Creation failed
Hi, I have installed Visual Studio Team Foundation Server (Dual server deployment). When I try to create a project team, I get the following error TF 30177 Team Project Creation failed Message: Unable to connect to Windows SharePoint Services at VCORDEVTFS01. The reason for the failed connection cannot be determined at this time. The error log is as follows: .1/5/2006 11:30:35 AM | Module: Work Item Tracking | Thread: 11 | Wor ...Show All
dogbear PendChange permission - what does that relate to in the Security dialog box?
If I try to checkout a file that I don't have checkout permissions on I get an error dialog box that mentions that I don't have "PendChange" permission on the item. If I look at the security dialog box for that item I see nothing in the list called "PendChange". How does PendChange relate to the "Checkout" permission on the security dialog box If there are one and the same, why have two different names ...Show All
SteveCS Using Team System for doc management?
Does anyone have experience using Team System to version and manage objects like Word documents (e.g., design specs, test plans, etc.) in addition to source code Pluses/minuses Would you recommend doing this based on your experience Thanks. Ben, We considered moving these types of documents to SharePoint as well. However, it appears that SharePoint does not have sufficient granularity of access control t ...Show All
PhilNick Error 32000 when installing TFS in dual-tier environment
Hi Everyone. I'm installing TFS Beta 2 in a dual-server environment. We have three clean 2003 Standard servers. One is the active directory controller, one is the TFS app tier, and the third is the TFS sql server 2005 data tier. The data tier installed successfully. I get the following error on the app tier install at step 4 of 4 after the system rebooted: Error 32000. The Commandline "C:\Program Files\Microsoft Visual Studi ...Show All
C# Custom Test Types - Some errors and their solutions
Defining a custom test type in VSTS Perhaps you may encounter some of the following problems. 1. Error ======== Error loading c:\documents and settings\administrator\my documents\visual studio 2005\projects\solution\tp1\testcase2.xml: Element that does not implement ITestElement or is not a valid ITestElement encountered in collection returned by TIP while loading data from c:\documents and settings\administrator\my documents\visual studio 200 ...Show All
msn Custom workitems problems in Team Foundation Server Beta 3 Refresh
I have gottenTFS Beta 3 upgraded to the Beta 3 Refresh. Everything went pretty smooth, but i am having problems with the custom workitems. Basically what i have setup is the a SubSystem dropdown has changed the bug is assisgned to a certain user. This worked fine in the Beta 3 version but will not work in the Bets 3 Refresh. Below is how i have the conditon set. I go this by exporting the workitem type from TFS. &n ...Show All
Impacty How to clean up a database after test recording and also after test has run and start with fresh database?
How to clean up a database after test recording and also after test has run and start with fresh database I have a form in which there is a data grid on it.During recording i add some values in that field so as a result those values get added in the data grid and i got a string saying that record has been saved.When i ran this test those values were already in the data base so the test passed but in test results details in the browser window ...Show All
mortenmort Reporting Services failure
I am on TFS Beta 3, and haven't used the reporting stuff much (I did get it up and running after install). Just went to run a report and got the following: An error has occurred during report processing. (rsProcessingAborted) Could not load file or assembly 'Microsoft.ReportingServices.Modeling' or one of its dependencies. Strong name signature could not be verified. The assembly may have been tampered with, or it was delay signed but not ...Show All
Mang No luck in installing TFS in a more or less single server installation. Different Error 32000's...
Hi, I've been trying to get VSTF Beta 2 running for last 3 days with no luck. Always ending with different Error 32000's example: Error 32000.The Commandline '"C:\Program Files\Microsoft Visual Studio Enterprise Server\widbloc.exe" -s hostname -d CurrituckDB' returned non-zero value: 1. I have a Lab domain, consisting of 2 DC's running smoothly (and have been for well over a year now). No errors whatever if I use Netdiag or DCDIAG. Now I have ...Show All
TomPepe unit testing web app and httpcontext (lack of)
We have a web app and would love to use unit tests but we are hitting a wall when we run the tests for 2 reasons: HttpContext is not available the virtual directory path is null so we cannot access our web.config that contains a custom section Specifically the following method returns null: MyHandler ourConfigHandler = ( MyHandler ) ConfigurationManager .GetSection( MyHandler .MVP_CO ...Show All
