Software Development Network Logo
  • Visual Basic
  • Windows Live
  • Visual J#
  • Game Technologies
  • Visual FoxPro
  • Windows Forms
  • VS Team System
  • Visual Studio
  • Visual C#
  • Visual C++
  • .NET Development
  • Microsoft ISV
  • Windows Vista
  • VS Express Editions
  • Architecture

Software Development Network >> VS Team System

VS Team System

New Question

File locked by another programmer
Custom Reporting on Code Coverage information.
What happened to Beta 2 on MSDN Subscriber Downloads?
Run webtests in Testlists on fixed port
Problem in Check in
How to reset passwords for service accounts
Updated documentation is now available on the Web on MSDN
Beta TFS MSSCCI plugin now available for VB6, VC6 (not yet VS 2002/2003)
Missing Specified field in Scenario work Item
Extended properties

Top Answerers

Callan
adasilva
6flw
IngJVV
polease
Harley82
Cookman
Brent Russell
Cory P
Keren
Feed for All
Only Title

Answer Questions

  • Andrius Override Link Demand

    I'm back with more questions : Basically, the following J# code snippet: public class ItemType extends Enum { //The values that will appear in the drop down list public static final int DESCRIPTION = 1; public static final int VALUE = 2; //Verify that the value in the properties window is valid public static boolean valid(int value) { return(value >= DESCRIPTION && value <= VALUE); }// end val ...Show All

  • HowardCarr How to install sharepoint/team system in production server?

    Hi, all. We have one server that many existing web application are running on. We have to install team foundation server and sharepoint on the server. The problem here, is that it disable all other web applications when I install sharepoint. Here, We don't need to consider team foundation server. Sharepoint itself gives me trouble. I don't want to dedicate new server to sharepoint. Is there any way I can run sharepoint (also te ...Show All

  • zigzan Exception in PreRequest event: The hidden field group name is invalid

    Build:  8.0.50215.44 (beta2.050215-4400) Repro: 1.)  Record a web test 2.)  Play it back 3.)  [Do not generate code or implement anything in the PreRequestEvent] Results Exception on GET/POST requests (no pattern) even though HTTP response shows 200 (OK) or 302 (FOUND) on same URL requests as exception is thrown on.  The HTTP response <body> for requests that raise the exception is always "Object Moved". Strangely, ...Show All

  • Gil Shalit Cannot select testrunconfig

    I have a solution that contains a testrunconfig file. However, the menu Test -> Select Active Test Run Configuration says that "No Test Run Configurations Available". I have deleted and readded the testrunconfig file. Any suggestions I am running 8.0.50727.42 Not sure why. But adding a "Solution Items" folder directy under the solution and putting the testrunconfig in that folder did t ...Show All

  • Onur Gorur Team build & Testing

    My Team Build is failing when it executes the tests.  Looking at the TeamBuild.proj file I can see:     <TestingFlag>true</TestingFlag>     <!--  TEST ARGUMENTS           If the TestingFlag is set to true then the following is relevant           Metadatatest file path - mandatory      ...Show All

  • Allen LeRoy VSTS 2005 release

    Who can explain me when Visual Studio Team System released I see in our MSDN subscription only Visual Studio 2005 Team Suite Trial Edition - DVD - (For Evaluation Only) (English) but it was posted at 2005-10-28 17:05:44 (UTC). Is it lates buid of VS Where I can find lates version of Team Architect and Team Tester Can some on advise me Eugene Popov 180 days -- Lorenzo Barbieri ...Show All

  • RussB Checking in/out project does not check in/out all files as expected

    I am noticing that in a couple of our projects when I check in or out the entire project not all items are checked in/out as expected. This behavior does not happen with all projects. This seems to happen when I check in/out these projects from within Solution Explorer when right clicking the project and choosing "Check in" or "Check out for Edit..." We are using Team Server Beta 3 Refresh with Visual Studio .NET 2005 RTM. Does anyone know why t ...Show All

  • Jamey Taylor Integration between WSS and SPS

    We want to start with Team System in our company, but we have some questions. We have an Sharepoint Portal Server installed for our intranet and we can add Project-sites. The Project-sites are for different development environments and not just Microsoft. We want to integrate Team System (Windows Sharepoint Services) and the main Sharepoint Portal Server. How can we do this - Can we create the project-sites from Team System on SPS - Can ...Show All

  • Kevinkz Microsoft Partner Program License Benefits FAQ

    The Partner team has provided me with the following FAQ, which I'd like to share with all of you in the hopes that it answers many of your questions. Thanks, Ajay 12/8/05 - I've updated the FAQ with a new version that I received from the partner team. This information will be making its way to the partner Web site as well. Eligible partners are scheduled to have access to Team Edition for Software Developers on 12/16. In the meantime, the Tea ...Show All

  • zendainc Error in Customising a existing report

    Can any tell me what is problem in the above case I am customising the exiting report i.e work item When i done the required modification and instead of uploading the same report to reports server for the project directory say "XYZ" ,it uploaded it to project sub directory i.e "XYZ/ABC" .in this Case it is giving following error An error has occurred during report processing. (rsProcessingAborted) Qu ...Show All

  • wiedemeyer Newbie in WebTesting using 2005, How to do this ??

    Hello, It's my first time around, I usually hang in [http://msdn.microsoft.com/newsgroups/] but this one here is a lot better I think. Well, I have a web site, few months ago we needed some metrics of the performance so I took my stop-watch and looked at how many seconds it takes to do some of the main scenarios in my web site. Now, my boss had me install the beta version of VS2005 and asked me to do same with it. I think VS2005 is r ...Show All

  • torerik Permission problem when clients in another domain.

    Our installation of TFS server is located on separate domain and all our users are created with the same username and password.   We have the same problem as in http://forums.microsoft.com/msdn/ShowPost.aspx PostID=16862     When accessing pemission in Team Explorer the UI has disabled all permissions. It seems like team Explorer validates user credentials against the Logon domain and not via TFS serveren. Is ...Show All

  • Andrey Belkin Deleting a Team Project

    Hi, is there any way to delete a Team Project created by me From Team Explorer exists the remove option but I couldn't find one to delete all the different parts of a Team Project (SCC, Project Portal, Work Items, etc). Is it possible Thanks a lot LucasC I'm having the exact same problem, but it seems that no one has the answer.  This post seems to be a bit old... -- Matthew I must be inept or so ...Show All

  • ThomasZecher Is it possible to get the connection string from the app.config file for the DataSourceAttribute?

    Hello, I would like to be able to change my DataSource Attribute connection string to access the app.config file. The problem that I am running into is that the connecting string must be a constant. Do you know of any work suggestions   Currently it is something like this. [ DataSource ("System.Data.SqlClient", "Server=TestServer;DataBase=TestDB;User Id=sa;Password=", "ChildSearchCriteria", DataAccessMethod .Sequential)] &nbs ...Show All

  • Critcho Any way to distinguish the test results of same test cases on same build against different platforms

    I have my test cases run at different platforms, but the build is the same build. I want to count/distinguish the test results of the same test cases according to the different platforms. Is there any good idea to separate the test results of same test cases for different platforms Currently I do not find any place in VSTS to support such testing, i.e., same test cases running against the same build on different platforms. Does anybody have a ...Show All

596061626364656667686970717273747576

©2008 Software Development Network

powered by phorum