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

Software Development Network >> VS Team System

VS Team System

New Question

Palindromes
Databinding methods such as Eval(), XPath(), and Bind() can only be used in the context of a databound control.
TF42054: Team Foundation could not start the build.
Overloading Operator & CType Function: No Error, No Warning,No Message & No Oupt
DataGrid Master Detail Question
How to install VS TS for Software testers
e As System.EventArgs Help!!
Image Transitions / Fades
Branch awareness in Team Build
result of FxCop console

Top Answerers

Raulsassaa
SisMng
JennyMQuinn
knikki98
Shahab03
Hir&#233&#59;n
ciocc
Jassim Rahma
blange
VDBA
sitemap
Only Title

Answer Questions

  • JosepMola Replication in Team foundation server

    Hi all, I'm working with team foundation server right now. I wanted to know more details on the features available in TFS. My queries are as follows: Is replication possible in TFS If yes, which type of replication is supported and how do we configure the TFS for replication What are the step for doing the configuration and how do we go about doing the replication(I mean the process of doing that in TFS) What are the feature of TFS which can be used for remote access from outside the LAN How do we configure TFS for remote access I came across some article that it's done through HTTP. Is it possible to use secure HTTP What's the purpose keeping shelving option in TFS The process template available in TFS are MCF and the Ag ...Show All

  • Buddhist Form1 'unhandled exception' with PictureBox

    I am making a simple Windows Form in C# in which each button event creates a PictureBox, referring to an image on my d:/ drive. Every successive click creates another below the previous PicBox until it goes off the form. I set the form AutoSrcoll to true. The problem is that when a PictureBox is created beyond the form boundaries, the exe crashes and VSC#2005 points to the line: Application .Run( new Form1 ()); saying: Argument exception was unhandled and that 'parameter is not valid' Would anyone have a clue how to solve this Sorry, I'm quite new at this. Cheers - Gj Your program is crashing inside the framework, most likely in the PictureBox' Paint event handler. That's why you don't get a good source cod ...Show All

  • Sneha Desai Get all file version information for workspace?

    Is there a way that I can get a list of all the changeset/versions that the server thinks I currently have in my workspace command line: tf prop . /r API: vc.GetItems( "$/" , new WorkspaceVersionSpec (workspace), RecursionType .Full) Thanks that will be useful :) ...Show All

  • svxtc Work Item customization - How to authorize single TRANSITION for multile Groups like "Contributors", "Project Administrator"

    Once we defined Workflow Transitions in TFS like for e.g.: Consider the Workflow for Work Item Type “Task” New -> Assigned Assigned -> Resolved We specify the authorization for role that Transitions i.e. who (Login User) is going to complete this transition. That we can specify using XML tag mentioned below (Refer Line No. 1). Now the Problem here is that we can specify only one Group like "[project]\Contributors" or "[project]\Project Administrator" etc for each transition. Once we specify one group, the other users which are belonging to different group (other then this GP) will not be allowed to save this work Item because of Transistion authorization. Now if we add here “[project] Project Man ...Show All

  • MikeLR Coloring syntax

    I am making a text editor, anyone know where to find some example on how to make a word get colored as you type Like an example already made. That doesn't work well at all. ^ Anyone answer my 2nd post Hi, I guess you'll have to use a RichTextBox control. Here's a sample: Dim txt As String = " www.java2s.com ." rchSource.Text = txt rchSource.Select(txt.IndexOf("www"), Len("www")) rchSource.SelectionFont = New Font(rchSource.SelectionFont, FontStyle.Italic) rchSource.Select(txt.IndexOf("."), Len(".")) rchSource.SelectionFont = New Font(rchSource.SelectionFont, FontStyle.Bold) rchSou ...Show All

  • coefficientX Start Date and Finish Date on Tasks

    There does not appear to be a way to enter values for these two fields. How doe the start date and finish date get populated into a task You should be able to access them by changing the mapping file. Have a look at this post http://forums.microsoft.com/msdn/showpost.aspx postid=329892&siteid=1 , and http://msdn2.microsoft.com/en-us/library/ms404684.aspx in case you're interested in mapping. So the only way to change values of these fields is to import the updated Microsoft Project document If you use Microsoft Project to manage your work items, those fields are filled in when you synch MS Project up to TFS> You could always go into the work it ...Show All

  • jeffjarrett Database Connectivity: Too Much VBA Experience I think

    ok... I'm pulling my hair out at this point. I have been developing EVERYTHING in VBA for MS Access since 95. SO, I am new to VB.NET AND to VB Express. I went through the Add Data Source Wizard and added my Access Database out on my network. I am trying to write some necessary classes for working with and manipulating the data that I want to pull and manipulate. In my old VBA Applications, I would write Class Modules. One for each table. Each Class would have a LOAD Public Function that well... let me show you... ' *************************************************** ' * Department Identification Number * ' *************************************************** Private intDepartmentID As Integer ' ************************* ...Show All

  • Wee Bubba Changing Work Item Types

    Is there any way to change work item types Our current workflow (outside TFS) involves somewhat fluid transitions between bugs, feature requests, and tasks. I was originally planning to set them all up as Tasks and specify the type in a custom field, but that means I'll have to modify a lot of the prebuilt reports. Since I plan to use the same .xml file for each of the work item types, how risky would it be to make the change in the db What I would like to do is switch a work item that has been entered from one work item type to another in order to support our current (outside TFS) workflow. I could copy, but that would mean the ID# would change. I could enter them in one work item type with a ...Show All

  • vidalsasoon Easy DataTable question

    I have created a DataTable at run time with the following code. I now want to add another column and add data to it. If I follow the proceedure I used to populate the first column I only add rows to the end of the existing rows and add data in column 2. How do I add data to column 2 without adding rows (found in second if statement) Note: The print statements are being used to print data to a text file at the same time as populating the DataGridView. Thanks. Dim tempHolder If param1Select = 1 Then 'Code to add new data column column = New DataColumn column.DataType = Type.GetType( "System.String" ) column.ColumnName = "param1" table.Columns.Add(column) 'Prints array 'A ...Show All

  • lm089 Load test with Unit Test

    Facing the error when trying to run the load test. Error Description :Error LoadTest1 TestProject1 (Computer Name) Could not access the load test results repository: The number of rows inserted or updated by an operation on the results repository (1) did not match the expected number (-1) . Tried setting up the store repository using SQLCMD /S localhost\sqlexpress /i loadtestresultsrepository.sql as I am using the Sql Express. Provided the correct connection string using the "Administer test Controller" yet not able to run the Load test. Help on this highly appreciated. Thanks, Mazzie 1. In the "Administer Test Controllers" dialog, if you bring up the dialog to set t ...Show All

  • shekhar saran How to setup TFS MSSCCI plugin to connect to SSL-enabled TFS Server?

    I am unable to get the TFS MSSCCI plugin to connect to an SSL-enabled TFS Server. How can this be done I followed the following 2 walkthoughs to enable and require SSL: http://msdn2.microsoft.com/en-us/library/ms242875.aspx http://msdn2.microsoft.com/en-us/library/aa395285.aspx We were recently required to put all web trafic under SSL and now we are unable to have our VS.NET 2003 clients to connect to TFS. I was able to get it to work with the version 1.1 of the MSSCCI plugin. Didn't work for me with the v1 of the product. What command line commands should I test for this Yes, I can connect to the TFS server using SSL with the MSSCCI 1.1. I was referring to the MSSCCI version, not the Team Explorer version. We ...Show All

  • BBesser insert textbox1.text DATA into sql database

    Hello, little question, I created a windows form with 2 textboxes and a button. now i want to add the typed values of the textboxes into a datase the command what i put on the button is : ' Add the row to the Region table Me .SoftwareDataSet.gebruikers.Rows.Add() ' Save the new row to the database Me .GebruikersTableAdapter.Update( Me .SoftwareDataSet.gebruikers) MessageBox.Show( "Gebruiker is aangemaakt" ) The problem is IT ADD a new record to de SQL database but its still empty. what i'm doing wrong my english is not to good, sorry for that. well the code you provided will only add a blank row into the dataset. It should be: Me .SoftwareDataSet.g ...Show All

  • Thomas Greenleaf How to debug DLL?

    Hi, I have a dll written in C++ (6.0 MFC). The functions of this dll is called by an application I just started in C# 2005 Express edition. I read about how to call a dll in C#, but my problem is the reverse situation. I need to debug the dll to find out if all parameters are passed correctly from C# to the dll functions. But if I set the exe file compiled from the C# to test the dll, it does not even start (it does when I start outside of the C++ debugger). What is wrong and what can I do I would be grateful for any help. Peter "But if I set the exe file compiled from the C# to test the dll, it does not even start (it does when I start outside of the C++ debugger).&qu ...Show All

  • RobZeilinga UGH....Save Function

    I am not getting why this is not working. I have tried to get this to work, TallDude has done a great deal to help me better understand this all. But I am still having trouble to get this to work. I want to understand how the NotePad FIle>Save works. I am thinking, as TallDude as suggested, that they use StreamReader/Writer. So in that thinking I am strying to get the File>Save Function to work. Here is the entire code: Imports System.IO Public Class Form1 Public FilePath As String = "" 'Open Option Private Sub mnuOpen_Click( ByVal sender As Object , _ ByVal e As System.EventArgs) Handles mnuOpen.Click Dim open1 As New OpenFileDialog 'display only text files ...Show All

  • crazyabtdotnet Putting a byte in to a text box

    Hi, Please can someone paste some code for me, I am trying to put a byte in to a text box but have no iead how. I'm pulling my hair out with VB 2005 express and have no idea how to do anything. Thanks I am going to take the time and learn this language because I need to I just don't have the time right at this moment in time, I have to get this project finished as I have a schedule which doesn't include learning Visual Basic. I would very much appreciate any help you can give me, I know it sounds lazy but I really need someone to paste exactly the whole code required to receive a serial byte (0-255) and update it in to the text box. This would be so much help to me and I can finish my code ...Show All

515253545556575859606162636465666768

©2008 Software Development Network

powered by phorum