Answer Questions
Paolo Marini app.config & unit testing
Hi All, My app.config doesn't seem to be deployed to the testdirectory for unit tests. Browsing through the non-public members of ConfigurationManager I can see that it is using a user.config file in some directory underneath Local Settings\Application Data ( C:\Documents and Settings\WolfgangAl\Local Settings\Application Data\UnitTestAdapterDomain_For_StrongName_orzvkwtn2fcs331fc1yl4dcgzvfdl1yo\1.0.0.0\user.config). Neither the file nor th ...Show All
mobiledev1 deleting a team build
hello, Is there also a way to delete a team build (not a build type!) I always read about "deleting a team build type" but never about a team build. Is there also a way to get rid of old builds somebody mentioned that this feature is not in beta2 but should be in the realeased version. is it true -- remo You have mapped that folder into your workspace and done a get latest version first, right ...Show All
Thos Get Latest Version changes a file's 'Date Modified' and 'Date Created' attributes
Hi, We are currently using Team Foundation Server as our source control solution for a pilot project. When a user right clicks on a file in 'Source Control Browser' in Visual Studio 2005 and selects 'Get Latest Version,' he/she gets the file without any problem. However, the 'Date Modified' and 'Date Created' attributes of the local file are set to the time he/she got the file from the source control. It is important for us that we get the ...Show All
Eelke Folmer Sometime unable to connect to TFS from team explorer
Hi All, I've winxp which install team suite, including TFS client. This machine doesn't login to domain where the TFS server is. As a result, when I tried to add the server url the first time, it was OK from VS2k5. Close it and re-open VS2k5, sometime I got an error "Unable to connect to BIS service", and no login dialog popup. Restart machine, and tried to re-open VS2k5, got popup login dialog. Then login is OK. Has anybody experience this prob ...Show All
JDFox TFS beta 3 installation
So where is TFSQL2005AnswerFile.ini referred to in the installation guide And is /inifile: actually supported for unattended install of TFS Morning Matthew, I'm not at the office yet so I can't 100% confirm ... but the SQL answer file should be in the root directory of the CD (or image). If you can't find it, post again and I'll look it up. As for unattended install of TFS - no, this is not supported. ...Show All
ydla "Remaining Work" report only shows active workitems
Using TFS Beta 3 Refresh, I've created a MSF project, imported 100 or so workitems ( via Excel ) and closed 9 of them. When I look at the "Remaining work" report however the chart starts at 105 workitems and decreases to 96. The closed workitems do not appear. Have I missed something or is there a problem with the "Remaining Work" report Initially I thought that may be the problem bu ...Show All
russ_mac No access to reports and documents over internet port 8080
I've got some problems with my installation of TFS beta 3. I installed Windows Server with latest sp. Sql server september, sharepoint and tfs beta 3. The tfs is installed on this server to help us work in project over http and not intranet. When I try to create new project from vs over internet, I get error on connecting to reportserver on port 8080. My reportserver is not running on 8080, it's running on 80. If I create my new project on ...Show All
Ansu How to check FileName and ClassName are same
Hi I need some help in building custom FxCop rule, Is it possiable to check the Filename and Class name are same. if possiable how to do if not possiable please explain. Regards Venkatesaperumal It is not possible to do this in a consistently reproducible way, particularly in Whidbey, where partial classes are supported. File information is only persisted to PDBs that contain information for e ...Show All
Rafael Leonhardt VSSConverter: ArgumentException- An item with the same key has already been added.
I'm encountering an ArgumentException when I attempt to migrate a VSS project into TFS. It fails at the same point every time. It isn't clear to me which file is causing it to fail.. when I look around in the namespace that it is in when it exceptions, I don't see anything noteworthy about those files. Please advise! [VSS, Info, 1, 2006/02/02 12:17:22.555] Action Added configuration Name::$/source/ami/web/configuration [VSS, ...Show All
JohnSo TFS Warehouse - event log error 3000
I keep getting a TFS warehouse error: An unexpected condition has occurred in a Team Foundation component. The information contained here should be made available to your site administrative staff. Technical Information (for the administrative staff): Date (UTC): 17/11/2005 10:06:56 PM Machine: MachineName Application Domain: /LM/W3SVC/3/Root/Warehouse-1-127767387961411737 Assembly: Microsoft.TeamFoundation.Warehouse, Version=8.0.0.0, Culture ...Show All
rlarno SCC directory level security
we're trying out TFS b3 refresh, i understand we can set different security on different WIT areas, can we also set different security on different SCC directories e.g. users in groupA can have full access to a workspace except a certain directory \root\sub1 thanks. Yes. To set permissions on a file or folder, bring up Source Control Explorer (under View -> Other Windows), navigate to th ...Show All
pershing Detecting unused code across multiple assemblies
In an older version of FX Cop (a few years ago now), I think there was a public class called Graph. I wrote an app that used this class to detect unused code across multiple assemblies (we have 247 assemblies at present and around 4.5 million lines of code). Is there any current way of performing the same operation with the current version of FX Cop Hi, does the call MethodList callers = CallGraph.CallersFor( ...Show All
J. Matt Hills Form titles must be same as the links provided in the NavBar control
Hi, How to identify form titles and treenode link names in FxCop , because I have to check if both are identical, if not Fxcop should identify this. Regards, Kailash Hi Kailash, unless you force your developers to a very specific pattern for seting form titles (e.g. only via the designer) and also force them a very specific pattern for adding treenode link names (e.g. everybody has to use a specifi ...Show All
pjmvn RACI Questions
In MSFv4 each Activity is associated with Participating Roles. Those roles are divided into four categories: Responsible, Accountable, Consulted and Informed (RACI). Where are these categories defined What specifically is the difference between Responsible and Accountable Martin Danner Arrowrock Corporation Boise, Idaho Hi Martin, Always a pleasure. Yes, if you are responsible than you are a ...Show All
VC_Learner TFS API's Error
Hi, I try to use this line in Visual Studio: TeamFoundationServerFactory Getserver (Server) and get this error: "That assembly does not allow partially trusted..." Thanks, Michael What it is telling you is that the TFS assemblies can not be used from partially trusted code. To learn more about partially trusted code, read about Code Access Security (CAS) in the .NET Framework documentation. There are a variety of ways to make your ap ...Show All
