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

Software Development Network >> VS Team System

VS Team System

New Question

What versions of SQL server are compatible with Foundation Server?
"Missing file" link error with TFS build
MSF Version 3 at a glance
Using Project Level Groups
Connect to server error
Organization of Team projects
Bug in MSSCCI Provider or in VS2003 ?
witexport.exe syntax
how can I backup team projects which I have created
Avg. Response Time

Top Answerers

David Citron
Saul775
Robuk
Nikola Kasev
Cos
Assert.True
ivanL
TJMFAM
GentleWarrior
ebj
Topix: Latin
Only Title

Answer Questions

  • osydney Nightly build problem

    Hi, I have setup my Team Foundation Server to run nightly build. My application uses (CAB - Composite UI Application block). I try to setup the CAB Unit Test with my nightly build, but everytime it failed with following error messagae: Run has the following issue(s): C:\Program Files\MSBuild\Microsoft\VisualStudio\v8.0\TeamBuild\Microsoft.TeamFoundation.Build.targets : warning : One of the background threads threw exception: System.Inv ...Show All

  • tawm Unit Test Creation Hanging...

    I have a project that I try to generate unit tests for (C# project, right-clicking in file to select Create Unit Tests, No test project exists as part of the solution). The Populating Unit Test window revolving progress bar comes up and it never goes away. i've let it sit for an hour and it never finishes. It's a small project with about 15 classes - nothing complicated. I can zip and send the project to someone as it happens every time. Thanks. ...Show All

  • Nose TFS time info

    How do I get the TFS time from a client I tried using the TFS object but all I could get was the time zone info of the server and not the actual server time. But, our requirement is not to block checkin completely but restrict it based on some rules as similar to other policies. The user should still have the option of overriding the policy! Hi Alex, I'm trying to build a custom check in policy. This needs the server time info s ...Show All

  • Roy_Welch Web test relative paths

    With unit tests I can use relative paths (even go so far as to adding them to the config file) Can I do something simular with webtests Since a web test is simply an XML file I assume I could open the web test and edit it, but would like to hear if there is an easier way.   Thanks, TomK My test was with an Access DB and a blank password, so I was able to get away with just editing the file, but for tests with a secure ...Show All

  • NeoSchu Checkin a project into VSS 2005

    Hi.. everyone.. I have a real simple question for all of you. How do i checkin a project in VS2005 into VSS 2005. The version i using is VS 2005 Team Suite. I do not see any "source control" option at the dropdown menu under file like what VS2003 have. Please help me on this, have been meddling and trying out for 2 days. Thanks in advance. Regards, Kashiro I hate to ask but have you verified that Visual Source ...Show All

  • Helpful Team Foundation Server -- Team Explorer Licensing?

    Hi, We are planning to deploy TFS for one of our small development groups. We will be using the following: - install Team Foundation Server on one server. - install Team Explorer on each developer workstation (15-20 developers). 50% of these developers are under MSDN subscription. - install Team Explorer Proxy on one server. I read the Team System Licensing Whitepaper, however, I have no idea on what all we would need to buy and h ...Show All

  • Aziir Code Coverage and switch statement don't work well together.

    Hello. I have discovered a little problem with code coverage. It seems that, if I write a function that uses a switch statement to test a string and with more than 6 branches, when I write a test for that method, although the test covers all of the code blocks, the code coverage engine shows 1 block as not beeing covered. The code is nicely colored in blue showing I tested all of the branches, but still. I have tried to use an integer for ...Show All

  • bmcilvaine Code Analysis Crashing

    Is anyone experience a large number of crashes when using the C/C++ static analyzer We run under XP 64 and I have been trying to run the analyzer on our entire C/C++ project (1000+ files). I cannot get through the entire project without it hanging in the CL process and then having the IDE freeze. Any ideas on how I can get it to be more stable I'm not sure if XP 64 messes it up. I don't believe the XP64 is ...Show All

  • David-F team members alert notifications (project alerts) - HOW??

    Hello, As I found out, there are only the following four options available to setup an auto-notification (multiply email addresses are supported) on the Team Foundation Server. In the Team Explorer, right click on your project, select “Project Alerts…” to open a dialog which contains the following: My work items are changed by others Anything is checked in A build status changes A build completes ...Show All

  • Dhakshna Reference Project dll from Separate Solution

    I have a team project with about 3 solutions.  How do I reference the output of a project in a different solution without duplicating the project There is a 3 part blog series on Manish's blog that will help you with this. Please let me know if you need anything else. Yes, that was the information I was looking for, though certainly not the answer I wanted.  :-( I realize this is V1 beta of TFS, but I hope t ...Show All

  • LucyS Organizing Projects

    We are getting started on Team System and would like some guidance on organizing projects. We are going to have a web based product and a smart client product with components that are going to be shared among them. If we are going to do project references among the two solutions we will have to go with one Team Project as source code cannot be shared among team projects according to this: http://msdn2.microsoft.com/en-us/library/ms242910(en-US,V ...Show All

  • Tariq Rahim Can't install in Vista Build 5384 (Beta 2) 64-bit

    I just installed Vista beta 2 on my AMD 64-bit x2 machine. Vista appears to be running find, but I'm not able to install Visual Studio 2005 Developer Edition for some reason. When I run the setup program and select the first option (install VS2005), it copies about 66 files to my hard drive and then ends. There's no error or anything. I think at this point it should be trying to run something that it copied to the hard drive from the VS2005 DVD, ...Show All

  • Adam Plocher Failing a test step

    I have a load test which contains various web tests along with many remote servers which perform tasks based on the responses received.  The webtest performs several actions which use validation rules to check the pages are displayed correctly etc. However data contained in one of the response is passed to a custom TCP connection and transmitted to a waiting server to process. The server then does some 'stuff' wi ...Show All

  • Kapalic Project creation fails

    Hi, I'm getting the following error when creating a new project in TFS: Event Description: Task "Currituck.WITs" failed Exception Type: System.Web.Services.Protocols.SoapException Exception Message: Server was unable to process request. ---> Violation of UNIQUE KEY constraint 'UQ_ADObjects__DomainName_SamAccountName'. Cannot insert duplicate key in object 'dbo.ADObjects'. SoapException Detail: <soap:Detail xmlns:soap="http://www.w3.org/20 ...Show All

  • Syed Moiz permisson error trying to implement an webservice

    Hello, I am trying to add an empty shell webservice. I have a workstation that has a solution. In the solution is a website that is a project that was created on the iis box itself, this are in sync. I added a webservice to AD and then tried to implement it. I got the following error. I am a admin in both boxes. Is there something I missed Error 1 Synchronization for element VSProject failed. Reason: Unable to create project 'wsSecurit ...Show All

131415161718192021222324252627282930

©2008 Software Development Network

powered by phorum