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

Software Development Network >> VS Team System

VS Team System

New Question

Error running tfsupgrade - TFSIntegration db is not Beta3
Another Initialization failed for plugin(s): "Microsoft.Pcw.wss"
Worst product install I've seen yet.
Database scripts/ Projects in VSTS
Images in Work Item description?
Failed to Create Team Project
"Unexpected token was encountered" error after schema import
Team Builds error when connecting to the build machine.
Sharepoint Permissions default settings from VSTS
TFS install - problem setting up and connecting with new user

Top Answerers

BT_1960
Rainier
cmb082000
Cameron Purdy
Ruben S Salazar
schulmand
Ju Wu
Plaid
Ankhnesmerira
h_01cs25
WizzyWeb
Only Title

Answer Questions

  • _keith Where did this came from?

    Sorry for the post size. An unexpected condition has occurred in a Team Foundation component. The information contained here should be made available to your site administrative staff. Technical Information (for the administrative staff): Date (UTC): 13-01-2006 10:49:42 Machine: TFS Application Domain: /LM/W3SVC/3/Root/VersionControl-3-127816229810534998 Assembly: Microsoft.TeamFoundation.VersionControl.Server.Proxy, Version ...Show All

  • Oufti Team Build Desktop Build problems

    I referenced the How to: Build Team Projects on a Desktop but the how to is incomplete and I'm getting some errors that I hope that someone can help with this one. I have a project, I created the Build Type, I sync'd with the local drive. So far everything is fine. I ran MSBuild (from the directory with the Build Type) and set the SolutionRoot to the full path of my solution (relative paths didn't seem to work at all). I did not set the TeamB ...Show All

  • nosajis Test-Driven Development and Interfaces

    Hello! I've got this interface called ISet<T> which my ArraySet<T> class implements but right now I've only created the implementation of the interface and my ArraySet code looks like: public ArraySet<T> : ISet<T> { } When I try to build ofcourse I get alot of errors that my class is not implementing the interface members. When using Test-Driven Development I should not write any code that my tests isn't testing. to be ...Show All

  • Larry Tenny Install Done, what's next?!

    Hi everyone, I installed Team Foundation Server on my windows 2003 standard server and everything went well .. but now what There is nothing in the Start Menu talking about it, no icon on the desktop, nothing! I mean, how can I add new project to it create portal for each project where can I read about all that Thanks ok, I've installed VS.NET 2k5 and the TFS Client and now when I try to connect to my TFS Server, I enter my server's IP an ...Show All

  • skycro Null Reference exception

    I just tried few custom rules taken from net and use them through FXcop 1.32. The rules run properly and results are shown in the FxCop window, but when I click on the result (for the first time, and then on mouse over) a Null reference exception is thrown. What is wrong What am I missing I have not programed the rules just taken some samples. Thank you for your time. Stack trace>> System.NullReferenceException: Object reference not set t ...Show All

  • StarCad Visibility of Projects

    We have a setting where a couple of small companies share one Team Foundation Server. Sharing is necessary, because the companies cooperate on some projects. The projects are carried out in the same domain. However each of the companies has projects of its own which they don't want to share. Yet they would like to use the same TFS. Hence these projects should not be visible to other parties, i.e. they should not be visible for non-authorized use ...Show All

  • sk49 Recoginize #pragma warning disable

    Now that C# (v2005) has a #pragma that can turn warnings off and on, will FxCop honor the setting and not report violations that the pragma has turned off public void test() { #pragma warning disable 0168 int x; #pragma warning restore 0168 }   The compilier will not report the unused local. However, FxCop will report it. The #pragma directive can be used to turn off many different warnings and I thought tha ...Show All

  • Ubercrowe I want to do unit test on native c++ using .net framework, but there are some errors

    I created a COM project named "alt3",then assign the properties of CLR with "Common Language Runtime Support (/clr)",then i created a test project, add references to alt3, then i create unit test from the Solution Expolorer, but there are some errors: ------ Build started: Project: TestProject1, Configuration: Debug Win32 ------ Copying 'e:\visual studio 2005\projects\vc\alt3\alt3\debug\alt3.dll' to target directory... Cop ...Show All

  • praveen jalasutram Virtual Server Not in Config Database - TFS Beta 3

    I can't browse to my Team Foundation Site.  If I attempt to get to the site through SharePoint Central Administration, I get this error: "The virtual server that is referenced here is not in the config database." If I browse to http://localhost:8080/ , I get a 403 Error (Not Authorized to view this page). If I try to browse to any of the pages within http://localhost:8080/ , I get 404 Errors. I have installed Beta 3 of Team Foundation Serv ...Show All

  • Rich Preston How do file attachments get saved?

    Through the API, If I look at the collection of Attachments associated with a work item and look at an indivdual attachment I see the following: AttachedBy: "" AttachedTime: {5/18/2005 12:15:39 PM} AttachedTimeUtc: {5/18/2005 5:15:39 PM} Comment: "" CreationTime: {5/18/2005 7:10:56 AM} CreationTimeUtc: {5/18/2005 12:10:56 PM} Extension: ".doc" IsSaved: true LastWriteTime: {5/18/2005 12:10:57 PM} LastWriteTimeUtc: {5/18/2005 5:10:57 PM} Length: ...Show All

  • Globalog How? Programmatically setting /analyze:WX-

    It's possible to set the /analyze option programmatically using something like this: Dim cfg As VCCongigurationTool Dim tool As VCCLCompilerTool ... tool = cfg.Tools("VCCLCompilerTool") tool.EnablePREfast = True However, I would like to enable the WX- option so that code analysis warnings aren't treated as erorrs (/WX is set on all our projects). How can I set the /analyze:WX- option programmatically Thanks. ...Show All

  • charlv Create workspace doesn't exist?

    I keep seeing instructions sayinig, click file, source control, workspace... It doesn't exist on my file menu. I have Visual Studio Team System for Developers. Am I missing an addin I realized my stupid mistakes. I had assumed that source control providers were selectable on a per project basis. It's still per IDE. I run projects with VSS and never changed the source control provider. Of course, as simpl ...Show All

  • MickRivers. DataBinding csv file data type issue

    Hello, I am trying to pull data from a csv file with the following data/format... cc_number,cc_month,cc_year 4111111111111111,1,2007 The cc_number gets posted as "4.111111111111111E+15" Is there a way to have VSTS recognize this as a string Here is the code I am using for DataBinding... [DataSource("DataSource1", "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\\Temp;Persist Security Info=False;" + "Ext ...Show All

  • vinoth.net MSF Complete when is it coming

    Hi, Any idea when is the msf complete template getting available...  and it would really be of great help if any sample implementation is also part of the kit... regards Paritosh Hi, The release date for Visual Studio 2005 and SQL Server 2005 has been set for Nov 7th 2005. Also, from the VSTS group, it has been confirmed that VSTS will also ship along VS2005 - so the final version of MSF must be out along ...Show All

  • Dave Harris Deleting one link in a work item removes all links in that work item.

    Scenario: Create a Work Item (Scenario). Add two related work items (Task). In the links tab of the Scenario. Select one of the links to the two work items and click delete. Proceed. Now refresh the Scenario and you will see that both links are gone from the scenario. /Christer O It seems we have scenarios to check to make sure an add gets added to both ends. We have scenarios to make sure a delete gets delete ...Show All

727374757677787980818283848586878889

©2008 Software Development Network

powered by phorum