Answer Questions
New2 .NET MSTest deployment
I am trying to introduce MsTest into an automated build which involves running the tests on a remote box. Is it possible to drop mstest onto this remote box like we aready do with nunit, what are the licence implications I see that there is a controller-agent model which looks promising however it seems I need "Team Edition for Testers" to get this little featurette - again what are the licence implications if we get a copy of th ...Show All
Fregas Bug Work Item Customization Error
Hi, After the customization of the bug work item I'm getting the following error on each check in with an associated bug work item: “ Failed to update the following work item: ID 58: Reason: TF26201: This work item has unsupported fields, or user does not have permissions .” I added 3 new fields with Process Template Editor tool: Name: Steps to Reproduce; Type: Plain Text; Ref Name: Primavera.VST ...Show All
Ray Myers Traffic to the teamsystem server after a build
Hi. I have a little question, I would like a little advise on - maybe someone have tried something similar. Our sourcecode is split up in a Mainline, DK and BD branches - one(Mainline) we release from, and one for each of our offices in Bangladesh and Denmark. Right now the builds for all three branches run in Denmark, but I have a request that the people in Bangladesh use a local build server, so they dont have to collect builds from Denmark. B ...Show All
DWBI_Doug migration from test director (quality center)
how can i migrate data from test director to vsts. did anyone try to do it First version of data synchronization tool between VSTS and TestDirector / Quality Center has been just sent out. Waiting for feedback on how it will be working. For others who are interested on this, just contact me and I will give further information or see here: http://onroad.juvander.fi/community/blogs/news/archive/20 ...Show All
Bas Hamer How To:deny Domain Admin from Accessing The protal??
thanx, it solve my problem. Do you really mean the Portal As in SharePoint I 'think' you'll need to remove the domain admin from the local administrators group to do that. ...Show All
Madhu Venugopal Associating an editor of choice with HTML files in the Team Explorer and on Sharepoint
I'm finding it very frustrating attempting to empower a whole team to edit and work with HTML files using the VSTS. We have two interfaces to the same document library: 1) Internet Explorer (using the Project Portal driven by WIndows Sharepoint Services) 2) The Team Explorer (in Visual Studio 2005) I have three staff all of whom want to edit HTML files in our project and are not developers (but managers and sales people). I face the fol ...Show All
Lee.NET Errors re-installing beta 3 refresh
We installed Beta 3 refresh a few weeks ago, and all was working fine. However, we experienced some corruption outside of Team Foundation Server that caused us to have to reinstall Beta 3 Refresh - the reasons behind the need to reinstall are a bit shady at the moment - sorry! During the reinstall procedure, we keep receiving the following error: Error 32000: The CommandLine "F:\<path name>\createds.exe" /setup /install &qu ...Show All
sekhar_nitt Is C++ instrumentation profiling broken in Beta 2?
I have successfully run sampling profiling on a c++ project. When I switch to instrumentation profiling I get a message box saying 'Value does not fall within the expected range.' and then the launch button greys out. To get the launch button back I have to restart the Visual Studio application. Should instrumentation profiling work for C++ OK, don't know what was up with the above ...Show All
3dMark Installing TFS on Windows Server 2003 R2
First, is this supported Second, if so, what are the [Sharepoint Options] I should specify in R2 unattended setup to ensure a successful install of TFS I tried: [Sharepoint Options] Provision = No RemoteSql = Yes but TFS install failed with error "Server extensions administration port not found" - full log file available if needed. Hi Matthew, Well, I didn't use unattended. But what ...Show All
LizO How can I Know If a instruction is a call to a private method?
How can I Know If a instruction is a call to a private method Now, I have this code: public static bool IsMethodCallPrivate(Instruction instruction) { if (instruction == null ) throw new ArgumentNullException("instruction"); switch (instruction.OpCode) { case OpCode.Callvirt: case OpCode.Call: case OpCode.Calli: return true ; } Thanks ...Show All
Stephen A. Weatherford Get Latest Version not bring all the files to local computer. bug?
hello to all. in the team project that i working on i have folder named "binaries". this folder mapped in my workspace to "binaries" folder in my c:\binaries. lets assume that both folders contain the same files (synchronize). now, when i'm delete manually the files in c:\binaries (through windows explorer), i'm expect that the next time i will do "get latest version" from the TFS it will bring me the files i deleted m ...Show All
Ruepen TFS VPC password not working
Hi, I have installed the VPC for TFS Beta 3 and the password : pass@word1 and other variants P ***@word1 etc do not work. Can someone supply the definitive password please Thanks, Benjy are you sure you have the latest version of the VPC it must be that password Pass@word1 Hi, sorry im so late replying. I gave up last June (cos i ran out of the time i had for R&D) and then tried again a ...Show All
marksrv6 Error 28806 - TFS Single Server Install
TFS single server install, not an upgrade, RC. Near end, receive the error... Error 28806.An unexpected error has occurred. Verify that SQL Server 2005 Reporting Services report server is installed and running, and that you have sufficient privileges to access it. For more information, see the setup logs. Here are the log entries. MSI (s) (68!C0) [15:12:07:467]: Product: Microsoft Visual Studio 2005 Team Fo ...Show All
Mike_A139353 property evaluation order (beta 3)
Why is the following not working I tried moving the Import of the M icrosoft.TeamFoundation.Build.targets from the top of the build file to the bottom, but it had no affect. Our environment has separate TFS and Build servers. I'm using TFSBuild.exe to kick off the build through a batch file. This article describes http://msdn2.microsoft.com/en-us/library/ms171464.aspx the order of evaluation but it isn't working. I also tried moving the RootP ...Show All
rrobs TFS on Domain Controller, how do I upgrade to RC?
Hi, For Beta 3 (refresh), I had Team Foundation Server installed on a Domain Controller. Now the RC has come along and this is no longer supported. Any ideas on how I can move the WIT and Source Control data in my Beta 3 instance to an RC instance and maintain any sort of history Regards, Martin. Instructions on moving TFS to a new server will be available very shortly (currently under review). In the meantime, as Marc sa ...Show All
