Answer Questions
Carlh62 Web view not styled (most of the time)
Most (approx. 80%) of the time when we click on a link to a TFS Artifact in a mail send by the alerter service, the web view is not styled. So we see just the text from the xml which is unreadable. Any idea what is wrong Thanks for the info. ralf If you are referring to build web report, yes this is a known issue with B3 refresh bits and fixed in final bits. Unfortunately, there is no viable workaround other than tr ...Show All
StevenBerr Profiler quits generating reports (or gets stuck on the same one)
I upgraded to Team System for Sd earlier this week from 2005 Pro in order to try out the profiler. I can get it ro run once or twice, and then it seems to quit. In my solution, I have a class library (Rancher) and console app (Rancher.Test). I used the Performance Wizard to create a session for the console app, and then added the class library as a target project. Instrumentation, no allocation gathering. I ran it twice with no problem and go ...Show All
thmccarthy AvoidDuplicateAccelerators
Hello, I have a Windows forms and two buttons. The accelerator for button1 is &button1, and for button2 is &button2 The rule AvoidDuplicateAccelerators shouldnt permit two controls with the same accelerator, in this case letter "b" But fxcop is not reporting this. I am not sure if I understand wrong the rule or this is a bug in fxcop. thanks, Have you set Localizable to true on the Form This rule only ...Show All
Avesta No way to update AreaPath dropdown through Microsoft Project
I have resigned myself to the fact that the only way to add new area paths is by doing so manually through TFS. For example, I can't create new ones and attempt to publish them through Microsoft Project. But why , after having added new areas to TFS, can't I get the dropdown in the area column of Microsoft Project to have the new value in it. The only workaround, which is pretty close to unacceptable, is to create a new ...Show All
FBCJunior FxCop Custom Rules
Hi, I need to write a couple of custom rules which requires me to parse the code like Length of a class file, Code/Comment Ratio, Length of line does not exceed say 60 characters and so on. It will be great to have these checks as part of FxCop rules so that these requirements are taken care of. Is it possible to achieve this. Also I need to check the number of levels in the inheritance heirarchy. Is this also possible in FxCop Thanks a ...Show All
Ivan Giugni Avg. Response Time
Hi, I am running a load test containing webtests. Each webtest has one webservice request. The avg. response time of each request is aroung 12msec(0.012sec). I see a counter "% Time in Webtest Code" which shows around 45%. My question is if the avg. response time also includes the time spent in the webtest code . If this is the case, is the actual response time 12msec - 5.4msec(45% of the total avg. response time) Please ad ...Show All
sri76 Error when attempting to "save as" an existing template
Here are the steps: Team Explorer is open Expand the Project Expand Documents Expand Templates (assumption is that there is a template here) Right Click the template (in my case it is Vision-Scope.doc) Select Open Click OK at "File Download" message Click OK at Reading Layout message Click FILE Click SAVE AS ISSUE you get the following error [Microsoft Word]_SaveDoc ERROR: 4172:Path not found Any help would be appreciated - thanks NOTE: I ha ...Show All
ProgAniGod the request failed with http status 404
when I tried to open the team explorer I got the following error the request failed with http status 404 Folks, Your problems are likely to be because you are creating a sharepoint virtual server for the Team Foundation Server site. Please do not do this. The only site that should be extended is the default web site. Please remove the virtual server from the Team Foundation Server site. Then can you ...Show All
Eduardo Ballesteros Sharepoint Services or Sharepoint Portal Server required?
Hello I have Sindows Server 2003 SP1 plus latest updates, and am trying to install Team Foundation Server. It says it needs Sharepoint. Does it need Sharepoint Services or Sharepoint Portal Server Sharepoint services is a very small install, if I can get away with that, I would prefer that. If Sharepoint Portal Server 2003 is really needed, then I will install that. Thank you David I got pretty far into ...Show All
andrew326 FxCopCmd 1.35b1 not processing any rules.
When I run FxCopCmd on the command line from an MSBuild script: C:\Tools\FxCop\FxCopCmd.exe /o:"C:\Projects\Common\trunk\bin\reports\fxcop.xml" /p:"CodeAnalysis.fxcop" /axsl /verbose I noticed it isn't finding any problems even though opening the CodeAnalysis.fxcop project in the GUI does find at least 10 rules that need to be addressed: Microsoft FxCopCmd v1.35.51212.0 Copyright (C) 1999-2004 Microsoft Corp. All rights reserved. ...Show All
granville Moving TFS to a new physical server - can be done?
Hi folks, currently we have been trialling/using TFS B3R2 and besides the odd quirk here or there love it and will be keen to purchase a license when released, etc. That said, we would like to keep the existing _DATA_ we have on the current crap hardware and migrate it to a new machine with the released TFS product. So, a few questions. 1) Should we wait for the licensed product or could we use the RTM when that's out. 2) Assuming ...Show All
Jit Team Build - PublishRun Error
My first Team Build build, errored out on "Build process and custom task errors". I get: Error PublishRun: Only one usage of each socket address (protocol/network address/port) is normally permitted My code does nothing with sockets which leads me to believe this is an internal TeamBuild error. OK the publish works. Yes I am building both the Release and Debug configuration of a single s ...Show All
killauea CollectionsShouldImplementGenericInterface should be a breaking change?
FxCop raises a CollectionsShouldImplementGenericInterface violation for a simple collection class which inherits from the non-generic CollectionBase. As far as I can see the only sensible way to fix this is to derive from one of the generic collection classes (usually Collection<T>). This is surely a breaking change. Joe, Although it is a breaking change to modify the base of a class, it is not con ...Show All
Janthegroat C++ project dependencies
Hi, i have some problems compiling a c++ project using 4 dll's, 1 static lib and 1 application. I added project dependencies for the build order. When compiling in the ide, it works fine. Using the tfs server there seems to be a problems with the dependency of the static lib. If the dependency with the static lib is not set, the team build succeeds (still using the dll dependencies) I get the following error: Solution: CRE.sln, Project: Test, Co ...Show All
lshpiz Web Test and Username / Password
Hello I have created a web site with Windows Authentication, allowing one specific user to have access to it, and all the other one are denied. So in web.config: <authentication mode="Windows" /> <authorization> <allow users="domain\username"/> &n ...Show All
