Software Development Network Logo
  • Windows Vista
  • SharePoint Products
  • Smart Devicet
  • VS Team System
  • .NET Development
  • Audio and Video
  • SQL Server
  • Game Technologies
  • Microsoft ISV
  • Windows Forms
  • Visual Basic
  • Visual FoxPro
  • Visual Studio
  • Visual C++
  • IE Development

Software Development Network >> VS Team System

VS Team System

New Question

Unresolved token? Unresolved external symbol?
how do i mute/unmute system sound?
Merge by WI
pages error
Modifying Manual test Word template in Team Test edition
SkipCompile?
Quick question about error C2440
Takes too long to expand a folder
Getting list of workspaces and solutions of Team project
Excluding projects from team build

Top Answerers

Roman Kiss
Davids Learning
arogan
cooldoger
Keith Newton
truepantera
esgargs
humble.apprentice
CoderD
GrandpaB
sitemap
Only Title

Answer Questions

  • BaldManDBA Error C2664

    Hello I am right now JUST started learning C++ because I got the oportunity to get the whole Studio Package. So I am right now, trying to make a portable app (MFC) that will have a label that says "Hello World" that I can freely copy to another computer without .NET and still work. That worked with just a generic MFC application that Visual Studio gives me with the few page wizard. It works perfectly. But now, that I don't want to create a MFC app with all that Toolbar, and stuff. I just want to make a SIMPLE app that says "hello world". Anyways, I found a site, and a great tutorial, except that it's really outdated. I guess I could call the provided code "legacy code". Ok, the code is here: //hello.c ...Show All

  • Scheinka Odd request, but I could use help..

    Okay, this is going to sound very STRANGE! But I seriously need help getting my school work done, and this is like the only way I can think of doing it. My questions are: 1: Is it possible to have C# prevent certain programs (i.e. World of Warcraft, Warcraft 3, etc.) from opening until a password is put into a password box 2: How I wouldn't be asking this, but I seriously need to get some home work done (I have like... 7 days to do a lot of essays) and I keep getting distracted by the games that are on my computer (I would uninstall them, but there are others who use this computer as well, so I can't do that.) Otherwise, you can do it no C# way. Just to set password of the folder for specific account user such as yo ...Show All

  • eddy2705 Create work items using TFS API?

    Hi, I'm trying to import all of our bugs from Bugzilla to TFS. I'm able to pull the data out of Bugzilla's MySQL DB just fine using C#, but how do I use the TFS API to import these bugs I downloaded the TFS SDK and read through some samples, but they seem overly complicated. Can someone please post a very simple example in C# on how to create one work item Bug in TFS I can then take it from there. I need to be referencing Microsoft.TeamFoundation.Client and Microsoft.TeamFoundation.WorkItemTracking.Client correct Thanks, Ethan Got it working... I was using the Ref Name for the field names instead of the actual Name. Thanks guys! Works great. Does this happen when ...Show All

  • theonlyway VSTS tester question

    Hi, Many of our customers ask me about the next VSTS version. So, my question is what should we expect to see in the next version of VSTS for tester Thanks Visual Studio typically does a lot of CTP's and Beta's during it's release cycle so you'll likely get some good answers to these types of questions in the near future. Hi, Thanks Hi, Thanks for the response. Can you share here some of the features Guy, At the moment we haven't publicly released the features which will be included in the beta. Once the features have been announced I'm sure they'll be posted here on the forums. --Mike ...Show All

  • bmarcus Keyword Expansion

    Hello, I understand that VSTS does not support the keyword expansion elements of VSS ($History etc). Given this does anyone know how a developer could identify the version of a code file on their system without accessing source control Thanks, Si... Not really. The whole point of building version control on SQL is that you don't need to store this kind of metadata in (fragile, hard to query) text formats anymore. Note that TFS was written from the ground up; we didn't "remove" anything. It may appear in future versions depending on time & interest. Thanks for reporting the doc bug. Pramod: typically this is done by your build system. The same proc ...Show All

  • Julianín A little help is needed for getting started...

    I tried to search the previous posts, but couldn't find any help. Could you tell me the exact orders what to do start a new project I'd probably try some C-stuff before going to C++. For example if I want to copy-paste the following code to the editor, and make it work, what to do #include <iostream.h> void main() { cout << "Hello world!"; } Probably new->win32 console application, but what next Or if you could give me a link for a good tutorial for Visual C++ Expression Edition, I would highly appreciate it. Sorry for being a n00b, but I just need this information for getting started. Thanks. ok, so it's probably my lucky day:) well, I tried to make this one: #include <ios ...Show All

  • Jughead1111 Branching bound projects and solutions does not work

    Hello, While testing branching capabilities in TFS, I come to realize that for bound projects and solutions, branching does not work as expected. I hope I am wrong, and if you see any mistake with the following scenario, please tell me. Start of with a solution that has two projects c:\root\solutions\solution.sln c:\root\projects\projectA.csproj c:\root\projects\projectB.csproj Add the root directory to version control in TFS $/TeamProject/Mainline/solutions/solution.sln $/TeamProject/Mainline/projects/projectA.csproj $/TeamProject/Mainline/projects/projectB.csproj Make sure your mapping in the workspace is like so $/TeamProject/Mainline -> c:\root\ Open solution in VS 200 ...Show All

  • gon_no1 Using Visual Studio 2005 Source Control

    Hi, Can i use only the New Visual Studio Source control without the other components of team system. I would like to use the new source control for my application which is in dot net 1.1 regards rajesh The TFS Source Control SDK (aka "object model") requires .NET 2.0, so you cannot code directly to that API from a .NET 1.1 application. As Richard Berg pointed out you can install the TFS MSSCCI provider and have your application utilize the MSSCCI interface to communicate with the TFS server. --Ben Ryan I was refering to the Team Foundation Source control Are you asking if you can use Team Foundation Server Source Control, or Visual Sou ...Show All

  • Randal Greene how to rectify the problem "AssembliesShouldDeclareMinimumSecurity" that FxCop shows

    Hi, FxCop shows error " ComVisibleTypeBaseTypesShouldBeComVisible ". How could this be resolved. Thanks in advance. Thanks a lot David... Hi, FxCop shows " AssembliesShouldDeclareMinimumSecurity " problem when my project is scanned in FxCop. How could this be removed. Thanks in advance. Hi, FxCop shows "MarkAssembliesWithComVisible" problem when my project is scanned. How could that be avoided. Thanks in advance. Don't you think it's enought to write your question once And before asking maybe you should read the page the FxCop rule violation links to. Hi, I receive the error message " AbstractTypesShouldNotHaveConstruct ...Show All

  • Alaa M VSS and tfs on vs 2003 at the same time

    I've installed MSSCCI Provider for my vs 2003, but now I need to connect to a project on vss, How can I do that without removing MSSCCI Provider or move my project to tfs thanks a lot Please look at my blog post: http://blogs.msdn.com/michalma/archive/2006/03/01/541255.aspx Hi Jack, I checked with VS 2003 , the following option is available or not... but unfortunately you cannot change the plugin from VS 2003 IDE...moreover you have the option to choose VSS plugin as well TFS plugin in VS 2005 IDE...let's try out the following instruction on VS 2005 IDE.... Applicable for VS 2005 IDE: You can change the plugins from the IDE inorder to work on TFS apart from VSS. To change the plugin,Open VS IDE and Go to the top men ...Show All

  • jeff1024 Install express edition won't!!!

    I have been trying to download and install express but the Bits has 67 files suspended and I can't even get rid of them. I tried the bitsadmin utility reset but it still does not delete them. I had an idea that is what has been stopping them I did get the error 2147023651. but I am having no luck. any suggestions other than a clean install of xp Eh bits please explain more. also, if the installer won't work, try the manual install instructions online Philsunkist, have you checked out the download troubleshooting guide It has a few BITS specific bits. http://msdn.microsoft.com/vstudio/express/support/troubleshooting/ st_jimmy, BITS is Background Intellige ...Show All

  • Norb Adding Data Region to existing items

    Hi, I created several textboxes and have a list that encompasses several of them. Is there a simple way to now add a Parent list that would contain all these textboxes as well as the existing list with its textboxes I know it's supposed to be done the other way. Thanks, Fairfield You can create the new parent list and drag and drop your original list/text boxes inside the area enclosed by the new parent list. If the data from both lists come from the same dataset, tables are easier to work with than lists. Am I answering your question -Jim Yes, thanks that was the answer I needed. ...Show All

  • Tim Windsor TF31002: Unable to connect to this Team Foundation Server

    We are getting the following error when trying to connect to TFS from a developer machine: TF31002: Unable to connect to this Team Foundation Server: tfsserver. Team Foundation Server Url: http://tfsserver:8080 . Possible reasons for failure include: - The Team Foundation Server name, port number or protocol is incorrect. - The Team Foundation Server is offline. - Password is expired or incorrect. For further information, contact the Team Foundation Server administrator. It works fine when connecting from the server. Jason It appears to have something to do with how directory security is defined for Team Foundation Server within IIS. If I enable bot ...Show All

  • macca01 Create project for VB 2005 express

    I got 5 folders in my VB2005 express Project, when I want to create a project in VSS2005, I need to create 5 sub project 1 by 1 and Add Files project by project. Is there any faster way to create a project and automaticaly add this 5 folders into sub project without manually add files If you hold Shift while pressing the Add Files button, you should get an old-style dialog that allows adding folders. Are you talking about creating a template for projects with 5 sub projects Creating sub folders in a project does not necessarily constitute a sub project. ...Show All

  • austriana How do we connect and use remote SQL Server 2000 Datbases

    I have an existing SQL 2000 database I have access to and want to use the tables within it. Express shows only ./SQLEXPRESS as the only database method to use. Can we not add other source to this In VB Express - the IDE supports only SQL Express and Access to get IDE support for other dataabases like SQL Server, Oracle etc. you can either code them directly using ADO.NET or purchase a copy of VB/VS which will then provide the IDE designer support to these other database types. VB Express is intentionally limited to SQL Express and Access and this is documented in the Readme file. Just use the rigth SQL-Connectionstring. You will get it at http://www.connecti ...Show All

767778798081828384858687888990919293

©2008 Software Development Network

powered by phorum