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

Software Development Network >> VS Team System

VS Team System

New Question

Regular experssion in VB
what day in week?
Trigger Schema
Is their a value for a line wrap?
Creating Workitem Dependencies
Set Dialog box control programmatically
Source control bindings
User defined variable during the build/deployment
VSTS tester question
bytes to ints

Top Answerers

helsingfors
ebby
Mike McGrath
Goheaven
WillieSea
NewASPNETUser
Johan Nordberg
Zulbaric
Fire_alive
Shrek.NET
FastParser
Only Title

Answer Questions

  • Skill225 how to print a tree View ?

    i hav a tree view in my form , this tree view is drawen according to SQl table .. until now , i can generate the data from the table and draw them as a tree .. but the question is : how to print this tree view i want to print this tree , but not as image, also if the 1st printed page is not enough to print the whole tree i want to continue printing in other pages .. any one can help me plz ... if yes ; plz send this code to my email : hayek85@hotmail.com ... thnx .. hayek85, It is sometimes useful to examine every node in a Windows Forms TreeView control in order to perform some calculation on the node values. Each TreeNode object in a tree view has properties that you can use to navigate the tree view: FirstNode, LastNode, N ...Show All

  • Sobia Problems using <SetVariables> in various places

    Maybe I'm asking for too much, or trying to leverage too much abstraction and cleaningness from SQLCMD-Variables, but here are my findings so far. Maybe someone can shed some light on this: MSBuild vars in SQLCMD-Vars are NOT resolved, if they are placed in the (local) .user file. Having multiple <SetVariables> blocks within .user and .dbproj file seems to cause problems to team-build. The same goes for comments between <Variable> items. I've set the value to a couple of test-variables in various places to try to understand what TeamBuild/MSBuild and VS does, but I can't seem to get a consistent result. I then created multiple <SetVariables> blocks with a comment above it to organize them a bit (yes, I use quite ...Show All

  • victtim unshelving changes

    Whenever I try to unshelve changes that I shelved earlier, I get the following error: No appropriate mapping exists for $/Adventureworks/TPOnline-R11.2/VBProjects/<filename> But another user seems to be able to unshelve these changes without problem. What have I done incorrectly Realized that the workspace in the pending changes window must be that of the current user (it was showing workspace of another user). Once corrected, the unshelving works. Thanks! From the message you posted, it looks like you haven't created a mapping between your local drive and the Adventureworks Team Project. You need to have a mapping in your current workspace for each ...Show All

  • JeevesIndia Trouble with database connections

    Hello all, I'm trying to get some data from a table in an Access database, and my program is behaving weirdly (at least i think so). Ok, so for now, i want to run this query: Dim query As String = MonthCalendar1.SelectionStart ' + " " + ComboBox1.Text + ComboBox2.Text + " " + ComboBox3.Text Dim myQuery1 As String = "SELECT [BID]FROM Table1 WHERE [Date]=" + query + "" Dim myConn1 As OleDbConnection = New OleDbConnection("Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:Documents and settings\dbase.mdb") Dim myCommand1 As OleDbCommand = New OleDbCommand(myQuery1, myConn1) myConn1.Open() Dim myReader1 As OleDbDataReader = myCommand1.ExecuteReader(CommandBehavior.CloseCo ...Show All

  • Javad Khadivi Modifying pages on Team Portal

    I am getting an error when I try to modify the home page on the Team Portal. Specifically, when I try to add Web Part from the project gallery, I get the error. The error simply says "An unexpected error has occured.". This error, however, does not come up when I add Web Parts from the Online Gallery. Nor when I add Web Parts in the Team Web Site (http://<serverName>) home page. I have administrators rights to the sites. When I click the Troubleshoot link, I get the entire Help page. I Can anyone point me to the right place to find out what is causing the problem Thanks in advance, Maggie Maggie, This bug is related to WSS 2.0 SP2 that appears when you change WSS 2.0 to ...Show All

  • R Raghu Error when trying to create a new database project

    I've installed VSTS 2005 Trial System, SQL Server 2005 Enterprise Evaluation System and Team Edition for Database Professionals CTP7. They are running on a fully patched virtual machine with 2000 Pro OS. I'm running as an Administrator and can create databases from both SQL Management Studio and from within Visual Studio. When I try to create a new database project I get the error: "An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified)" Remote connections are allowe ...Show All

  • Ready4u Visual Studio hangs when performing certain Source Control functions

    I am migrating my ASP.NET project from VS2003 and VSS to VS2005 and TFS. I used VSSConverter to move the source code to TFS. I then branched the code (so that I could maintain a branch without the 2.0 conversion for hotfixes), did a Get to a new directory, opened it in VS2005, followed the conversion wizard, and built and ran the application. It builds and runs correctly. I then checked all those changes back into TFS source control. But now everytime I load the solution, I get a dialog indicating that "The following Web projects must be converted to the new Web Site format." All of my web projects are listed in this dialog. (None of the class library projects or DB projects is listed.) When the solution finishes loading, n ...Show All

  • pst_grant Check URL

    I have coded a small tabbed browser, im just wondering how would i be able to show the URL of the specified tab in a textbox. Like the current URL. I dont want to be able to input a URL just get the URL of the window so that I can compare it in a case statement. Thanks in advance, Andrew Private Sub Form1_Load( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase .Load Dim tx As New WebBrowser Me .KeyPreview = True TabControl1.TabPages.Add(z) tx.Dock = DockStyle.Fill Me .TabControl1.TabPages( Me .TabControl1.TabPages.Count - 1).Controls.Add(tx) End Sub Private Sub Form1_KeyPress( ByVal sender As System.Object, ByVal e As System.Window ...Show All

  • Binu Jeesman Using an array with objects question.

    I need to use but don't have to a company class, region class and a store class. There is one company, 3 regions and multiple stores per region. I was thinking of using an array for the stores like this: Store  [] store1 = new Store [ size ]; EDIT: Ok, that part was wrong, I realized I was making an array of objects too soon with that line. It should be an array of type double. double [] store1 = new double[ size ]; And this array would only hold a sales figure for each store. I think the only thing my store class will need is a variable that holds the sale amount: double salesAmnt = 0; So then I am thinking I will need a region array that will hold the stores that belong to each ...Show All

  • Rene Beauchemin DataGridViewNumUpDownColumn

    Hi, Does someone has the source code in VB.Net 2005 to these two source code 1) Build A Custom Numeric UpDown Cell and Column For The DataGridView Control 2) Building A Custom Radiobutton Cell and Column For TheDataGridView Control If so, can you send it to alth1979@hotmail.com , please Thanks MyVB ...Show All

  • Nancy_Issa Forward integrating (parent-to-child) bug fixes always causes conflicts

    Hi everyone: I have the following branching scenario: BranchA - Version 1.0 of the product, currently in production, currently being maintained - Branch B - Version 1.1 of the product, currently under development (child of BranchA) Obviously, bug fixes in branch A need to be forward integrated into branch B. This works, but the scenario below is confusing, and can potentially cause devs to merge incorrectly: Branch V 1.0 into V 1.1 Make changes to code in V 1.1; file class1.cs Check in changes Make changes to code in V 1.0 (e.g. bug fix); file class1.cs Check in changes Merge V 1.0 to V 1.1; latest version Conflict window pops up => understandable, both versions of class1.cs have changed Merge the fil ...Show All

  • corbin Error when trying to generate report rsItemNotFound

    The item '/EA Current Version/Remaining Work' cannot be found. (rsItemNotFound) Get Online Help I checked the TFSwarehouse database and it Seems there are a few errors. A week ago I moved the Databases from our C: to our E: on our appServer01 because C was running out of space. That might`ve caused this - not sure. When I look at tables, say the Code Churn Table, I have the columns: __ID LInes Added Lines Modified LInes Deleted Net Lines Added __LastUpdateTime __LastUPdatedBy __TrackingID Chanset FileName Date Checked IN By Team Project I think the error is that i have `__` in the column names, but not sure. Any advice would rock. Hi rternier, Are you still working on this issue If so, please contact Mi ...Show All

  • dvboom Deserialization

    This is very aggrevating!!! I have serialized three simple questions (textboxes) that is entered by the user. I cannot figure out how deserialize and have the three textboxes show what I have serialized My code (Visual Basic Express) on my main form is as follows: Imports System.Xml Imports System.Xml.Serialization Imports System.IO Public Class Form1 Private theCollectionOfPatients As New ArrayList() Private Sub DoSerializePatient( ByVal patientcollection As ArrayList) Dim theTypes(1) As Type theTypes(0) = GetType (ArrayList) theTypes(1) = GetType (Patient) Dim theSerializer As New XmlSerializer( GetType (ArrayList), theTypes) Dim theWriter As New FileStream ...Show All

  • Curtis Gray Modifying a Table Column

    What would be the steps to modify a table column The database schema has been imported. The project is under source control. The column of an existing table must be modified. Currently (eg): [ColumnName] [int] NOT NULL, Later: [ColumnName] [int] NULL, If I modify the table in Solution Explorer and save the file, I get an error "An object with name '[Table] dbo.[TableName]' exists in the database project. I have found that the schema view is much better and easier for changes and does not produce so many errors as when you try to work in the solution explorer. Double click on the Table in schema view and you will get the script that you can change. (Same script as ...Show All

  • Cyberjunkie Area path security question

    Suppose I have 2 nodes in my Area definition: Node1 en Node2 Area |--- Node1 |--- Node2 Members of groupA have the permission "Edit work items in this node" set to "allow" for the root area "Area" Members of groupA have the permission "Edit work items in this node" set to "Allow" for Node1. Members of groupB have the permission "Edit work items in this node" set to "Allow" for Node2. GroupB is NOT listed in the list of users and groups for the root area "Area" security settings. GroupB is NOT a member of any group that has permissions in the root area "Area". I was suprised that users of groupB were able to create workitems at all when using ...Show All

606162636465666768697071727374757677

©2008 Software Development Network

powered by phorum