Software Development Network Logo
  • Visual C++
  • .NET Development
  • Windows Live
  • Game Technologies
  • Visual Basic
  • SQL Server
  • Visual J#
  • Visual C#
  • Windows Vista
  • VS Express Editions
  • Smart Device
  • Visual FoxPro
  • Windows Forms
  • Visual Studio
  • VS Team System

Software Development Network >> VS Team System

VS Team System

New Question

New test project type
How to get alerts?
Precompiling ASP.NET Application in one DLL
Web tests resulting in Internal Server error due to Invalid ViewState
Unit Testing Web Service created from Appliction Diagram
Obliterated Workspace
How do we implement MSF Agile successfully in our organisation?
MSTest can't find tests in the VSMDI file
Undo Check Out of another user
Sample Projects

Top Answerers

Shotmaker
John V
DavidT
Jim Agla
Martha Fait
Alex Eyre
Fang Liu
Mohammed A.AboBakr
KayaksTheAtlantic
Flynn Arrowstarr
Startup Unveils New Web-Services Language
Only Title

Answer Questions

  • _M vsprops not overriding output directory

    We have a Soultion with 3 projects in it. 1 C++ and 2 C#. The C# projects depend on the C++. I have setup a TFSBuild Target to build the 'Debug|Win32' configuration before the 'Debug|Any CPU'. This means that the C++ DLL gets built first. However it does not get copied to the correct location. A TFSBUILD.vsprops file gets created as follows: <VisualStudioPropertySheet ProjectType="Visual C++" Version="8.00" Nam ...Show All

  • hmscott Visual studio locking up when doing TFS stuff.

    Hi, I am wondering if anyones else is having a similar problem as me. It seems at certain times when I do various actions (getting latest code, checking in something) the action completes and then Visual Studio locks up to the point where I have to kill the devenv.exe from the task list. It has happened to me quite a few times now. I am running the VPC image for the server and have installed the TFC from the en_vs_2005_tfs_trial.iso file. ...Show All

  • Ben3.14159 Beta3 Error 32000 (tfsadminutil) on app tier

    When installing the Beta3 application tier I encountered an error 32000 near the end of the setup. Data tier went perfect. Both data tier and app tier are installed on a clean virtual Win2003SP1 machine. Followed all the steps in the manual, but had to cancel the setup of the app tier because the service account had disappeared from the local admin group. Added this user to that group again and started setup. Everything went fine until 95% of th ...Show All

  • Yuvaraj D Automatic retrieval of latest version on checkout?

    Hi, Since I could not get the latest version automatically with the old SourceSafe (VS 2003), I hoped this was 'solved' with Team System. However, when I tried to get this done, I could not manage it. The problem I have to deal with is that my colleagues and I work together on the same source (I think that is what has to be done with SourceSafe/TS ). Whenever we change something and check in our source, the new source has to be used. When I che ...Show All

  • franticmpx Does TS support replication??

    Hi, I just wonder if TS has a capability to synch multiples development site. What I meant is. Suppose, we have one project but it has developed in Australia, India, Japan, and the head quarte is in USA. I just want to know if TS has a method to synch all data between Australia, India, Japan and USA. Best Regards, You might also look for the use of TS (that is Terminal Server) We use it in our shop (The Netherlands <--> I ...Show All

  • pemmawadu View not checked out but modified files

    How can I do this in TFS Regards, Zsolt Soczo Zsolt, The short answer is that you should download the tfpt powertoy that is part of the VSIP SDK. The command you want is:- tfpt online / noprompt /preview Note, that this looks for files in your workspace that are read/write but for which no pending add or edit exists in the workspace. For more information about the tfpt tool see this post by Buck Hodges:- ...Show All

  • scokim can't view graphics in application center test

    Hello I'm new in the use of application center test. I installed it when i installed the Visual Studio .NET, then i executed a proba but when I saw the results i can see the graphic, and appears a note that says that there's a problem wth the graphic control. Can anyone help me Thanks in advance If you have office installed run this: regsvr32 "C:\Program Files\Microsoft Office\Office\msowc.dll" ...Show All

  • Simona Sorokin Recorded webtest fails to run

    I am able to record and create a webtest that goes to one site (in this case google.com) . When I try to run it I get the following error msg: Request failed: Exception in PreRequest event: The hidden field group name is invalid. For other webtest I get the following error when I attempt to run them: Request failed: Unable to connect to remote server. Recording the webtests works fine and IE if fine on its own. Any ideas ...Show All

  • Ibleif another TF30177: Team Project Creation Failed

    Hi After making a clean install of Beta 3 refresh I’ve been getting the following error when trying to create a project named 'p': Error TF30170: The plugin Microsoft.ProjectCreationWizard.WorkItemTracking failed during task WITs from group WorkItemTracking. Explanation Plugin error text: “TF24016: Cannot find team project 'p'.” User Action Contact your Team Foundation Server administrator. Warning TF30144: The New Team P ...Show All

  • Marco Retamales About the format of line number information for Code Coverage

    I have a question about code coverage. When coverage is done with Visual Studio, it jumps from the list of the result to the source, and the source code is classified as a result. Please teach the format of line number information needed for these. Best Regards. Shinya Watanabe Dear Munjal Could you answer the following question --- I have some questions. What is the standard format Is the standard form ...Show All

  • Prince of Dhump HTTPS or VPN to access TFS

    Hi, we have a couple of developers that work remotely a few days of the week. Currently we have a firebox router in the office and use MuVPN clients to connect to it. I was wondering whether we would be better off (would it be faster) to expose the TFS through HTTPS rather than use a VPN Does anyone do this, or not Why did you choose the solutions you have Thanks for your help Graham Note there are some other ...Show All

  • Giovanni Dall.O Project Portal error with ASP.NET version

    I'm sure this has to be a known issue but I didn't see a post on how to fix it. I'm using the December CTP of Team Foundation. I re-installed everything from scratch (single server build). I created a new project and everything went fine. Then I tried to connect to the project portal and received a sharepoint error: This Windows SharePoint Services virtual server has not been configured for use with ASP.NET 2.0.50727.42. For more information, p ...Show All

  • Mark Ramey How to with fxCop ....

    Hi Michael, Some other doubts that I have. I'd like to know the right way to get the solution of each one, if possible: 1) How to know if a class is serializable 2) I need to verify if a kind of class, called here "entity classes" has some items inside them. All the "entity classes" have their names like Company.Project.Entity.EntityName. How to get all those Entity Names and save in a global variable (collection) to be used by other rules 3) H ...Show All

  • Benson Margulies Display of extracted values

    How do i display the extracted values. Basically i have extracted a hidden value from the response and would like to display it in the result, how do i do this during a web test. And at the same time can i display a dialog box with the value, if so then how do i do this. Thanks Yes you can do this. First , you can bind any parameter in the context to a field in the webtest using {{Name}} notation. So if you have a value in the c ...Show All

  • Robert Seiler Problems when uploading a process template in queries task

    Hi, I'm having that problem when trying to upload my process template to the server and I don't know how t solve it. Here is the error message Event Description: TF30162: Task "Queries" from Group "WorkItemTracking" failed Exception Type: Microsoft.TeamFoundation.Client.PcwException Exception Message: Expecting SELECT. Here is my workitems.xml file: < xml version="1.0" encoding="utf-8" > < ...Show All

323334353637383940414243444546474849

©2008 Software Development Network

powered by phorum