Answer Questions
Sephers getting changesets takes 30+ minutes
When running team build against a decent sized project (40+ individual projects) the last step "Getting Changesets" takes 30+ minutes at best and hours at the worst. There are 1024 of 2227 associated changesets and 404 associated work items. This last step equates to the GenCheckinNotesUpdateWorkItems Microsoft task. I assume you are using Beta 3 Refresh. Post Beta 3 Refresh, we have made performanc ...Show All
Matt L Build always checks out most of 'Bin' directory? (VS2005 Team Suite RC1)
I searched a bit for this, but VS2005 Team Suite has been checking out most of my 'Bin' directory each time I open OR build my solution. Has anyone seen this before Is this simply an option that I have forgotten to turn off or is this a bug fixed in RTM Its a very annoying behavior, because often I just want to build the solution and don't have any pending changes, but because its checking out everything all the time it picks up all the Bin and ...Show All
Bearcats1375 Doc Feedback: ImplementStandardExceptionConstructors (Don't agree with this)
Hi If I implement a custom constructor set that extends the base constructor, technically I am implementing the base constructors. By only implementing my constructors, I am enforcing that certain parameters must be input. Since my constructor passes data to the base constructor, the rule is not broken and therefore can also be excluded. public class MyException : System.Exception { &n ...Show All
dev_shiv Build failures after upgrade to RTM trial
Hi, We just moved from RC to RTM trial. In doing so, we did not go through upgrade process but rather made a clean install of trial edition which will update with product key when our vendor gets them to us. Anyhow, I've added my source back to a new team project and created my team build and updated TFSBuild.proj to the one I had working in RC. I also created a simple test build for the same project via team build wizard. The simple build work ...Show All
mocox Beta 3 Setup Error: Windows SharePoint Services is not configured as recommended by Team Foundation Server
I am trying to install Team Foundation Server Beta 3 as single server installation and installed all required software components. However, during the installation, it gives me "Windows SharePoint Services is not configured as recommended by Team Foundation Server" error under "Recommened Components" dialog box. I exactly have followed an instruction specified in setup guide for Team Foundation Server Beta 3 for SharePoint services installation. ...Show All
Blerus ValidationRuleFindText not working as expected
Hi, I have added a "ValidationRuleFindText" to my WebTest to look for a particular string. If the string is found then the validation passes. While running the web test "alone" it works fine. But when the web test in included into a loadtest and a load of 10 virtual users applied, I get lots of errors bcos of the validationrule. I have saved the response from the request and all the responses have the specified string. Am I doin ...Show All
Hmmm.... Threads...... Classes that consist entirely of static methods should end in “Util”
Hi, How to identify class that consists only of static methods I tried the following, public override ProblemCollection Check(Member member) { TypeNode type = member as TypeNode; if(type is Class) { Method method = member as Method; MemberList memberlist = type.Members; MethodList methodlist = RuleUtilities.GetMethods(type.Name.Name,memberlist); int staticCount=0; if (method == null) ...Show All
lobot Visual Studio 2005 Team Suite Release on MSDN Subscriber Downloads (Universal)
Hello everybody, Today Visual Studio 2005 Professional was released on MSDN Subscriber Downloads. We were unable to find the Team Suite Release. Any help Best regards Ralf Rottmann It appears we have this same problem.. .how long does it take to transition ~slee (From MSDN chat:) For a retail subscriber it should be 24-48 hours from transition choice to Xena access to the new level/role. For a Volume Licensi ...Show All
MGS21168 How to properly scope
All was working fine till I tried to suppress a large number of similar messages in an enum. I've been having a really bad time trying to get this to work, I was wondering if somesone could help me out and tell me what I'm doing wrong. using System; using System.ComponentModel; using System.Diagnostics.CodeAnalysis; namespace Foo { [module: SuppressMessage("Microsoft.Design", "CA1008:EnumsShoul ...Show All
iAlbeniz Whidbey FxCop 1.32 ignores certain methods ?
Does the Whidbey FxCop 1.32 have built in intelligence for ignoring certain methods I ask because I have various rules which check ASP.NET generated assemblies. They run fine using the .NET Framework 1.1 FxCop 1.32 but when I run them on ASP.NET 2 assemblies using the Whidbey FxCop 1.32 none of the private generated methods are visited. This makes me wonder if they are being deliberately excluded. Guy Guy, I re ...Show All
brohans Adding custom property via automation
Hi, I'm using automation to add WebApps and WebService providers ports, everything is working ok. What I can't find out to do is to add custom setting to the webapps or ports (preferability), by this, I mean doing the same thing you can do by using the UI when you go to: Settings and Constraints -> Custom -> Add Custom Settings. I'm hoping this can actually be done and I'm just missing the right properties/method to use for this, Any help ...Show All
schiluveru Using Excel pivot charts, can I filter on creation dates within the Work item history cube.
Hello, I am using the cumulative count in Work item history cube using the Pivotchart within Excel (a great way to get quick graphs for management). The problem I am having is that I want to see the progression of states between specific dates. As it stands now I can choose specific weeks to see but the counter in the graph does not start at zero. If I could put the creation date as an additional filter the graph would start at zero. ...Show All
kcongdon /file doesn't work with directories?
The fxcopcmd docs say that you can specify a directory using the /file option, but I can't get it to work. It just says "could not load file: [folder name]." Am I doing something wrong, or are the docs wrong The /file switch doesn't recurse; you need to explicitly specify each directory you want to look for binaries to analyze, for example: fxcopcmd /f:App\Folder1 /f:App\Folder2 /o:fxcop.xml ...Show All
XASD c++ auto increase version and drop folder
Hi, I have been busy configuring my project on team server and customizing the team build. Now there are still a few things i wanna automize using the team build. 1) Auto increase the version of the c++ projects seen sollution for this on this forum i tought, but cant find back 2) Use the project version in the drop folder Now my drop location looks like "CRE - Internal_050715.00003" I want this to be "CRE - Internal_<build version>" 3) Ma ...Show All
codeburner File Attachments NOT opening
We are running TFS Beta 3 Refresh, Single Server. We can attach files (pictures, txt files etc) to a bug or task but when we try to open an attachment Internet Explorer spawns and just sits there forever trying to access a page. I can only get the attachment to display (and even then it only displays inside Internet Explorer and does not spawn the asssociated program to view the attachment) by pushing the stop button then hitting refresh. ...Show All
