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

Software Development Network >> VS Team System

VS Team System

New Question

Here is the log from VS2005
how to: bind a single control to multiple datasources
Time
How to recreate the TFSWarehouse Database ?
Is there a way to find all of a particular users checkins/changesets?
Install both Team Dev and Team Arch
Proposal for Data Dude improvements
Such a Greenhorn it Hurts
Crystal report with Visual Basic 2005 Express Edition
VS Hanging

Top Answerers

LeoXue
Neotech
vipasane
jewelfire
John Boggess
vijil
JCube
Duane Haas
Pradeep Gupta
.net sukbir
sitemap
Only Title

Answer Questions

  • azzyford worksheet control

    I'd like to put a control on a VB form that would be able to display data in a row/column format (similar to an Excel worksheet). The control would be used primarily to display row/column data, but I would like the user to be able to edit the data in the cells if necessary. The data in each row is related data and the data in a cell must be accessable for processing by the code. If possible I'd like not to bind the data to a database. Can anyone point me in the right direction ... what control should I use looks like you need to use a dataGridView control. This control is similar to the layout of an excel worksheet, and most characteristics are like a spreadsheet. http://msdn2.microsoft.com/en-us/libr ...Show All

  • -Sam- Failed to load adapter

    Hi, please help me, I permanently got the following message: TF53010: 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): 5/5/2006 6:02:40 AM Machine: TFSBETA3R Application Domain: /LM/W3SVC/3/Root/Warehouse-3-127912825425748674 Assembly: Microsoft.TeamFoundation.Warehouse, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a; v2.0.50727 Process Details: Process Name: w3wp Process Id: 3136 Thread Id: 392 Account name: PEXIMBG\tfsservice Detailed Message: Failed to load adapter Microsoft.TeamFoundation. ...Show All

  • Will George Problem with filter Changed by on closed work items

    I have filter that shows all bug and tasks that I did during last week. However if someone close work item I do not see it in my queue. I use fileter "changed by"=@me. Probably it is another way to get all tasks I worked on By the way, does any command line tool that can show work items Unfortunately on surface it doesn't seems like such query can be written using V1 wiql format. Can you give your complete filter Probably someone else edited your item before you did, in which case you can use "'changed by' ever @me" fliter. Yes, we do have command line tool for workitems in our powertoy. http://blogs.msdn.com/bharry/archive/2006/09/07/744993.aspx Here is something to ...Show All

  • Terry B Removing work item types

    Is there any way to remove a work item type (a custom work item type I created) from a project Thanks, Maggie Maggie, it is not possible to delete a workitemtype. This is most asked feature and we will consider for future versions. Here is discussion on possible workarounds: http://blogs.msdn.com/buckh/archive/2006/02/24/delete-work-item-type.aspx ...Show All

  • DaPosh Does VB Express allow for self launching Applications on a home PC?

    I installed Visual Basic 2005 Express Edition, registered it and now I am learning to creating simple applications. When I try to run my Application, the program will not function as it did while I was creating it. The Debug will run the program properly but when I close the VB program, I can't run the specific application from the desktop. I want to run some simple applications like: Convert Miles to Kilometers; Display a map by launching the application; or simply to calculate the product of 2 numbers by bringing up the simple application from my desktop, enter the 2 numbers and pressing calculate to display the results. Does anyone have any idea on how I can have a bunch of applets on my Desktop that will run my specialized tasks Ar ...Show All

  • yoshikatsu Whether to use Extraction rules or Validation rules fo this scenarion

    Hi, I have got a response from server (say an email id) which is actually i have feeded through databinding. the response of the server shoes an error message such that the email is not a valid. How can i capture the error message which comes from the server. I have used FindText validation rule and ended up with failure. Kindly guide me what nneds to be done, whether to go use Extraction rules or Validation rules or both. If so is there any predefined available or I have to go for custom validation or extraction rule. Grateful, if you could eloborate in detailed steps, since I am confused wher to use extractor and where to use validator. Also, I am attaching the HTML code for reference, This particular part I need to capture ...Show All

  • mistys77 Combining Express Editions into one IDE or Solution Explorer

    I've downloaded various express editions and have installed them. Each has an individual IDE. I'd prefer to be able to click on one IDE to be able to use the different languages or tools. I have VB, VC++, and SQL Server. I am asking how can I put these three together instead of having to choose between three different programs to launch their respective IDE's. Thank you for any help. Unforunately, integrated functionality is only available in VS Std or above. The Express SKUs are intended to be separate from each other. If you want that feature, you will have to upgrade Visual Studio. ...Show All

  • SgtMauler Visual Studio 2005 patches

    hi there, I have found many issues with Visual Studio. Such as it crashes, no refreshing properly and bugs in the databinding control. why does microsoft not release patches for visual studio I am not familiar with the refreshing properly issue you are seeing in the databinding control; if you have issues with Visual Studio Crashing and with bugs in general you can contact Product Support and in some cases a Hotfix will be available that can solve your issue. We are currently working on Visual Studio 2005 Service Pack 1.  The beta of this patch was available about three months ago and we are in final testing.  We have not yet announced a release date, as we plan on releasing it when the patch is ready.  ...Show All

  • http200 image in picturebox

    Hi I wonder if anyone can help with a piece of code. I want a image in the picturebox to corrospond to a number in a text box . So I have put numerous pictureboxes on top of each other to show images as the numbers would change . But it only works once. How can I write code to clear the last command and accept the new command. ie new number = new image. Thanks Rob I'm only asking, Why don't you have just one picture box and just change the Image to suit the textbox number Like Renee has done but Dim r as integer = Cint(TextBox1.Text) 'The nextpart should look like this: Select case r Case 1 PictureBox1.Image = Image1 Case 2 PictureBox1.Image=Image2 End select ...Show All

  • Woyler Sharepoint sites for TFS disappeared

    Hi Today I noticed a big problem with our TFS test server, the SharePoint sites for all the team projects are gone. The sharepoint sites haven't been visited for a few weeks due to the summer holidays, but they were certainly not deleted on purpose. This is not a big problem however, as these were only sample sites. The big problem is that it's not possible to create new team projects, I have tried both repairing and reinstalling SharePoint, but this doesn't seem to help. I would prefer not to set up everything all over again, so if anyone can help me get back on track I'd be very happy. Would you be able to post the error that you are getting on project creation from the logs Also - shot in the dark this one, but could one of t ...Show All

  • dagfari Team System Multiple Checkout Problem

    I was wondering if there is a way to totally disable multiple checkout for Team System. I have set the Team System Source Control Settings to disable multiple checkout and I have changed the Team Foundation Server Settings Source Control File Types to disabled for file merging. However there are still instances when multiple users can check out .cs files or the solution when another user has the same file checked out. Sometimes the changes are lost when one user tries to check in the file because the merge fails. You can change the default value (checked) in the process template, so all the projects created with the template must have it unchecked by default, you can do this editing the project template w ...Show All

  • crino Name of user control

    Why does this return an empty string when used in the same user control class Private CaptionString As String = Me.Name Later in the same class, CaptionString returns an empty string. In VB6 I used the Extender object to retrieve the name of the control, but the code above doesn't work. It will only return an empty string when I really want e.g. Button1, Button2 etc. Could it be because you never fill in the button's name property Okay, with all my Form1 'walkcontrols' stuff commented out. The following change to the control's paint event does the trick. Dim ot As Boolean = True Private Sub Button_Paint( ByVal sender As Object , _     ByVal e As System.Window ...Show All

  • DPotages Combo to display name from second table instead of ID from first table

    Ok, here's another noob question. I'm a convert from Access/VBA and learning how to work in Visual Basic. Problem : Displaying names and not IDs from member table in a combo box that is referred to by its ID in the Program table . Ok, that needs some more explanation. Here's the setup : Tables: Program Member Times Program is related to Member by its foreign key ProgramMemberID (which is MemberID in the Member table). Times is related to Program by its foreign key TimesProgramID (which is ProgramID in the Program table). So far so good. Now I create a form with the above mentioned tables and relations as its DataSet. Each form entry is one program, that also has one member selected from the Member table and mu ...Show All

  • jon_c04 How would I?

    I have created 2 forms on menu click the original form hides and the other appears I can make the original form hide, but how can I make the other appear Thanks I know how to hide the main form but I don't know how to make a second appear upon the closing of the first I get an error telling me "Form Two" is not defined just Show() it: Dim theSecondform as new Form2() Me.Hide() theSecondForm.Show() of course, replace "Form2" with the name of the form you want to show replace the variable and instance names appropriatly. So if you have a form named: "Lucy" change Form2 to " ...Show All

  • Tomas L Bind one work item with few team projects

    Hello guys, My question is: Is that possible to bind single work item with few team projects without copy and link them Thanks What I ment by "bind" is: For example: I have two team projects A & B. Lets assume I 've created work item <Bug#1> for project A, however the solution of this bus is required changes in both projects. Therefore, I'd like to have the same bug into project B without dublicate it. It means when I open project A and search for <Bug#1> I'll be able to find it as well as I'll able to do that in project B. Regards. Can you provide a scenario for why you would want to do that (and what you specifically mean by "bind"). Thanks, The answer is unfortunatel ...Show All

161718192021222324252627282930313233

©2008 Software Development Network

powered by phorum