Answer Questions
keenb Customization Guide and build tool
Any word on when a customization guide/tutorial will be available Also the build tool Thanks, Ryan Also, if you are looking for info on Project customization, check out the Team foundation team blog: http://blogs.msdn.com/team_foundation/archive/category/9723.aspx This was extremely helpful Aliaksei. Thanks. Could you answer this query on process template customization http: ...Show All
Farid_Z Can't find "Comments" of my manual test in my Team system cube
Hello, In need to create a custom report with the log informations about the manual test I ran. I have published all the tests results and I was able to find all the informations I need (Test name / Test result / Tester name / Start time ...) but I can't find the comments. I have checked in the trx files and I found it, but i wasn't able to find it in Team System cube or in TFSWarehouse database. Are this informations stored in the database If y ...Show All
jjbutler88 Issue with Load Test DB connection
I have stumbled across an issue regarding the connection string administration to the LoadTest DB. I have read other threads re: configuring this via the Test Controller Admin dialogue and did manage to get it working briefly. For other reasons I did a un-install and re-install (without incident), but when I re-entered the dialogue to alter it again, the Load Test Results connection string configuration dialogue could not find my desti ...Show All
Minh FileNotFoundException during test run - (after 500+ iterations)
hi all, Hoping someone can help me out here. I have a test that is data driven and sets the parameter from a database. There is 3785 entries I want to run through. e.g. http://somesite.com.au/Somepage.aspx param={{Database.View.Column}} The test starts up fine and runs fine for between 500 - 700 iterations but then aborts with the error below: Warning: Test Run deployment issue: Failed to get the file for deployment item 'C:\V ...Show All
SeanKornish Rule Interface
HI...I'm trying to check that an interface name begins with the letter "i" using the following code: public override ProblemCollection Check(TypeNode type) { Interface interfaz = type as Interface; if (!(type is Interface)) return null; if (!(type.Name.Name.StartsWith("I"))) { Problems.Add(new Problem(new Resolution("Interfaces deben empezar con 'I'"), type.FullName)); } retur ...Show All
cghost Error on main portal page for project
In the main portal page for our project, under the "Bug Rates" section, the following error comes up: An error has occurred during report processing. (rsProcessingAborted) Query execution failed for data set 'AreaPathPath1'. (rsErrorExecutingCommand) The default members for the dimension 'Specified' do not exist with each other. Hrm, once I added a bug to the system and refreshed hte main portal p ...Show All
RuinLithium unexpected error
Hi, I have generated as simple web test through recording option. 1. I will open the web site 2. Click on Search button. List of records appear for that search. When I am running the script both steps are passed and showing as HTTP Status as 200k. But in web browser it is showing error message. It is showing application error in web site. I tried manually couple of times but I did not this error manually. I wa ...Show All
JohnCBisys import using witimport fails in VSTS Beta3
I try to import WorkItem, using witimport utility. WorkItem pass validation successfully (witimport with /v flag). Actual import fails with "Account not recognized" error. I have logged in as tfssetup user which is domain user and member of TeamSystem Administrators group. Please help me out. Installations Installated Win2003 SP1 with latest updates, Team Foundation Server beta3 on server WinXP SP2 with latest updates, VSTS ...Show All
redman_12 Work Item - Title vs Summary (Redundant?)
I find myself just repeating in the summary what I put in for the title. These two fields seem redundant. What am I missing here How are they supposed to be used The idea of summary is to give you an extra text area where you can describe the bug or issue in more detail (e.g. repro steps) For Beta 2, the summary field is currently restricted just one line of text to support round-tripping to ...Show All
zeroXML Using 1.35 beta with VS 2005 web projects
Does anyone have any tips on using the beta version with web applications written using Visual Studio 2005 Seeing how vs2005 has a different way of building web sites, and there is no single dll that is generated that you can point fxcop to, how do you analyze web site projects Any help is appreciated. Hi, the easiest way to do website analysis is to use Visual Studio Team System (Developer or Suite). A ...Show All
xinzhang Code coverage / testing errors in Team Build
I've been trying to get code coverage working from Team Build builds. I read about removing the path from the "binaryFile" tag in the testrunconfig, so I did that -- no dice. Next, I edited the team build file to add "/runconfig:$(SolutionRoot)\localtestrun.testrunconfig" to the TestingArgs element. After that, I got a complaint from the build log, that vsinstr.exe couldn't be found in the PrivateAssemblies folder. I copied from my machine ...Show All
Marcus Aurelius Assembly Info
Hi, I would like to know how to create assemblies using VS.Net. I wish to expect reply for thanks Regards, Asan I'm confused. Visual Studio's main purpose is to create .NET assemblies. Simply choose File -> New -> Project and choose from a number of different templates such as Windows Application, Class Library or Console Application. The created projects when compiled generate a .NET assembly. What do you want to do with the assem ...Show All
cfgumtow BUG - Cut label at Team Project level
If you cut a label a the team project level, you won't be able to "find" it again. (Manage Labels window) Do you see the label if you run "h labels" Buck Okay, I see now. I'll check on that. Thanks. Buck I think the issue has to do with being able to apply a label on a folder that doesn't have any files in it. While it really doesn't make sense to use labels in this way, it might be good to warn the user that the label w ...Show All
Obliterator TFS SErver Beta3 single server installation failed
with following error event log... Event Type: Error Event Source: Report Server (MSSQLSERVER) Event Category: Management Event ID: 107 Date: 10/13/2005 Time: 3:18:54 PM User: N/A Computer: TEST02 Description: Report Server (MSSQLSERVER) cannot connect to the report server database. For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp . Event Typ ...Show All
Dharmesh Gandhi FxCop.chm download not working
I downloaded the 3/15/05 FxCop.chm. It comes up but in the right pane it constantly shows the IE "The page cannot be displayed". What is wrong What do I need to do to make this work Thanks. You are right, without following your exact instructions the Help file won't display correctly. Surely this is not by design, it is so unintuitive. I might report a bug to the Windows team. I think you shoul ...Show All
