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

Software Development Network >> VS Team System

VS Team System

New Question

Lock Project recursively
TFS commercial version vs. TFS trial (timebomb)
Web test in Frame Pages
Query execution failed for data set 'dsLastProcessedTime'.
Is the Team Suite trial compatable with TFS Beta 3 Refresh
ADAM Error on Installation
False positives with IsTrue/IsFalse
Checking in/out project does not check in/out all files as expected
Define method in a class containing web request
Calling Declarative Tests

Top Answerers

HasanTariq
upstartswwfc
Annand
Michael S
Sune Henriksen
Bob Rivers
Eli Robillard
Hammad_Awan
BreSmith
mk20
Oracle Web Applications
Only Title

Answer Questions

  • Alon Ronen How would we go about converting an agile project to a CMMI project

    How would we convert a project from an agile method to a CMMI project without losing all of our work items You commit to a project type on project creation. There's no "change" project type feature. We're not anticipating many people will attempt to completely re-set a methodology mid-project.  Although I can imagine this is possible, a feature to help would be handy, we don't have it.  But your qu ...Show All

  • RonSQL Team System Builds and dropping an MSI

    Hi, I just started using Team System this week, and I've been able to muddle along fairly well, but I've just discovered something that to me is a real show stopper. And based on the searches that I have done in Google and in these forums, I'm beginning to think there is something fundamental I missing based on the small number of responses to this problem. My problem is that the team system build does not build the Setup projects ...Show All

  • miloush No way to update AreaPath dropdown through Microsoft Project

    I have resigned myself to the fact that the only way to add new area paths is by doing so manually through TFS.  For example, I can't create new ones and attempt to publish them through Microsoft Project. But why , after having added new areas to TFS, can't I get the dropdown in the area column of Microsoft Project to have the new value in it.  The only workaround, which is pretty close to unacceptable, is to create a new ...Show All

  • SlitCanvas Merge problem in BetaR

    Hi, We have a problem in Beta3 Refresh: When trying to merge by a specific changeset, in the pending changes we can see also some deleted files that included in previous changsets. Why is like this Thanks, Michael. You'll have to be more specific about the history of the files in question. There are many possible reasons. For example: in your first post you mention deleted items. If you undeleted something, then late ...Show All

  • Madisn I can't create PrivateObject, an exception thrown out

    When i try to create a PrivateObject object[] args = new object[1] { "test" }; Microsoft.VisualStudio.TestTools.UnitTesting.PrivateObject priv_obj = new Microsoft.VisualStudio.TestTools.UnitTesting.PrivateObject(typeof(global::Class1), new System.Type[1] { typeof(string) }, args); An Exception thrown out Test method Class1Test.testTest threw exception: System.TypeLoadException: Could not load type 'Class1' from assembly 'Objec ...Show All

  • Healer Is there a command line inteface that can access the Version Control system

    My group will most likely want to access the Version Control system from our current build system. Is there a command line inteface that can access the Version Control system Yes you can use tf.exe. Refer to http://msdn2.microsoft.com/en-us/library/z51z7zy0.aspx for documentation related to different versioncontrol commands Swamy ...Show All

  • c0dem0nkey1519 Build fails on absolute path in solution file

    Hi Got the buil service up and running (thanks to a post on the fact that it had to be installed separately, reminds me of those commercials on Cartoon Network my kids know by hart which goes something like this "bla, bla, sold separately" :-) Anyway, decided to kick off a build of my first Team Project (called Kiosk!). Now I am playing both the independent thinking developer and the buildmanager with a sentralized mind here, ...Show All

  • dshirah Error: TF60059 Incremental Migration TFS Beta 3 Refresh

    I'm currently performing an Incremental migration to team foundation server (TFS Beta 3 Refresh) - Single server deployment. I've followed the migration process specified in the how to for VSTFS http://msdn2.microsoft.com/en-us/library/ms400695(VS.80).aspx The following steps completed successfully as specified in the above document 1 - 7 but when I perform step 8 to do an incremental migration process (2 new labels in the VSS pro ...Show All

  • jigee BisService.exe error.... have logs to help developers help me :)

    Error 32000. The Commandline '"c:\Program Files\Microsoft Visual Studio 2005 Enterprise Server\BISIIDIR\sdk\bin\BisSubscribe.exe" http://<myserver>:8080/Currituck/BisService.asmx' returned non-zero value: 1. TFSScheduler.log: ----------------------------- 2005-06-21T09:30:08:328 (main) Microsoft.VisualStudio.ELead.Common.Exceptions.ELeadException: Unable to connect to BIS service. ---> System.Security.SecurityException: You don't ...Show All

  • JosephH How to backup VSTS project?

    Which databases are VSTS used in SQL Server Could I just need to backup those database Or there are other files or settings should I backup at the same time Thanks! Are you guys planning on cleaning up some of these DB names to give them intention revealing names   Sorry but CurrituckDB just doesn't say much to me other than it's a database.  Same goes for BisDB and BisDWDB.  Based on your descriptions I would find names l ...Show All

  • mars76 Unit Test Question

    Please forgive me as I am fairly new to Unit Testing. I have a class library that I am trying to create Unit Tests for. This is a CSLA project, if that means anything to you guys. I can create the test project and the tests fine but when I go to run the tests I get an error that the tester "could not load type". The library in question is one that I have referenced in my class library and my test project. I don't know what to do so any directio ...Show All

  • Shoaib Khot SQL Server 2005 version control - Only for experts

    Well assuming that a 3 tiered architecture of a program written in non object oriented language like visual basic 6.0, it has user interface files, logical files that support functions or functionalities, we will have the final tier…the database tier where sometimes we have all our data stored, some stored procedures and functions, that also contribute to the logical tier. So the question is: how do I make control version with TFS in Sql se ...Show All

  • Omarat56 DisposeMethodsShouldCallSuppressFinalize woes

    I've got a class that derives from a class that implements public void Dispose() and protected void Dispose(bool).  My class also owns a disposable field.  So, I've derived from IDisposable and implemented the Dispose pattern, taking care to have try/finally in Dispose(bool) where base.Dispose(disposing) is called within the finally block and GC.SuppressFinalize(this) within the try block (if the object has not already been disposed an ...Show All

  • mjones20 Team Build Report and associated work items

    Hi, if a developer associates some code with a resolved or closed work-item (upon checkin), that item doesn't show up in the Team-Build-Report. Even though I do see the reference and all infos, if I open up that item. This makes it hard for a tester to know exactly which things to test for in a specific build. Is this happening on the Beta2 or July CTP Thanks, Amit There was a bug in Beta2 where certain t ...Show All

  • jking Backup Problems

    I am trying to backup the SQL server on my TFS B3 Refresh server (single server install with the DEV version of SQL 2005 RTM).  I am getting the following error trying to set up a Maintenance plan using the Wizard: TITLE: Maintenance Plan Wizard Progress ------------------------------ Create maintenance plan failed. ------------------------------ ADDITIONAL INFORMATION: Create failed for JobStep 'Subplan'.  (Microsoft.SqlS ...Show All

434445464748495051525354555657585960

©2008 Software Development Network

powered by phorum