Software Development Network Logo
  • SQL Server
  • VS Express Editions
  • Windows Vista
  • .NET Development
  • Windows Live
  • Visual FoxPro
  • Game Technologies
  • Visual C++
  • Windows Forms
  • Visual C#
  • Microsoft ISV
  • Visual Basic
  • Visual J#
  • Architecture
  • Smart Device

Software Development Network >> VS Team System

VS Team System

New Question

We want your feedback!
Create a Test List in VSTE For Dev
VSSConverter Failures/Flaws
also confused about licensing (TFS)
Setting command-line arguments for a unit-test project
Strange FxCop problem (bug?)
Headache converting from NUnit
How to refresh VS2005 workitem cache?
Property for CoreDropBuild target
Project creation fails

Top Answerers

HerbiNZ
FYZhang
fadil1977
manhatma
lizzy64
Orchid2006
Vikas Taneja
OnTheFly
Filip Orsag
Mohit Gupta
Topix: Opera
Only Title

Answer Questions

  • zacarias2006 compiler doesn't Recognizes the Reference of custom VSPackage Project

    Hi, I have created my own VSPackage which is based on a third party language. It creates a template with  a .kproj project type and .kcs file extension. I have also implemented the language service and ProjectNode class for that. my package is having its own compiler which compiles the code and generates a COM Dll. further using TlbImp.exe I am converting the COM Dll to .NET Dll(wrapper dll). Now I have one solution say So ...Show All

  • jcastiarena Recent Work Items

    Is there a way to see the list of work items I have recently viewed I can go to a work item if I remember the ID, but I usually don't remember it. That is why it would be useful to see the last dozen or so that I have drilled into. If there's no way to do this out of the box, is there a way to customize VSTS to provide this functionality -Larry But can I add a grid with child records off the work it ...Show All

  • Sondeepa Binding data - how to find and replace inside each web test

    Hi Given that I am still trying to reduce as much as I can my code generation, I need to make this process quicker: - I record a WebTest (composed let's say by 10 requests) - I bind a specific parameter (i.e. documentID) to one of my table rows - For doing that, I have to open manually each of the HTTP requests, finding where documentID is present and substitute the recorded value with the bound value. Is there a way to "f ...Show All

  • Vladimir Fedorov Distributed System template

    Hello, I've just downloaded Visual Studio Team System Beta 2 and started "looking into" the Team System features but was unable to locate the Distributed System Solutions project types when creating a new project.  Where can I find these Thanks, Scott Mead Elona, One thing that I just realized was that I did not install C++ when loading VS 2005 Beta 2.  I installed VB, VC# and VJ#.  Could ...Show All

  • Jijil "Rough Order of Magnitude" and Microsoft Project 2003

    If you follow the ”MSF for Agile Software Development Process Guidance”, you will find one point that says this:   Project Manager->Plan an Iteration->Estimate Scenario->2 Create Implementation Estimates   ”Work with the developers to do a rough order of magnitude estimate of the time needed to implement each scenario. All estimates should be made in ideal person days.”   So ...Show All

  • Noordin Length of an Iteration

    In the MSF for Agile Development Process, the first activity of the "Plan an Iteration" work stream is "Determine iteration lenght". The guidance talks about planning an iteration length that "provides just enough time to get a small number of scenarios or quality of service requirements done". Does anyone has an example of how much scenarios this implies How long should be an iteration for a mid size project of one a couple of months Does ...Show All

  • Shreyas Patel Error HTTP 403 - Forbidden access when browsing to VSTFWeb

    I need to get back to this issue because I didn't get any answer yet. We have installed successfully Team Foundation Server on a Win2K3 Server box that’s part of a Win2K Active Domain. The account used to install TFS has local administration privileges (not that it matters) and is also an existing domain account. We have a Single Server installation (both Data Tier and Application Tier) being hosted on the same machine. We weren’t able to ...Show All

  • Ravi Teja RequestEnumeratorException when running a load test through VSTS

    When I'm running a loadtest containing multiple webtests, the following exception is generated: RequestEnumeratorException Exception occurred: The given key was not present in the dictionary. Error Stack Trace is given below: at Microsoft.VisualStudio.TestTools.WebTesting.ThreadedWebTest.<GetRequestEnumerator>d__0.MoveNext() at Microsoft.VisualStudio.TestTools.WebStress.WebTestCaseVariation.ExecuteNextTopLevelRequest() Please h ...Show All

  • Nan Tu Automate "Add solution to Source control"

    Hello, i have an Addin that creates a new solution and adds the currently selected project to it and then creates a new test project. Now i want this newly created solution (and newly created test project) added to source control. The folder in which the solution and new test project reside are in an mapped TFS folder. What is the best way to deal with this, i tried to use the automation model DTE.ExecuteCommand( "File.AddSolution ...Show All

  • williamwon Error when subscribing event using the API

    Hi, I'm trying to subscribe an event through the API, My code is look like this: TeamFoundationServer tfs = new TeamFoundationServe ( "ServerName" ); IEventService eventService = ( IEventService )tfs.GetService ( typeof ( IEventService )); DeliveryPreference prefs = new DeliveryPreference (); prefs.Schedule = DeliverySchedule .Immediate; prefs.Type = DeliveryType .EmailHtml; prefs.Address = "MyEmail" ; fi ...Show All

  • Barden Another foreach with missing coverage

    The FAQ said that we should mention code here which has 100% line coverage but < 100% block coverage. I'm showing 4 blocks uncovered in the following code, and 40 blocks covered. private static void ScaleControlProperties( float ratio, Control baseControl) { float smallFontSize = 6.5F ; if (baseControl.GetType() == typeof ( Button )) { Button scaledControl = ( Button )baseControl; scaledControl.FlatSty ...Show All

  • Ikkentobi Beta3 TFS Fails to create news MSF For Agile projects

    Hi. In a single server deployment, I can do projects with MSF for CMMI Process Improvement, but don't do it this for MSF for Agile. If not exists security problems, what happend. Thanks Hi i have the same problem, what information do you need I have a german Windows 2003 SBS Installed 27.10.2005 13:19:31 | Module: ELeadServiceMediator | Team Foundation Server proxy retrieved | Completion time: 0 seconds 10/27/2 ...Show All

  • Daniel Bryars Recommendations for organization of code within classes

    The Design Guidelines have been a great help and I am glad to see that FxCop helps enforce them. Do you, or does Microsoft have, any guidelines or recommendations on the formatting or organization of code within classes   For example, I prefer to order my code in my classes surrounded by regions as such: Constructors Constants Private Member Variables Public Propeties Private Methods Etc. Any guidance or help is grea ...Show All

  • dotnetgruven error MSB3428: Could not load the Visual C++ component "VCBuild.exe"

    As I performed team build for my solution that includes .net project and c++ projects, I found following error: Solution: CommunityAddin.sln, Project: MapiLib.vcproj, Configuration: Release, Any CPU D:\builds\Reachout\TestProject\ReachOutBUild\Sources\CommunityAddin\CommunityAddin.sln(0,0): error MSB3428: Could not load the Visual C++ component "VCBuild.exe". To fix this, 1) install the .NET Framework 2.0 SDK, 2) install Microsoft Visual Studio ...Show All

  • KevinOB Sharepoint Installation Issue

    I have a clean install of SQL April CTP installed on server2003sp1 and am now installing WSS v 2.0. The install of WSS wont go forward because I dont have a newer version of the .Net framework. From what I've read an April CTP to go along with a single-server TFS is the way to go. I previously had a June CTP of sql and the WSS install went fine. Shouldnt my Framework version of 2.0.50215 (april ctp) be compatible with WS ...Show All

575859606162636465666768697071727374

©2008 Software Development Network

powered by phorum