Answer Questions
Sideshow Paul Possible false positive for ValidateArgumentsOfPublicMethods
I added an == operator to a class. Its method signature is public static bool operator ==(Table table1, Table table2). FxCop throws the ValidateArgumentsOfPublicMethods error and asks that I check the parameters for null. OK, so I did. if( table1 == null || table2 == null ) { return false; } FxCop is now happy. When I run my unit tests though, I get failures where the tests are throwing a Sta ...Show All
rumi500 TFS thinks I am TFSETUP
When I connect to our TFSServer for some reason it thinks I am TFSSetup. I cannot find anything in the registry to tell it otherwise and it appears that it is only happening to me. Any ideas Gary A. Bushey That's the first I've ever heard of that. TFS picks up "who you are" by examining your Windows credentials (who the IIS server sees you as). Here is some sample code that you can build into a tool to ...Show All
Devcom An exception to DoNotCatchGeneralExceptionTypes?
I've faced with an issue when I have to disable FxCop rule what I didn't do until now. I have an asynchronous delegate call and catch exceptions around EndInvoke, like this: private void GetLogOnResult(IAsyncResult ar) { try { AsyncResult a = (AsyncResult)ar; LogOnAsync res = (LogOnAsync)a.AsyncDelegate; &nb ...Show All
Vapor can't publish test result
The publish operation fails with the error message:Server was unable to process request. ---> Attempted to perform an unauthorized operation. Anyone encountered such problem Is it because I don't have enough perm to publish a test result The following is my publish steps: 1. Build the team project - Success; 2. Run tests and click publish in ...Show All
Olivier Robin I have 2 Q
1. I have a problem creating a New Team Project "Unable to connect to the Windows SharePoint Services at SQL2005DEV " why See the log below. 2. if I want to backup the project and restore it on another server with a different name is it a problem , I saw the I need to back up the DB and the share print server and and and .... is there a single simple on command line way or a batch file that can do it in a more simple w ...Show All
Christopher Collis How To Monitor TFS Build server activity
Hello, I would like to now if it is possible to get the same flavor of build activity with Team Foundation Server as with CruiseControl.Net which offer a portal listing all build types and indicating their current state. If it does not come with the product, do I have means to create one Thanks Eric Oh - if you want to see the detailed report on the web, we have a feature called extensibility reports that can do precisely wh ...Show All
DegenerationX How to: Customize the build reports
Hey there, I already know how to add lines in the build log file. But now I need to add information to the report that ends up on the project portal. I have read the SDK part about extending the Team Foundation Reporting Warehouse but I'm not sure this is what I'm looking for... Any pointers Thanks!!! Hmm... my question was not as clear as I thought. The thing I would like to do is to put data in the warehouse using the object ...Show All
Tundra Programmer Multiple vsmdi files
Hi, We are getting multiple vsmdi files.Everytime someone runs a unit test the solution is automatically checked out and a new vsmdi file is created using the naming pattern MySolutionName1.vsmdi, MySolutionName2.vsmdi, etc. I've compared the files and they are the same. They live in the solution root and always have. The workaround that we have is to undo checkout on the files in question and then it works fine unti one next restart ...Show All
Tdar reverse engineering
I have been trying to reverse engineer a Visual FoxPro (VFP) 6 database with Visio for Enterprise Architects with not much luck. I'm thinking I need a Visio driver for VFP because when I run the reverse engineering wizard I get a list of "installed Visio drivers" to use but VFP isn't on the list and when I use the ODBC Generic Driver I get the warning: "You are using a Visio 'ODBC Generic Driver' to connect with a 'Visual FoxPro' ...Show All
imed-deborah Load of property 'FxCopInputAssembly' failed. The 'FxCop Input Assembly' must be under the project folder.
Why am i seeing this warning. Load of property 'FxCopInputAssembly' failed. The 'FxCop Input Assembly' must be under the project folder. 4 of them. Please see a separate thread in this forum on the same subject for more information. http://forums.microsoft.com/msdn/ShowPost.aspx PostID=2386 Michael Fanning VSTS Development ...Show All
scarneol 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
tford65 Environment Variables
I can not get FXCop to pick up any temporary environment variables that I set. I am trying to dynamically set the build directory that fxcop should load target assemblies from. In my FxCop project I set the name of the target to this: $(ProjectDir)/LomaStreet.VacationRentalGateway.Payment/bin/%BUILD%/LomaStreet.VacationRentalGateway.Payment.dll where %BUILD% is the environment variable I am attempting to set. I close FXCop, open a comman ...Show All
Sreepada CMMI in spanish?
Hello, do you have an estimate date to translate the process guidance to another languages The Spanish version of our CMMI process template will ship in the box with the Spanish version of Team Foundation Server. The CMMI process template will be translated in all the standard localization languages including Spanish, German, French, Simplified Chinese, Japanese and a number of others. Does MSFT have an expected date for this I ask ...Show All
Vicky_Dangwal "Connect to Team Foundation Server" option not there
I installed the VS.NET 2005 Team Edition for Software Developers but I don't see the "Connect to Team Foundation Server" option. Shouldn't this be there by default Good to know. I don't remember doing this with VS .NET Team Suite when it was in Beta, but my brain is not what it used to be.... Sorry, I'm still a bit confused. Is the Team Foundation Client the Team Explorer And if so, when I try to install that over Visual Studio Tea ...Show All
prash123 Migrate to another server
Hi folks I would like to migrate my TFS to another server (which I guess is a common thing to want to do). I have tried rebuilding a server with the exact same name and copying the TFS and STS databases over but that didn't work. I am really only interested in getting the version control over, but if I could do a complete migration that would be cool. Any advice on how I can do this Thanks Will The ...Show All
