Software Development Network Logo
  • Microsoft ISV
  • Windows Vista
  • Visual Basic
  • SQL Server
  • .NET Development
  • Visual C#
  • SharePoint Products
  • Audio and Video
  • IE Development
  • VS Team System
  • Smart Devicet
  • Windows Forms
  • Visual Studio
  • Visual C++
  • Game Technologies

Software Development Network >> VS Team System

VS Team System

New Question

form2 combobox
storing a date
Web and Load Testing
How to search for strings in listbox using indexOf or subString method?
Problem with connectionperuser ??
How To Temporarily Disable Field Validation When Publishing Work Items From Excel?
Shutdown
Build Error - Failed to retrieve data from the server.
Will there be an upgrade path from Team Foundation Server Workgroup to the unrestricted TFS?
Questions - (i) webtest from anywhere and (ii) adaptable across environments

Top Answerers

Benjy
Thomas Mauer
Tails111
Lucas Pasquali
globbe
Mehmet Metin Altuntas
Ben821217
EvilPaul
Ir_Vin
JaredJ
Tridion
Only Title

Answer Questions

  • dsandor 405 Method Not Allowed using BuildStore object

    I'm getting the following exception: System.Net.WebException: The request failed with HTTP status 405: Method Not Allowed. at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall) at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters) at Microsoft.TeamFoundation.Build.Proxy.BuildStore.GetBuildDetails(String buildUri) when I try to run the following code as part of a build task: public static DateTime GetBuildStartDate( string buildUri, string serverUrl) { BuildStore store = new BuildStore (); store.UseDefaultCredentials = true ; store. ...Show All

  • yatingg How to run third party(TestPartner) UI scripts under VSTS Test Manager?

    Hi there, I'm new to VSTS, I'm trying to associate mulitple Testpartner test scripts via VSTS Test Manager. I understand that with Test manager I should be able to attach multiple test scripts and run these consecutively in the one hit. I can run the test scripts independently ok, but cannot find out how to attach these to a Test list in Test Manager and run them in one hit Help cheers Paulog Hi Paulog, You can create an ordered test for all of your tests. An ordered test is a container that holds other tests and guarantees that tests run in a specific order. When you run the ordered test, all tests contained in it will get run in the order that you specified. For information on ...Show All

  • bishoycom MSDATASRC Version 7.0.3300.0

    I have written a program that works perfectly on my computer. However, when I try to execute the program on another computer, setup fails because the subject assembly is not found. What do I need to do to get the subject assembly on another's computer Will appreciate any and all help on this. Thank you. ping The dotnet framework 2.0 needs to be installed on the computer you are running the application on. You will also need all the files in the bin directory your exe was in. hi, sorry for resurrecting an old post, but I have the same problem - trying to get my sister to install my app on her PC, but she obviously hasn't run Windows Update for a long time. ...Show All

  • nbrege How to revoke the "Administer Test Controller" settings?

    Hi, I've modified the "Administer Test Controller" under Test tab to store the load test results to a data store. Now, what should I do if I don't want to store the results into data store and revoke the settings. Thanks in advance. It is possible to configure the load test so that the results are not stored in the database, however if you do this, then the load test result is not persisted anywhere and once you close Visual Studio you will not be able to view the result of the load test again. However, if you really want to do this, you can go to the properties on the "Run Settings" in the load test editor and change the value for the property "Storage Type" from "Database" to " ...Show All

  • GRK syntax code

    to those of you who are familiar with the coding, could you write a simple code example so we can understand,give us simple syntax examples please of; deleete command accept changes command that way those  of us who are beginners can read the syntax and get a better view of how it works. i did drag the binding souce as yiou did as well as the dadatset, i dont know waht has gone wrong, so lii probably start againg, but to go back o my original statement about questions being answered in a simple fashion, that is what will help us beginers more. what i am doing as my knowledge grows is to write them down in a book in idiots language so anyone who is at the point i am can undertsand what th ...Show All

  • Jameslee20 work item customization

    Hi All, I am trying to create a custom work item type for our development methodology. I have a field defined which should be edited by a user of the contributor group only for the first time. Any further updating should be carried out by user of the administrator group only. I have tried using the field rule <CANNOTLOSEVALUE for="[Project]\Contributors"/> also the <FROZEN/> rule with the <EMPTY not="[Project]\Contributors"/> but this seems to not work, any help is appreciated. Regards, Shailesh. This can be achieved using the following combination of rules: 1. <CANNOTLOSEVALUE not="[project]\Administrators" /> 2. <FROZEN not="[project]\Administrators& ...Show All

  • swan_sg Checking buttons on webpage

    Hi, is it possible to check for .gif or buttons on a webpage after recording by adding some validation controls . Please help In this case, you'll need to use the Match Attribute Name and Match Attribute Value properties on the validation rule. These properties are used to differentiate between multiple tags. In your example, I'd add MatchAttributeName=name and MatchAttributeValue=dgrMessages$ctl01$ctl01 to match the Exclamation image button. Josh We have a help topic on validation rules here: http://msdn2.microsoft.com/en-us/library/ms404670.aspx There's a walkthrough at the bottom that talks about how to add rules or even create custom ones. To check for a gif, you'd probably want to use the Required At ...Show All

  • Jonathan Upton How can we automate(creation of test scripts) the functionality testing of windows based application developed in vb using vsts

    i would like to know is there any possibility to migratie scripts from loadrunner to vsts. Is there any possibility to record the vb application by using unit or web test. 1.How can we automate(creation of test scripts) the functionality testing of a windows based application developed in vb using Visual Studio Team System for testers. 2.previously we were using load runner for testing the vb application. now we are planning to create the scrips for the same application in vsts for testers by using same functionality. pls give me quick answer. thanks and regards rams is it possible to genarate code for vb application by using unit test for team system.pls give me quick answer.............In loadrunner we have code for vb application ...Show All

  • Terry Downing concerning media player

    renee where do I post pause button code sorry.cant do that..... I,m trying to learn vb here ..not word....sorry u cant teach an old dog new tricks.....it looks right in wordpad but when pasted it not......lol renee.....I have never used office in my life ,it dont interest me....its like me trying to teach you to plaster a wall give me a break....please....aint I got enough on my plate ok . understood I,ll get back to you when I know how to format the code It's described here. http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=1049186&SiteID=1 I'm not the only one making the request. wow that sounds complicated.....but first....this is my pause button........ then ...Show All

  • Ljhopkins Mercury QTP

    I'm setting up a testing environment from scratch and most of the testing we do will be in the UI space. Consequently, I've chosen Mercury MFT (formerly QTP) for this but would also like to be able to use the Bug management in TFS without my testers having to go from application to application. Has anyone integrated MFT in this way and if so, how Can you post this same question over in the work item tracking forum. They will have more info on third parties that are working on integration: Here is the link: http://forums.microsoft.com/MSDN/ShowForum.aspx ForumID=479&SiteID=1 ...Show All

  • William Bartholomew e-mail problem

    Hi, I received the confirmation e-mail, but there is no link inside ! What can I do MicrosoftR Visual Web Developer 2005 Express Pour terminer le processus d'enregistrement de Visual Web Developer 2005 Express, validez votre adresse de messagerie. Une fois votre adresse de messagerie validee, vous recevez votre cle d'enregistrement et les instructions pour terminer l'enregistrement de votre logiciel. Pour valider votre adresse de messagerie et recevoir votre cle d'enregistrement, cliquez sur Merci de votre inscription aupres de Microsoft.com c 2005 Microsoft Corporation. "Cliquez sur" means click on, but there is no link... No. It says : "in order to validate the ...Show All

  • Fekih Mehdi Can you convert this code?

    Can somebody convert this code to VB for me I would be very greatful. http://www.codeproject.com/useritems/LoggedOnUsersPart2.asp Thanks...     For a fee   For consulting services There's a lot of expertise here but I don't think anyone wants to do what you are being paid to do.   ...Show All

  • Erik_Olofsson Ridiculous code coverage results?

    We're getting interesting code coverage results from unit tests. In every class that implements IList<T> and therefore must implement System.Collections.IEnumerable.GetEnumerator(), the code coverage result for GetEnumerator is absurd. These methods are 12 lines long, but code coverage says that 2400 or so lines aren't executed. The results roll up to the class level and then the namespace level, and really skew our results. I fully believe the methods are never exercised, but the coverage counter should be able to figure out how many lines there really are in the source. In addition, when coverage coloring is used in the IDE text editor, files containing GetEnumerator methods are painted randomly, as if the painter is computing a ...Show All

  • Rhubarb Problem with SourceControl API

    Hi all, I’m developing a web UI for the Team Foundation source control. This code is embed in a web app that uses Integrated Security. The code works fine if the web user and application pool user (of the app) are the same I in my case: "tfsservice". But when a different user tries to check in, throw this exception: You cannot perform this operation on workspace because you are not the owner of the workspace . The logged user is the owner of the workspace, but for some reason the credentials are not there when cheking in. Thanks in advance! using Microsoft.TeamFoundation.VersionControl.Client; using Microsoft.TeamFoundation.Common; using Microsoft.TeamFoundation.Client; using System; ...Show All

  • Graham-BLUR-Turner hello,

    Sir, I have problem during registration of visual C# 2005 i.e on my e-mail id i got one link to complete the registration but that link not works. The link is : http://profile.microsoft.com/ProductActivation/ConfirmEmail.aspx lcid=1033&EmailEntered=gomesh_2k6%40inbox.com&h=16b00600bc86ca3c&eck=Fx%252fnt8lptQwk%252fCNFlSWBJQ&CP=2&brand=Visual+Studio+2005&Wizid=f2af055b-b408-4525-a033-bb129f9f5854&Sec=1 To complete registration what can i do. You might want to try to register your profile before registering Express by going to http://profile.microsoft.com/ and do the registration manually. There you also have a help section with contact information to ge ...Show All

8788899091929394959697989901234

©2008 Software Development Network

powered by phorum