Answer Questions
nataliyaTT Load Testing - Counters
I'm doing load testing with web tests. The web tests that the load test uses require going through a couple different pages to get to the "important/interesting" page. Every time I re-run the load test, I have to drill into the counters and find the "avg. page time" for the specific page I'm interested in. Two questions: 1. Is there a way to "save" the counters I'm interested in so that they redisplay automatically each time ...Show All
Tim Murphy VSSConverter for TFS Beta3
Hi, I am trying to convert a VSS database to TFS Beta3 using VSSConverter but I'm stuck on the settings.xml file. Can anyone give me an example settings xml file that will work with TFS Beta 3 I have tried several things as suggested here http://blogs.msdn.com/akashmaheshwari/articles/386062.aspx but I can't get the format right!! Regards Graham The failure to use the same project name also occurs if duri ...Show All
MikeL.2k WebSite doesn't compile in TFS build
Since I've upgraded Team Foundation Server B3R to RC my _publishedwebsites folder is gone when I compile my project on the build server. Where does this _publishedwebsites folder come from anyway I already had 'Mixed Platforms' and another thing is that I have a VS2005 Web Application Project as the project type. Any help is very much appreciated! The _PublishedWebSites folder is gone because you are using ...Show All
Sebastian_Nie How? Programmatically setting /analyze:WX-
It's possible to set the /analyze option programmatically using something like this: Dim cfg As VCCongigurationTool Dim tool As VCCLCompilerTool ... tool = cfg.Tools("VCCLCompilerTool") tool.EnablePREfast = True However, I would like to enable the WX- option so that code analysis warnings aren't treated as erorrs (/WX is set on all our projects). How can I set the /analyze:WX- option programmatically Thanks. ...Show All
longuyen How to check a param value for obj instantiation?
I'm trying to get the first parameter to the System.Drawing.Font constructor in the target program. So far I've come up with: public override ProblemCollection Check(Member member) { Method method = member as Method; if (method == null ) return null ; for ( int i = 0; i < metho ...Show All
Ahmad_ADSC Sample Projects
I have been hunting for examples MSF projects , I noticed on this forum that were plans to provide some . I was wondering how that is progressing. I am currently trying to understand how documnets will look and feel and hang together. Whilst I know there are templates they down't really help. There are no sample projects yet but we want to have one ready when we ship. It will be on the MSDN site wh ...Show All
Anjan Ghose Reports won't run
I have almost everything working I believe. I have work Items, source control and team build all running. However trying to run reports I get: An error has occurred during report processing. (rsProcessingAborted) Cannot impersonate user for data source 'TfsReportDS'. (rsErrorImpersonatingUser) Logon failed. (rsLogonFailed) Logon failure: the user has not been granted the requested logon type at this computer. (Exception from HRESULT: 0x800 ...Show All
Nikhil Vaghela Can't reconnect to TFS using FQDN
I originally posted this in the General group, but this may be better here: I connected to our TFS Server with just the host name, and that worked fine (tfsdev01). Now though I've removed the connection and am trying to add the full name: tfsdev01.some.internal.domain.com. I can browse to the fully qualified site from IE ( http://tfsdev01.some.internal.domain.com:8080/Services/v1.0/ServerStatus.asmx ). When I try to ad ...Show All
Iceskaarj Need help figuring out this Query String Parameter issue
Hi, all. I'm having this problem. I'm trying to automate testing of creating orders in our application. Each time an order is created, it gets an order number assigned to it. The order number is displayed on the result screen as a part of another text and is not displayed as a separate field. The order number is passed to the next page as a Query String Parameter. I created a custom extraction rule and can successfully extract this value for ...Show All
jfkrueger Can you please add so that linked workitems state is shown.
When you open a Workitem and selects the tab "Links" you see a list of all linked workitems. This view is realy great when you look at a scenario and see all the bugs and tasks linked to it. If you also added so that it was possible to see "State" column of all these workitems it would even greater. If the state was shown it would be an easy way to see "total" state of the scenario. Right now I am doing the finaly testing of a scenario ...Show All
AlphaGhost On the rule DoNotInitializeUnnecessarily
FxCop flags a warning when it detects initializations that were already supposed to be have done by CLR; for instance: int _StartIndex = 0; While this is redundent initialization, I think it's good practice to include it to make it explicitly clear that your code relies on the default initialization of CLR. This is extremely helpful when doing code modification later because there may be many methods which might assume above initialization and ...Show All
alex1990 Creating a Team Project
Hi, I have problem creating a new Team Project now. After installation of Team System (single-server), I was able to create projects, but now it does not work anymore. The project seems to be partly created, because it can be seen from the Team Explorer, but without any work items, and no source control enabled. The same user is used, as was able to create projects earlier. Any idea Log: 05-11-2005 08:13:51.437 | Module: ELeadServiceM ...Show All
TomHL No report image in Project Portal, but do see one via IDE..
I can see a nice chart when I use my IDE and view a report. However, with RC release, when I goto project portal, I have no image under "Remaining Work", but I do when I view report using IDE... Any suggestions Hi! I'm experiencing similar problem. If I put in the comlete URL, it will show the report correctly. However, when using the redirct link it doesn't show the picture. In my registry, I hav ...Show All
James Mark Project Creation Problem: Unable to connect to the Windows SharePoint Services
After installing TFS Beta 3, everything seems ok. Can connect to it, manage it, etc. However I cannot create projects sucessfully. When I try to I get this (excerpt from log): Event Description: TF30162: Task "SharePointPortal" from Group "Portal" failed Exception Type: Microsoft.TeamFoundation.Client.PcwException Exception Message: Unable to connect to the Windows SharePoint Services at TEAMSYS1 Exception Details: The Project Creation Wizard w ...Show All
JDRoger Web Test Connection Model and IP switching
Can anyone provide more information or links which explain in more detail: 1: Connection Pool and Connection per user. Whats the advantages/ disadvantages of using either of these Also what's the optimum setting for WebTest Connection Pool size or what does this depend on 2: IP switching, with this enabled, which I think it is by default how does this work / is there any additional config required. What range of IP's does it use thanks in ...Show All
