Answer Questions
Meaks Binding trouble when migrating VS2003 SourceSafe to TFS
Ok picture the scene. A department moving to using Team Foundation Server but has a load of legacy applications still needing support which currently reside in Visual SourceSafe. The applications are mainly .NET 1.1 web applications (ASP.NET/C#). Armed with the knowledge that there is a Visual Source to Team Foundation Converter and that there's the Visual Studio 2003 MSSCCI plugin for Team Foundation Server, all seemed rosy in the land of oppor ...Show All
Cooleo Can't get app.config to work for test projects
I've got a test project that I need to get configuration for from an app.config. I'm using VS2005 RC1. There is an app.config file in the test project and it is set as "Copy to Output Folder = true". When the project gets compiled it does put app.config into the output folder, but it isn't renamed. The AppDomain that the test is running in is looking for a config file in TestResults\<TestRunName>\Out\vstesthost.exe.config Help! ...Show All
sureshsundar007 accessing Work Items via the webservices
Hi, I am trying to write java application that integrates with the Work Item service. Obviously I cannot use the Microsoft SDK as it provides .net api's. Has anybody tried to do this already ..if so do you have any tips or things I should be aware of Even some exaple code would be great! thanks I've never tried this with Java, but I do own the WorkItem Web Services piece so if you have any question o ...Show All
RayCan Numerous errors in the Application Event Log when TFS host is rebooted
I'm not sure that there's anything "wrong" here, but it seems worth asking about - I noticed in the event log for my TFS host that quite a number of errors and warnings were logged within the first 15-20 seconds of operation following a reboot. Subsequent to that, everything's working just fine. Off hand, it looks like most of the issues stem from Tfs services spinning up and attempting to (directly or indirectly) use SQL Server bef ...Show All
Pedro.net TFS Beta 3 Access from NT Domain
I cannot add users from a trusted NT domain to the TFS groups, and so cannot connect to TFS from a client machine logged in under an NT domain account (except by entering the TFS setup account id and password). Is this by design If I missed this issue in the documentation or an earlier thread, please point me to it. Here is our environment: TFS was setup in single-server mode on an AD machine. The account used to set it up is an AD account. The ...Show All
Domino Running a custom action when switching between build types.
Hello everyone, Is it possible to activate a custom action (in my case i want to run a bat file) when someone switches between the Release and Debug build configurations A little background i have all my reference and output paths set to the B:\ drive when i am in debug mode B:\ points to C:\dev\debug, and when i am in release mode B:\ points to C:\dev\release. As you can see this makes it very easy to switch my entire project between rel ...Show All
Mike Russo Code Analysis details
Hi all, I'm writing some custom reports that can be extracted after a nightly build. When running a build, you can see code analysis information in the log files. Which web service and web method do I need to execute to get those details Kind regards, Karine Hi Karine, There is no need to connect to a webservice. when code analysis is run, a file should be generated called <yourassembly.dll>.CodeAnalysisLog.xml which ...Show All
Mustafa Showing the merge window by using the API
Hello, I'm using the VSTS API in order to do checkouts, checkins and query items properties. I want to use the API in order to open the confilcts window, if there is a conflict after I do get. can someone help thanks. If by "conflicts window" you mean the resolve dialog, that is not public in v1. In fact, most all of the version control dialogs are not public. If you are writing a VS add-in, you can get to a few o ...Show All
ShibbyMan666 Workspaces - could not be found in your workspace
How do you fix source control bindings weh a workspace has been deleted and you try to recreate it I've recreated the workspace and I'm getting the following error when trying to checkOut; [whatever file] could not be found in your workspace. Any ideas This must be repairable! Thanks Dsvid I was receiving the item XXX could not be found in your workspace error on a tf rename command ...Show All
jimwill Extensibility, this unknown...
Hello everybody, don't you think that when a poor developer knows about five base Web Services in TFS, his/her first though is about extensibility Is there any walkthrough about No general, wide-landscape online article about Extensibility Toolkit I would recommend you, also, download latest Visual Studio 2005 SDK, and keep an eye on its updates There are lots of MSDN a ...Show All
Brian Hoyt FxCop integration into project
Hi, I am having custom rules and i need to apply these rules for all projects using Visual Studio and automatically report the developer about the errors.Can you help me in achiveing this. Regards, Phani Have a look at the following blog post which includes a downloadable sample rule: FAQ: How do I integrate custom rules with Visual Studio ...Show All
OliverK Modify CMMI process description
If I would like to modify the described CMMI processes in the Process Guidance Template (MSFforCMMIProcessImpPG), which (xml) files should I modify For instance, if I would like to modify CMMI Manage Requirements process guidance, so it shows another Step by step and Work Products examples, where do I customize these sections in the RequirementsManagement_ManageRequirements.htm file I have found the overall Requirement Management descrip ...Show All
Unbroken73 Missing "Connect to Team Foundation Server"
I have installed the Team Suite 180 day trial software I picked up at VSLive! I'm trying to get connected up to our Team Foundation Server, but I don't seem to have any of the menu options available for doing so When I installed the trial I chose the FULL installation. Is there any additional configuration necessary to activate the Team functionality Thanks, Tim Vlince wrote: ...Show All
Koltron Possible to detect use of enum.ToString()?
Does anyone know if it is possible to detect the use of an enum's "ToString()" method The reason I ask is because we have started obfuscating our code using Dotfuscator, and of course because that renames the enums, it plays merry hell with any use of enum.ToString()! It'd be great if FXCopy could detect such usage. Also, I guess we'd need to detect enum.Parse() and other reflection-style access. Any help would be much appreciated! ...Show All
Anders Ryd&#233;n Getting the Parameter name of a catch block.
Let say i have a piece of code that looks like this: try { //todo } catch ( ArgumentNullException ex) { try { //todo } catch ( ArgumentNullException ex2) { //todo } } catch ( Exception ex) { } Now i want to get the names of the Catch parameters, being ex or ex2. I have tried walking the instructions but i can seem to find a property to get back (ex or ex2). I have also tried looping through the ExceptionHandl ...Show All
