Answer Questions
TheZbuffer How to rename Work Item Type?
Maybe someone knows if there is a possibility to rename work item type Thanks You could always just export the work item type to XML, rename it then re-import it. You would still have the original work item type (unless you wanted to go all the way and create your own guidence) but you would have the work item type you would want. Not ideal, but it may get the job done... ...Show All
enak Remove Work Items from template
When i create a new project based on the Agile process template, i get a list of about 15 work items. I don't want these work items in the project every time i load them. I don't consider them part of the project itself. Since you can't delete them once they are created (i know/understand the reasons) is there any way to delete them from the template first, so when new projects are created, i don't have to go through and close all of them Than ...Show All
Adam Singer MSFT Estimating time and assigning scenarios...
1- Isn't a scenario always broken down into one or more tasks for developers to impelement 2- If the above statement is true, then why do we assign scenarios to individuals Why do we assign scenarios to anyone at all, since implementing the scenario would actually mean implementing each of its individual tasks 3- Is it correct to estimate a time for a whole scenario Shouldn't we actually estimate the time for each task requried to be done to aco ...Show All
gopalkrishna TFS on same server as Project Server?
We have a dedicated server that has Project Server 2003 running on it. It has extra capacity so we would like to install TFS on it if possible. In reading the installation instructions for it, there are a couple of concerns I have as to whether this is possible. SQL Server - Project Server is not using the default SQL instance. It seems like TFS expects to use the default instance. In this case, they do not seem to conflict. Is this correct ...Show All
DavidPalmer Which languages are supported?
Hi, all. There's a way to generate code for the web tests. It automatically produces VB code. Are there any other languages that are supported for this I'm specifically interested in C#. Can I generate C# code for the web tests Thank you. Hi, all. Sorry if this is a beginner's question, but I will really appreciate any help with this. Does anybody know the answer Thank you. :) ...Show All
Franz Muheim VSTS Ship Date - Again
Its January and MSFT have just shipped beta 3 of Tram Foundation Server so when can we now expect a RTM A recent blog entry from the Project Manager places the RC of TFS in very early Feb. http://blogs.msdn.com/jeffbe/archive/2006/01/19/514801.aspx and as a list of whats included: http://blogs.msdn.com/jeffbe/archive/2006/01/22/515917.aspx Hello, TFS will RTM in Q1 2006. Thanks for your patience! ...Show All
Ars_Maxer constant ASP.NET session IDs in load tests
I am testing an ASP.NET application that uses the session ID as a key for various operations. I noticed that during load tests the session ID is not always constant between requests for a given simulated user. Is there a setting that should be changed either in VS or on the server to ensure that the session ID is consistently maintained between request The test has a step load profile and the test mix&nbs ...Show All
Mark Shoesmith The graphical representation of MSF4ASD
Hello MSF users, In my research of Microsoft Solution Framework I discovered that there is little information of this meta process. Therefore, I do my own research, where I compare the Microsoft Solutions Framework for Agile Software Development (MSF4ASD) and the well-known Rational Unified Process (RUP). Whereas RUP has a graphical representation of their process, MSF4ASD has none. Last weeks I conducted a graphical repre ...Show All
Rahim2 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
Rod_Kane "Add to source control" missing
I have installed Team Foundation Server Workgroup edition in a Windows workgroup environment. The installation was successfull and I'm able to create a Team Project. My problem is that I can't add code to source control. The "Add to source control" item is simply missing from the right click menu in solution explorer and so is the checkbox in "create new project". I'm connected to the server from a windows XP client ...Show All
mik_mihai MSF books
Hi, Does anyone know of release dates for books on MSF Agile Some books have been released recently that cover VSTS but I cant find anything on MSF. The only one I can find is planned for release in Feb 2007!!! http://www.amazon.co.uk/exec/obidos/ASIN/0321336445/qid=1130847491/sr=8-5/ref=sr_8_xs_ap_i5_xgl/202-4186540-2622229 Thanks, David Randy, Do you have any idea about the best resource(s) to get prepared for MSF certifications ...Show All
ericlock Errors in Team Build - TFS RC
I've recently upgraded to TFS - RC and all is going well, except for Team Build. All the solutions build successfully when they are on their own (i.e., in their own individual build), however when I combine them up into a single Team Build, it crashes part way through with the following Error in the Application Log. (Below) I can't see any errors in the build log, it just stops ! I have tried several orderings of solutions, and it seems ...Show All
nattier Getting app.config from a .exe being tested
In tests I can access the web.config of a web application with: [ TestMethod , HostType ( "ASP.NET" ) , WebServerType ( WebServerType .WebDev ) , UrlToTest ( "http://localhost/Web/Default.aspx" ) , PathToWeb ( @"c:\Source\Web" ) , WebApplicationRoot ( "/Web" ) , Description ( "Descriptive text for the method" )] ..but I don't know how to access these for a destop application being tested. What documentation ...Show All
IK81 Reading from a csv file
I learned how to add a data file to my script by searching around this knowledge base. However, I am having trouble reading from it. My issue is probably more a lack of c# programming language than anything so thanks for any newb coding help in advance. The following DataSource is defined in my project... [DataSource("creditCards", "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\\Temp;Persist Security Info=False;" + ...Show All
Minh PC Implicit constraints, Pre-defined constraints, User-defined constraints
Please could someone explain to me the differnece between the following: Implicit constraints Pre-defined constraints User-defined constraints As I understand it, Implicit Constraints seem to be those that come with an object when you drag it onto the designer. There is a list of implicit constraints, somewhere e.g. SupportsASPNET, SupportsASPWebApplications, SupportsStaticContent, AuthenticationModeConstraint. Where in th ...Show All
