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

Software Development Network >> VS Team System

VS Team System

New Question

Adding a second Build Machine
disable Ctrl+Alt+Del using C#.Net
Process Template change
Power Toys for Modeling Tools
Can I install TFS on my local PC?
How to add Help Balloons to the application
So why build creation wizard doesn't let me attach tests?
Create New Team Projects from Clients fails
How to segregate multiple TeamBuild projects?
Is it possible to define checkin rules via templates?

Top Answerers

Jason D. Camp
Lawrence Liu - MSFT
Alex Ivanoff
Chouproute
daimaku
johnnyXNA
Asday
soconne
VovaNN
Ravi Santha
VBasic Bilgisi
Only Title

Answer Questions

  • Lovericky autos pane

    Where can we find the autos pane in VB express, I use VB.net at school and just got VB express for my house. I've tried to get it the way i remeber doing it in school, but its not there. I'd be very surprised if Express didn't have it. It is however hard to find. While you have a breakpoint active: Debug + Windows + Autos. Have you seen that before in VB Express After re-checking both C# and VB Express, neither are showing the Autos option. For a quick example: And incase the above <IMG SRC=""> fails... the image can be found here . It seems though I may have spoken a tad early... while Autos (at least as far as my PCs are concerned) doesn't show up in the Debug -> Windows menu ...Show All

  • maryz Solution Explorer - Refreshing does not remove nodes (files) which do no longer exist on the file system

    When a user opens a project and the project folder contains eg *.bak files, these files are added to Solution Explorer and marked as excluded from the project. The user deletes now these *.bak files outside of solution explorer directly from the file system. He clicks refresh in solution explorer, however the nodes/files are still listed in solution explorer (show all files has been selected). The user closes and reopens the project. These bak files are no longer listed.     A refresh in the solution explorer actually refreshes the design-time validation database. A new design-time validation database is created and all sql files with a BuildAction property value of Build are reprocessed. ...Show All

  • Pwint How customizable is TFS?

    Hi, Just wondering how customizable is TFS... For example, what if I wanted to add new state values in the Status section on the Work Item Detail tab Is there a table I can INSERT new values The same goes for Discipline values... Thanks, - gshaf Thanks very much! - gshaf Editing the work item i.e. customizing the process template long back before is the pain..since if you want to change any thing means ..you have to go xml file and do the changes...at that i thought of any editior which will be available...but it went on vain ... ....but now it is easy to customize the Process template in a easiest way...i got the Process Template editor...just go through the followin ...Show All

  • cool714 How to detect Insertion/Removal of a USB device

    I am having problem with my FYP that my application is based on the detection of Insertion and Removal of a device. I am aware that this would happen using Win32_VolumeChangeEvent class or WMI. (Please notify me if I am wrong). Kindly solve this problem and send the code for Console Application in VB.NET. Please do not send code in any script language or C#. Also to get the device information.   IamWasim wrote: I am having problem with my FYP that my application is based on the detection of Insertion and Removal of a device. I am aware that this would happen using Win32_VolumeChangeEvent class or WMI. (Please notify me if I am wrong). Kindly solve this problem and send the code for Console Application in VB.NET. Pleas ...Show All

  • ttme Unlock Using Admin Privilages

    Hi! Iam suresh here i was trying to unlock aspx page using administrative privilages ,which is locked by other user ,and i dont have their username pswd, i tried right from source control ,clicking the page , properties , security but even it is not unlocking other user page , can any one help me to resolve this problem. Unlocking another person's code is only supported through the command line. Check out the "tf" command located in %Program Files%\Microsoft Visual Studio 8\Common7\IDE Hi. I have tried tf from command line it takes me to msdn help. can you please tell me exact way to how to unlock others pages... also tell me how to see who has checked out which page at once. To follow up on Kev ...Show All

  • LPlate ADO to ADO.NET

    Hi, i migrate a VB6 Programm to VB2005 Express and i dont understand some parts of ADO.NET! In ADO i often used the following code : SQL = "Select * from tbCustomer where Key = " + CStr(strKey) Set rs = New ADODB.Recordset rs.Open SQL, glbDBConn, adOpenDynamic, adLockOptimistic If rs.EOF Then rs.AddNew rs("SomeFieldsForAddNew") = .... ..... Else rs("SomeFieldsForUpdate") = .... ..... End If rs.Update rs.Close Set rs = Nothing Has onyone a codesample how i can do this in ADO.NET Thanks for your help. Markus Hi The following (although slightly long winded) method will first retrieve data based on your select statement and use a DataReader (similar to ...Show All

  • Codeme UsePropertiesWhereAppropriate guideline

    I'm sorry if this has been discussed before. I didn't find anything in the forum. The UsePropertiesWhereAppropriate (CA1024) says "Properties should be used instead of Get/Set methods in most situations. Methods are preferable to properties in the following situations: the operation is a conversion, is expensive or has an observable side-effect; the order of execution is important; calling the member twice in succession creates different results; a member is static but returns a mutable value; or the member returns an array." Shouldn't Get methods that may throw exceptions also be an exception to this rule It feels a little weird to catch exceptions from get properties. /Andreas ...Show All

  • Phil Rounds Deserialization error End of Stream Encountered before...

    Hello, I am hoping I will end my struggle here. I have confidence in you ;) I am serializing a hashtabls in my sql database in a field of type "image" with length 16. The serialization goes fine. later on in the code, I try to retrieve the value in the image field in a byte array as such: //***** code snippet begins object param = row["Parameters"]; // this is the field that has the serialized value. byte[] myBParam = (byte[])param; // cast it to an object. //***** code snippet ends and then I try to deserialize to make sure that I can retrieve my original hashtables, so I do this: //***** code snippet begins Hashtable myOrigHt = (Hashtable)Deserialize(myBParam); // Which goes to this me ...Show All

  • mitasid Auto-levelling in Project and integration with Work Items in Team System

    We have a scenario where we have constructed a project plan where single resources are allocated to tasks in MS Project (due to a limitation with integration to team) and using the auto-levelling feature so that resource assignments can be determined in line with priorities etc. We have published the initial project plan 'tasks' to team, so that each person is able to see the tasks that have been assigned to them and roughly when they have been scheduled to start them as pre-determined by MS Project. When the resource begins a task, they are able to enter the ''Actual Start'' date in a customised field against the task in MS Team as well as 'completed' and 'remaining' work number of days. When this is subsequently refreshed in MS Projec ...Show All

  • AcrossThePond connect to master database

    i've seen samples for this, but can't get it right to connect master database while trying to create a new sql database. it says it can't open connection and there are some error messages about: sql server default settings and remote connections aren't allowed, and when i try to change it, it says about the named pipes provider error. here's the connection string i'm trying to use: Dim sqlCon As New SqlConnection( "Password=;Persist Security Info=True;User ID=sa;Initial Catalog=master;Data Source=local" ) where could be the problem, change settings, add references, or something else i will post more specific error messages later if needed. thanks again. Is the database p ...Show All

  • Bartjj Window Installer 3.1 error while installing from CD

    I downloaded the .img file of Visual Web Developer 2005 Express, extracted the files usinG ISOBuster and then ran the setup.exe file. I am logged in as Administrator on Windows XP Professional. At the end of the installation I get this: The following component failed to install X - Microsoft Windows Installer 3.1 The following components were not attempted X - Microsoft .NET Framework 2.0 X - Microsoft Visula Web Developer 2005 Express Edition - ENU X - Microsoft SQL Server 2005 Express Edition x86 Please help! Have you tried to install the Windows 3.1 installer separately to see if it works http://www.microsoft.com/downloads/details.aspx FamilyID=889482FC-5F56-4A38-B838-DE776FD4138C&am ...Show All

  • Vikaskumar_09 Team Explorer won't remember my password

    When I first installed Team Explorer (with Visual Studio 2005) it remembered my password.   They make us change our passwords every three days (I'm exaggerating a little).   Once I changed my password, it began prompting me for a username and password every time I started Visual Studio.   There was no "remember my password" checkbox visible in the dialog.   I was forced to reinstall Visual Studio a while back, and after doing so, Team Explorer once again saved my password.   But, yesterday was password change day, and now I'm back to re-entering my username and password every time I start Visual Studio.   What's the deal Where can I find the windows key ring a ...Show All

  • dtsn web component not installed using ecpress edition 2005

    i got his eror message when opening a project from vb.net 2003 into express edition 2005 "web component not installed" how can i correct this You need to install visual web developer if you want to make websites. ...Show All

  • moondaddy error message

    what does the error message " reclist is not a member of newrec.addsong" reclist is my database file, newrec is the name of the program, addsong is a sub to add new songs. i dont undertstand why i get this message did i mis understand the issue, i thought it was these forums that help each other with their porblems. we are not all post graduates in programming so some simple talk would be nice. is there anyone out there who is prepared tio give me a simple answer, i know it cant always be that way but, thats how we get our undertsanding improved. any one who wants to share knowledge call me halifaxjack@aol.com i spend hrs just looking at the problem, so i d ...Show All

  • ai_rasmussen progress bar....please help

    can anyone please help with this progress bar Dim i As Integer Dim TrackLength As Integer = 100 Dim TrackPosition As Integer = 0 Dim TrackPositionPercentage As Integer = 1 Bar1.Value = 1 If TrackLength > 0 Then TrackPositionPercentage = CInt (TrackPosition / TrackLength * 100) For i = 1 To 100 Bar1.Step = 1 Next (i) End If Cheyenne, I don't understand why moving the declaration of TrackPosition would make _everything_ undeclared. Can't you just make TrackPosition a form level variable (at the top of the code, after Public Class myFormName and before your first Sub/Function). What happens when you do this ...Show All

434445464748495051525354555657585960

©2008 Software Development Network

powered by phorum