Answer Questions
Evan H Load test for pre defined Number of Iterations
Is it possible to configure a load test to perform a particular number of iterations ACT used to have this functionality but I can't seem to see it in the load test configuration wizard. I am not sure why it completed early. A few questions. 1) Were there any errors on the error tab of the load test execution UI. If the tests stops early because it hit the number of rows in th ...Show All
AlexCode Project Level Attributes
I'm attempting to create a process template, and I'm wondering if there is a way to create/store project level attributes. For example, a project would have a client, maybe some billing information, but it would only need entered once per project. Any help is greatly appreciated. I don't know of a way to create/view/edit any project level properties. I would suggest that you create a special W ...Show All
mOjSiJe Build machine is not reachable
I'm having trouble getting a Team Build type to run. The error message that I receive is "Build machine is not reachable". I have defined the Build Machine as 'teamfoundation' in my build type, which is the name of the Team Foundation server (creative, I know). I've tried various combinations of this, including the IP address, the FQN, and I've tried all of these from remote machines and on the server itself. Everything appears to be ...Show All
Buboi Peng Source Control doesn't do an automatic get latest on checkout?!
We've been using the new source control for about a month now, and it seems everytime somebody goes to check-in there code there are all kinds of issues with stuff being out-of-synch. And it seems the code on the source control server never seems to compile, but of course the local copy of everybodies machines do. I've been pulling my hair out trying to figure out why everything keeps getting out of synch...today I found out why. ...Show All
MichaelJH Visual Studio blocked if the TFS is busy
Our TFS was busy running at 100% processor usage because of the problem described in http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=177068&SiteID=1 . If you start the VS client, during this time, it gets unresponsive. If it were waiting for a little while (like 10-30 seconds), the way it would do if there were connectivity problems and came up with a error message, it would be OK. The problem was that even after 1 ...Show All
jwize Tests Not Runnable, Multiple Tests with ID Found
Hello, I've started using Team System for unit testing and have been very pleased with it for a while but recently I've run into a strange error on some of my tests. When I try to run the unit test project all my tests are marked with the message, "Not Runnable", and I get an error message saying, "Multiple tests with ID <guid> found". Other test projects in the same solution are fine and run without incident. If I rename the class contain ...Show All
Alcedes78 Problem with check method name
I wrote this code to check method’s name : internal class ReglaNombreMetodo : BaseRule { public ReglaNombreMetodo() : base ( "ReglaNombreMetodo" ){} public override TargetVisibilities TargetVisibility { get { return TargetVisibilities .All; } } public override ProblemCollection Check( Member member) { Method method = member as Method ; ...Show All
JVAF Installation problem with Reports Server
I'm trying to do a single-server (beta 2) install but keep hitting a problem during setup. The system says: Miscrosoft SQL Server 9 Reports Server services is either not started or not installed which isn't true. All prerequisite software has been installed and is working. I can browse localhost/reports and both reports and teh server are running in their own app pool. The only place I didn't follow the installation guide exactly is that SQL Ser ...Show All
Svenson21 team foundation server installation error
hi I tried to install TFS using the instructions on the final stage (server install) i get this error message: MSI (s) (9C!08) [11:41:41:640]: Product: Microsoft Visual Studio 2005 Team Foundation Server - ENU -- Error 28938.TFServerStatusValidator: Calling the Team Foundation Server Registration Web service failed with 401 HTTP Unauthorized status. Try installing again. If the problem persists, verify that Internet Information Servi ...Show All
ShrinanD Vyas Team build - 'enlistment is empty'
I have two team projects defined, and I've previously created a team build for one of them. Now, when I try to create a new team build in either team project I get a diaglog that says "Enlistment is empty. The workspace " server " does not have any working folder mappings (where server is replaced with the name of my TFS server). One oddity that I note - in the source controll explorer, the "workspace" is named the same as the client machi ...Show All
Heta Thakkar PIN and UNPIN event migration problem
I am testing the source code migration from VSS to Team Foundation. According to MSDN ( http://msdn2.microsoft.com/en-us/library/ms253166(VS.80).aspx ), all pinned files in VSS are migrated by created two labels: PINNED_LATEST and PINNED. I pin some files in VSS, and do the migration. But after migration, I can not find labels called PINNED_LATEST or PINNED. Pls help. After the migration are ...Show All
NealG Instrumentation problems using the IDE for VC++ projects (vs2005 beta2)
I am trying to profile an application that consists of a mix of C# projects and c++ projects (built using /clr). I am specifically trying to see the impact of "thunking" on our application's performance. I have been able to sample short runs of the application, but I am not seeing the kind of information I would like. I was hoping to switch to an instrumentation run. However, if I use "instrumentation" in the wizard (or l ...Show All
Zuuljin Is there a bug list?
Is there a bug tracking site for the Database Professionals version Dale The name will be "Visual Studio Team Edition for Database Professionals (CTP3)" and will appear on connect web site today. Remember that the Database Professionals is based on the exact same Visual Studio 2005 core as all of the other versions from Express on up to Team Suite, as such there is no specific bug repository ...Show All
Jon500 Number of times the web test runs
Hi, all. I created a web test and connected it to a data source, which is a SQL Server database. I have a table in my database that contains a bunch of values I want to use for running my test (in the Form Post Parameters). I want my web test to run once for each record in the database. I've selected "One run per data source row" option in the localtestrun.testrunconfig, but my web test only runs once (for the first record in the va ...Show All
shahram90 Duplicate copies of Work Item Queries appearing in Team Explorer
Has anyone else noticed that if you double-click on the same Team Query repeatedly, it creates a copy within the project which is available to other team members Repro: - Open an existing Team Project - Within Team Explorer, double click on any of the Team Queries (e.g. "Active Bugs") to make it the selected tab. - With the tab selected, double click again on "Active Bugs" Expected: - Nothing, i.e. Active Bugs becomes the s ...Show All
