Answer Questions
Aayush Puri Publishing button is disabled
I am not able to publish the test result. I have some web tests and some load tests. The solution and its project are built with no errors. After running the tests, I am able to export the results to a file, but the Publishing button is disabled. I changed the configuration from debug to release and rebuilt and it did not work. How can I publish the result Would it be possible to send the result to any form of database (SQL, Access, a ...Show All
NBB Team Foundation Client Source Control Explorer
Can the (lite) Team Foundation Client operate the checkout/add folder/add files functions of Team Foundation Version Control (TFVC) We might like to use TFVC for both our source code and related technical documentation created and managed by our developers and business analysts. When running within the Visual Studio 2005 IDE the TFVC source control explorer allows me to create new folders and add non-source files to versio ...Show All
AnthonyEllis ASP.Net Unit Test produces 500 Internal Server Error
Hi there, I am running ASP.Net unit tests using IIS (with the HostTpe and UrlToTest attributes). The tests occasionally work but fail most of he time. When I load the page in question manually it loads fine every time. I did find an old web link that talked about this error being caused by the test case inserting and xmlns tag in web.config but it was talking about a beta and didn't have anything about a solution. The test case code was ...Show All
Patagrieng Build on a few solutions under different team projects using team build
Hi, I'm trying to create build on a few solutions under different team projects using team build. I saw on this blog: https://blogs.msdn.com/manishagarwal/archive/2005/09/27/474273.aspx by Manish Agarwal the way how to do it. I succeed to compile the solutions but for some reason I saw in the build log file that I’m getting The sources of all team projects that on my TFS This is the importent code from my TFSbuild.proj ...Show All
That Tim Guy Having no one assigned to a Work Item
Just today I put all our issues (non-closed) into TFS. This is over 600 issues. 80% of these issues have no one assigned to them because the Issues are: -Notes jotted down to keep information -Many duplicate bugs(we keep these for tracing purposes) -etc. So... now I have over 550 assigned Work Items and I feel Overloaded... I should ask for a vacation... anyways... Is it possible to tweak that field so we can have no one assigned I don' ...Show All
Matt Fraser Policy violations email
How do I set up the email address(es) to which I send emails if there has been a source control check-in policy violation Thanks Unfortunately we don't have the ability to do it right now only for policy violations. The way I do it is subscribe for all checkins and then write an Outlook filter rule to file all of the non-violation emails away in another folder. Brian Yep, just like that except we ...Show All
EltonSky Major Pain point with Pending Changes Dialog
There is no select all/invert/deselect all option. I have been working on moving artifacts into VSTFS Source Control (Hatteras) all weekend and not having that feature has cost me at least 2 hours of checking or unchecking checkboxes. Shift-Select then check/uncheck seems to work fine for me :-) Sorry! After going through and checking and unchecking all weekend, I tried the selection vs che ...Show All
Timothy Chan Ghost projects
2 weeks ago I had some problems creating projects from a remote location. The problem never really got solved but I can live with that for now. The problem is that the few times that I tried creating a project, the process halted with an error saying that it might not have been able to roll back all changes. Now my question is. The projects that I created doens't show up in the Team explorer but Source Control has entries for the projects a ...Show All
vb.net learner Extensibility
Hi, If you install a TFS server, you a have normally a sharepoint portal and a reporting services with different reports. This is great for internal use, but I would like also provide customers some forms/reports. Typically customers enter bugs and display some reports. My idea is to provide a external website (not the internal portal and reporting server), with the required reports/forms. For the final release, will be there a such ...Show All
Dracoo How to upgrade from Beta2 to Beta 3 Refresh
I am going to be upgrading my Team System servers (dual-server deployment) this weekend from Beta 2 to the Beta 3 Refresh Edition. Can I just Uninstall all of the old stuff (the TS App & Data Tier installations as well as SQL Server 2005, etc) and then re-install the new Beta 3 Refresh or am I going to have to "wipe" the servers and re-install from the OS up Thanks, ~slee Migration instructions from Beta 3 ...Show All
amitvjti Error installing December CTP in WORKGROUP - TFServerStatusValidator.exe returns 2336
Installing the December CTP on a clean machine in WORKGROUP mode the installation fails. The failing portion of the install log is as follows: TFServerStatusValidator - Team Foundation Server Status Validator tool Copyright (C), Microsoft Corporation, 2005. All rights reserved. The request failed with HTTP status 401: TF53011: TFSDEMO\Administrator is not a licensed user.. Unauthorized ErrorServerStatusHTTPUnauthorized 02/06/06 10:01:11 DD ...Show All
C. McGrunty Count the number of Constructors
Hi, I need to count the number of constructors for a Type. the code i have used for this is...... public override ProblemCollection Check( TypeNode type) { if (type.NodeType == NodeType .Class) { int memberCount = type.Members.Length; int constructorCount = 0; for ( int i = 0; i < memberCount; i++) { if (type.Members .NodeType == NodeType .Method) { Method method = type.Me ...Show All
Brian92fs Coded Webtest and looping thru a datasource?
Hello, I am have a little problem and need some help. I have created a webtest which loops thru a datasource. Converted it to a coded webtest to do some validation but can not get it to loop thru the datasource. Is there anything that I am missing Any help would be much appreciated. Thanks How are you running the coded test From the test view menu Are you running the coded test from the same p ...Show All
Trent Jackson Code Coverage for Manual Testing
Hi, I am using VS 2005 Beta 2, and am wondering if it's possible to measure code coverage while executing manual tests within the VS test framework. I am able to measure code coverage for unit tests with no problem, and I can include a manual test in my test run configuration, but I see no way to measure coverage while it is being executed. Am I missing something Being able to do this would be very helpful. Thanks! ...Show All
Colin M. Which CTP?
I am just downloading the July CTP of TFS and Vis Studio. The problem is there seems some conflicting instructions. On the TFS page it says that you have to use June CTP of SQL Server for it to work. On the same page it says VS2005 July CTP wont work with June CTP of SQL Server! Does this mean you cant use July CTP of TFS and VS2005 together Isnt it the whole point of having the 2 CTPs together, especially on something s ...Show All
