Answer Questions
TJM_MC Customizing Team Build
Is there a way I can customize the team build in such a way that, i am able to give a list of work item ids and the build will retrieve only those files associated with that work item Ids and not other changed files from the source control. I am working on the same thing. I will have a working code in a few days. Fee free to check with me at ramesh@quickenloans.com ...Show All
DesmondGreen Checkout behavior on non-mergeable file types
I understand that in general TFVC encourages concurrent development by defaulting a checkout to just marking the local version as editable. However, IMO for non-mergeable files, TFVC should always do a get latest when checking out this type of file. Since the file is not mergeable, allowing devs to checkout anything but the latest version is setting them up or a *bad* experience. It would also be very nice to h ...Show All
BURK Number of iterations on a data driven unit test.
When I run a data driven test the detail results match the number of rows in the data source, however the summary shows one more. Example: When running a unit test with a data source containing 3 records the detail results shows 3 of 3 passed, however the summary shows 4/4 passed. Is this intentional Thanks, TomK As a user, it appears to me that the number of tests run should match the count on the summary page. It is n ...Show All
Jonathan_Gr Warehouse not updating after upgrading to RC
Everything except reports seem to be working fine after the upgrade. When I go to run a report there is no data in it. When I run the scripts in the Warehouse Troubleshooting guide the Last processed time is null. I try to go through the controller web service and it dies on the ProcessingOLAP step. I am set up in a dual tier configuration. On the SQL box there are entries in the Event Log every time the Scheduler tries to update the Warehouse w ...Show All
Mike from symbol beta2 disapointing - beta1 was more stable !
Beta2 is pretty disapointing. I have been using beta1 since it was dropped and really enjoyed its stability (impressive for a beta1) while developping win forms apps in VB. Ok, a few crashes, few bugs (like Controls renaming) but it was fine. Beta2 is another story. To avoid incompatibility issues, I recreated from scratch all my apps (including datasets and UIs) and only copy/pasted the code I had written with beta1. In 4 days using Beta2, I ha ...Show All
PromisedOyster Error 28100.Error loading Event web service.
Hi, During installation I got "Error 28100.Error loading Event web service.". Any idea what is going wrong TFS is being installed on a Virtual Machine. Please feel free to contact me if you need any more information. Thanks, Bart ps. Is it possible to upload the setup log I'm having the same problem. Completely clean machine, health checks pass fine, then partway through the install I get&n ...Show All
HelenZHOU Server not referred to by the FQDN
I want the server to refer to itself ONLY by the FQDN. http://img116.imageshack.us/img116/2330/properties9sk.jpg if you have a look in the image - the server name is Fully Qualified, although the link that it will send the user to is not. how do i make them both be the same FQ thank you. There is one more config file that needs the update in that case: CoverAn/CoverAn.exe.config ...Show All
jcorra Two different ID's seems to see the same set of workspaces
I have 2 different ID's (one is my TFS admin account, say id1, another is my regular user ID, say id2). For some reasons, I got the following: (1) Under id2, all the workspaces show up in vs.net are those in id1. Why (2) Under id2, when I try to add a new workspace, the "add workspace" panel defaults the owner to id1, but the account I currently log in is id2. What happens (3) I override the owner with id2 in the "add wor ...Show All
jmartin505 How can I delete a Team Project
Hi, How ca I delete a Team Project, I try, but ins't works. Any Idea. Thanks! Ray Use TFSDeleteProject to delete a team project from Team System. The TFSDeleteProject command-line utility is located in <drive >:\Program Files\Microsoft Visual Studio 8\Common7\IDE Usage: TfsDeleteProject [/q] [/force] </server:<server name>> <team project name > [/q] - Do not prompt for confirm ...Show All
Tobias0815 ValidateArgumentsOfPublicMethods rule in VS2005
I have the following bit of code that the built-in Code Analyisis of VS2005 is complaining about... [Description("{0} is required")] public static bool ValueRequired(object target, RuleArgs e) { bool result = false; if ((target != null) && (e != null)) { PropertyInfo pi = target.GetType().GetProperty(e.PropertyName); if (pi != null) &n ...Show All
Aditya Ganty Roles within MSF
Hi all, My question regards the process of a traditional management based hierachy (ie produce managers, team leaders and developers) and its transition to MSF style roles. From my understanding MSF allows you to put you team together from your available resources but according to a table in a microsoft req. and solutions course guide i have a program manager may not be a developer. My question is why What are the dangers I know that a develo ...Show All
Anonymous322342 Error on Work Item reports details
I create a Team Project with MSF for CMMi Process. When I go on the reports services portal (ie : http://myserver/reports/ ) and I browse all reports for my project, I see a Work Item reports. This reports executes correctly, but when I want to show details on a proposed Work Item (clicking on the ID), I have this error : TF51300: Either access to the database is denied, or the item does not exist. does anyone had this problem any idea to solve ...Show All
CAnil ImplementIDisposableCorrectly
The rule “ImplementIDisposableCorrectly” should not be displayed in sealed classes as the Dispose(bool) method cannot be declared as protected or virtual. Also, the help page for this rule has no text for this rule and when clicking the feedback button, it generates an e-mail with the subject of InterfaceNamesHaveIPrefix Cheers, Steve Can you post a code example that shows the class ...Show All
Pradeep Project delete left source folder in inconsistent state
While deleting a project (or actually I think while creating the first team project on the TFS) all the permissions were not set correctly. This left me with an orphan Souce code control folder. I have no other obvious portions of the project but a folder does show up under source code control (it's empty). Is their a means to get rid of this Yes I did that and the command tells me there is no such project. And there ...Show All
Jobskply 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
