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

Software Development Network >> VS Team System

VS Team System

New Question

MessageBox Issue
How to run MSTest from windows application?
Integration with Visual Studio 2005 Professional
Question on merging through the API
database update
Shadowed text
Security Problem with Accessing Work Items
Cannot create project (TF30225: xp_sqlagent_notify)
Work item field formula
Validation rule> required tag. Problems

Top Answerers

Vivek Garg
Jimmy_fingers
jflowers
traderhen
SJROOKER
Stéphane Beauchemin
ALFKI
mattdawg
sl0140
NetPochi
sitemap
Only Title

Answer Questions

  • NIXHEX7332 Changing

    I made a simple class exposing a strong typed data table and a row of the same table. I then add a data source mapping the class and I can see the table and row details in the data source window. If I remove the property exposing the data row, I no longer see the fields in the data dable. Why The code below assumes you have created a strong typed dataset for an access database with a table called MYTABLE using vb2005 wizard with only default choices.The class as it is does obviously nothing, it is useful only to exemplify the problem. Public Class Class3 Private myData As New dsMYDATABASE.MYTABLEDataTable Private myValues As dsMYDATABASE.MYTABLERow Public Sub New() End Sub Public Property DataTable() As dsMYDATABAS ...Show All

  • Eissing weird exception

    THe below codes create an Access violation exception which I could not fix ptmp = a; sortedlist=a; //process of joining both lists, into a single list begining at a while (ptmp->next!=NULL) { ptmp=ptmp->next; } ptmp->next=b; Would you please help me Thanks Sir, Firts of all thanks for your help, but I already use Microsoft product and I am a one of the member of Microsoft family(MCAD). However, please try to understand my situation : I got stick with illelgal accessing and ca not find the reason why. If I send all my code in here, it can be taken. Agains thanks for the help. I never suggested that you should change != to ==. My suspicion was that whatever class or structure ptmp is, fails to initi ...Show All

  • aria8 Changes in behavior of the DomainProjectPicker control in the TFS RC

    The behavior of the DomainProjectPicker control seems to have changed in the RC, and I want to understand the best way to handle it. I have been using this control in a standalone application that uses the TFS OM for months now to allow clients to choose a server and project, etc. The problem is, in the RC - due to what I assume are changes related to what you are discussing in this thread - the user is no longer prompted with the same credentials dialog (the one that allowed you to save your password.) Instead, they receive an error message when the DomainProjectPicker control's ShowDialog() method is called. I have read that the credentials management has indeed changed in the RC and that one should use the Control Panel's User Account a ...Show All

  • New User1 Issue with Team Foundation Project Report Access

    Hello All, I had loaded the evaluation copy on a virtual server using SQL Server Enterprise edition and the developers were able to run and view the reports withour issue. For the actual installation, I used SQL Server 2005 Developer Edition and seemingly the same settings for the saem group of users. They are able to view the project SharePoint page but not the reports. The build report error on the main SharePoint page states: "The user has insufficient permissions to perform this operation rsAccessDenied" Any help would be greatly appreciated :) Bob Hanson I would check permissions again, and I would recommend you to do it with this tool  http://www.codeplex.com/Wiki/View.aspx ProjectName=TFSAdmin wh ...Show All

  • b-man Webbrowser icon problems

    how can i make the icon of my form turn into the favicon from a site that gets navigated to i'm really not at all sure how to tell the imagebox how to look for the file. this line of codding is still new to me, i mean once it clicks it'll make sence but until then i need absolute specifics, thanks for the help but thats just what it hasn't done i sorry, you did try and thats much appreciuated but while i'm still bad i need as much "spoon feeding" as possible I don't have a 100% solution, but I do have some code you can play around with. It can be greatly improved on Imports System.io Public Class Form1 ' Add a second webbrowser, about the size of a big icon ' with no scrollbars, for debuggin ...Show All

  • StevenR2 [OTP]how to change usercontrol visible property from another control?

    I have a usercontrol that has 2 child controls (an imagebutton and a textbox) written in a ascx file with codebehind. The visible property of both the controls is set to false. I have a aspx file with codebehind where I have loaded this usercontrol and a dropdownlist asp server control. Based on the selected value of the dropdownlist I want to make the imagebutton(the 1st child control in the user control) visible property = true but keep the textbox(the 2nd child control in the user control) visible property = false. When the user clicks the imagebutton(which is now visible), the 2nd childcontrol, that is the textbox will be made visible also. On a subsequent click to the imagebutton the textbox child control will have its vis ...Show All

  • xxxmpsxxx Schema comparison UI

    I've just run a schema comparison on a project that has in excess of 1500 objects. it worked fine. Trouble is, I do't instantly kow whether there are any changes or not. It tells me how many objects were compared but not how many differences there are. Similarly if there ARE any differences I need to search through the list to find them. In a list of 1500+ objects that is incredibly laborious. Can this be improved in any way -Jamie It is now in our bug database. Thanks, -GertD That is a good suggestion, can you please log it using http://connect.microsoft.com/ so we can track it and have other users vote on it. Thanks, -GertD "DataDude" Development Manager ...Show All

  • winwin Serial port selection problem

    I'm not exactly sure how to phrase this question, but let me describe the problem.... I have a very simple little kit box which when connected to a serial port and RTS is turned on, it lights up an LED.   I have a ComboBox which when selected, goes out and enumerates the available serial ports: Module One Public cSelect = My .Settings.serSelect.ToString Public cPort As New IO.Ports.SerialPort(cSelect.ToString) For Each portName As String In My .Computer.Ports.SerialPortNames Form1.ComboBox1.Items.Add(portName) Next End Module Public Class Form1 Try cSelect = ComboBox1.SelectedText.ToString() Catch ex As Exception MsgBox(ex.Message) End Try cPort.Open() cPort.RtsEnable = Tru ...Show All

  • VBAddict Team Project Creation failed...

    Hi, I am using 180 day trial version of Visual Studio Team Suite. When I try to create a new team project, it is throwing the following error. Error: TF30170: The plugin Microsoft.ProjectCreationWizard.WorkItemTracking failed during task WITs from group WorkItemTracking, Explanation: Plugin error text: "Input string was not in a correct format." Can any one please help me what could be the reason Thanks in advance. I checked the same and there is nothing wrong with the text that is inserted. The same template was working fine earlier. But one of the admin guy installed active perl on the TFS server, then it started giving problems and I was not sure whether that caused this issue ...Show All

  • KevinGW VS exited with code -1. during build process

    I am receiving the following error when my build runs: C:\Source\Shared Source\Landstar.Shared\BuildType\TFSBuild.proj(198,5): error MSB3073: The command ""C:\Program Files\Microsoft Visual Studio 8\Common7\Tools\..\IDE\devenv.exe" "C:\Source\Shared Source\Landstar.Shared\BuildType\..\Sources\DotNet\VS 2005\Landstar.Shared.Setup\Landstar.Shared.Setup.sln" /Out SetupBuildLog.txt /build "Release|Any CPU" /Project "C:\Source\Shared Source\Landstar.Shared\Sources\DotNet\VS 2005\Landstar.Shared.Setup\LandstarSharedFrameWork\LandstarSharedFrameWork.vdproj"" exited with code -1. Everything builds just fine the merge module is created, if I run the above command at a command prompt everything ...Show All

  • vbqns Visual basic printing question

    Hi! I am a big noob at Visual Basic programming (started one day ago). Basicly what i need to to is a really small program which prints 12 different textboxes textbox_1 to textbox_12. What i have done is to manage to get a hang off how to print textbox_1 with the following code: Private Sub TextBox1_TextChanged( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles TextBox1.TextChanged End Sub Private Sub PrintDocument1_PrintPage( ByVal sender As System.Object, ByVal e As System.Drawing.Printing.PrintPageEventArgs) Handles PrintDocument1.PrintPage e.Graphics.DrawString(TextBox1.Text, TextBox1.Font, Brushes.Black, New System.Drawing.RectangleF(e.MarginBounds.Top, e.MarginBounds ...Show All

  • Ambarish Ganguly Can't Install VB 2005 Express

    When I try to run setup.exe it tells me the it needs to repair or uninstall. When I tell it to repair it goes through the down load process. I've tried deleting both .net 2 and VB 2005 twice now and the result is still the same. I have a 3 Gig intel processor with 500 KB Ram and 160 G HD Althought new to programming I can not recall having this much trouble trying to start a program. Can some one please suggest what I could be missing. Yes I've tried the the readme file but it doesn't help with this one. Thanks You might try downloading the CD image for Visual Basic Express and install from that to save time in trying to download during the install process. I would make sure that you ope ...Show All

  • Mark J. Refactoring Changing a column name

    We were just messing around seeing how CTP6 would react to certain scenarios, and we noticed that when you change a column name in the update script it doesn't add the new column name in the insert statement to reinsert the data. I understand it could be seen as an entirely new add on column but if you simply wanted to change that column name would it be possible to refactor it and maintain the data from the previous column within the new column The problem being described occurs when you do a Schema Compare and produce a script from the Schema Compare. To reproduce, change a column name and then look at the script produced by a Schema Compare. You'll see that the INSERT statement that copies the data in ...Show All

  • DiamonDogX How can I avoid code repetition?

    Hi I need some help on my project. I have 76 textboxes and 76 textfiles. I want each one to display the text from it's corresponding textfile. In other words Text in textfile1 in Label 1 Text in textfile2 in Label 2 Text in textfile3 in Label 3 and so on until 76 Is there any way easier than repeating the code 76 times well if the labels had an incremental number at the end of the control name and so did the textfile, then its simple. Example: label1 -> textfile1.txt label2 -> textfile2.txt   as you see, each "number" for the control maps to the "number" of the textfile. If this were the case, this could work:   for each currentControl as Control in Me. ...Show All

  • seco Unable to Debug Unit Test

    Hello, I am relatively new to writing unit tests with VSTS and I have been unable to figure out how to get a test to run in Debug mode. I've set several breakpoints in the test and run it in debug mode, but none of the breakpoints gets hit - the test runs without stopping at a breakpoint. Is there a secret to getting this to work that I'm missing Thanks, Chuck Thanks for your response. I am starting a debug session the way the MSDN article suggests to start it, but the breakpoints aren't being hit. I think what is going on is when I attempt to run in debugging mode, the breakpoints are highlighted with an exclamation point that says: "The breakpoint will not currently be hit. No symbols have been loaded for th ...Show All

919293949596979899012345678

©2008 Software Development Network

powered by phorum