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

Software Development Network >> VS Team System

VS Team System

New Question

Feature requests
Database Problems
HOW: Authoring a Web Test project on a site with a masked URL
TeamSuite including Database Professional
File Path Naming Conventions
Lots of things seem to not work!
access database
Team Project Creation Failed
Installing Team Foundation for Use over the internet
Changing Alias to Display Names in RTM

Top Answerers

aschaeffer
xlordt
vgrigor
Rainadaman
CharlieRussell
ONEWORKNGRL
mikej409
rajan nair
MrWolf78
Gary Spence
Proposal:
Only Title

Answer Questions

  • Oleg Ignatov How can I get the day, month and year datas with using calendar?

    How can I get the day, month and year datas with using calendar The question is clearly. I tried to do it for 3 hours but there is not any information about it. I want to see that label1.text = day , label2.text = month , label3.text = year when I click a day on calendar. Could you help me Regards... LORDTEK is so powerfull! using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; namespace WindowsApplication5 { public partial class Form1 : Form { public Form1() { InitializeComponent(); this .label1.Text = DateTime .Now.Year.ToS ...Show All

  • swatts777 SQL Server Agent

    Hello, Currently datadude does not have any support for SQL Server Agent. Are there any plans to include this The reason I ask is that I want to deploy my Agent jobs along with my databases. Seeing as they are stored in msdb anyway it makes sense to manage them using datadude (well I think so anyway). Any comments on this Agree or am I talking rubbish -Jamie You hit the nail on the head Amos. At the moment we're all about database level objects. Jamie if you feel pretty strongly about this and if you could detail the scenario that you want addressed then we may look into this for a future release but no commitments :-) At this point I would log a request in http://connect to track how we respond lon ...Show All

  • Maverick62 Database question

    Hello, I have created Access file with 1 table. Now when in VB 2005 I tried to get aceess t othis file I typed: Dim dt As New DataTable() Private Sub Form1_Load( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase .Load Dim connStr As String = "Provider=Microsoft.Jet.OLEDB.4.0.;" & "Data Sourse=Grade.mdb" Dim sqlStr As String = "select*From Student" Dim dataAdapter As New OleDb.OleDbDataAdapter(sqlStr, connStr) dataAdapter.Fill(dt) dataAdapter.Dispose() UpdateTextBoxes() End Sub Student is the name of a table. When I run the programm, I got "Could not find installable ISAM." What is Wrong ...Show All

  • Exellus Listbox Help plz

    How do I hide a url address in a listbox and change it into a name For example i want a user to click on the name (eg. Radio 1) in the listbox without giving out the full address, which then plays through media player. Im using visual basic 2005 express edition. Please start another thread for this question. new thread has been started "listbox help (continued)" Hashtable is a type of an array, which is in the System.Collections namespace http://msdn2.microsoft.com/en-us/library/system.collections.hashtable.aspx Here's a completely different approach: Public Class Form1 Private Class MyListItem Public mText, mUrl As String Public Sub New(ByVal txt As String, ByVal url As St ...Show All

  • Sourabh Khatri Date and time in 1 variable

    Hi, I am creating a program that is remotely similar to a calendar manager .What I want is the user to select a date on the date picker and then click on a button that would be eg, 9 am. What it does now is to create a record with date = that of the date picker and integer=9. Is there the possibility that when you click in the 9 am button the program creates a date that has the date picker's date and the hour 9 Thanks. For the scenerio you describe I would go with option 1...HOWEVER...if you have any control over the file you are using then you should use a database file and store the data in a DateTime Field...and then you could do a "Select" query using "Between" and "GroupBy& ...Show All

  • chubbysilk Use of Visual Studio 2005 Team Foundation Server MSSCCI Provider with Microsoft Access 2003

    Can I use the Visual Studio 2005 Team Foundation Server MSSCCI ProviderVisual Studio 2005 Team Foundation Server MSSCCI Provider with Microsoft Access 2003 SP2 I have installed it but there is no Source Control Support in Micrososft Access 2003 . Stefan Wimmer Yes, MS Access 2003 SP 2 works fine with TFS Msscci provider. You need to install first "Access 2003 add-in: Source Code Control" . This add-in was developed for SourceSafe, but works well with other Msscci providers. This problem was solved offline. SourceSafe was also installed on the machine and Access2003 uses Sourcesafe as the source control provider. This may be caused by wrong registry key settings. Everything works fine after reinstall of Team ...Show All

  • CodeJingle "Add Files" option greyed out

    Hello! I created a single workspace with components, comp1.1 and comp2.2 from 2 different team projects, TP1 and TP2 respectively. I created 2 new files, file1.1 and file2.2 under comp1.1 and comp2.2 directories in my work space. I go back to source control explorer, and under TP2, comp2.2, I select "Add files" option. From here, I add file2.2 and this goes well. But, when I go to TP1 to add file1.1, the "add files" option is greyed out. I can add this file1.1 to TP2, but this creates a new directory comp1.1 along with file1.1 under TP1. Please assist. Thanks! Can you post your complete workspace mappings C:\TFS_Projects\Project ...Show All

  • SimonS_ source control

    does visual studio team system for database professionals incude source control if yes, is the source control at the database level meaning if someone goes into Management Studio will they "see" that a stored procedure is currently checked-out and then they cannot modify that sp. Hi, I do agree with the above strongly (see one of my previous posts "VSTS4DBP could be dangerous"), but I also feel it's also a question and policy of discipline. Assuming that no one want's to intentionally damage the DB the point would be to get VS to the status that for development work it is equally good and fast to use as SSMS. With DataDude we've taken a big step and I assume ...Show All

  • giggsyny Validation Rule: Find Text - Regular Expression

    I need to verify that a transaction id and confirmation id were actually returned. Both values appear on the page but I do not know what the exact values will be. The transaction id should be six digits long and the confirmation id should be 16 characters long (0-9,A-Z,a-z). The challenge is that I am trying to use a web test and I want to avoid writing code if at all possible. The Find Text Validation Rule has an option to set "Use Regular Expression" to True, but I am having trouble finding examples using this. Can anyone give me examples of how to use Find Text to search for transaction id = 123456 or confirmation id = 12345abcd67ef89gh when the exact ids are not known Thanks in advance... ...Show All

  • AlexU Object reference not set to an instance of an object error

    Hello, After checking in a changeset using Team Explorer, I get an OK dialog with the message: "Object reference not set to an instance of an object". I click OK, the dialog is dismissed everything seems to be ok. I checked the event log for any errors but I could not find any. This doesn't always happen, I could not find a pattern or a reproducible case. Has anyone encountered this error before Are there any log files that I can check to get more information about what is happening Thank you, Hi: Unfortunately, I do not think there are any error logs you can look at while running in Release that will give us any information. You hit a bug in our client code due to ...Show All

  • J Guy Davidson My EXE that I created will not Run on windows 2000

    I created a application that need can run on Windows XP but not on windows 2000. I need to install .Net on the 2000 machine to be able to run the application or shall I say the tool that I created. The qtion is, DID I DO ANYTHING WRONG, or is there a way to create an EXE using the MS visual basic 2005 that will run on both plate forms thanks Wajdi Georges Do you mean VB2005 and not VB5 VB5 is very old (and if you downloaded it, also illegal - regardless, this is not the place for VB5 questions). There is a Process.Start() command you can use to call the shutdown.exe. Thank you for your reply, so can I create an application using MSVB 2005 without using .NET. Thanks The .NET framework(correct version) must ...Show All

  • JavaBoy increasing the counter??

    hi there...   need help in increasing the amout of times a button is clicked to  be shown. the concept is this. when a button is clicked firsttime, the text that been displayed in the treeview will be "Subscriber station 1"and the consequent time it increases the number. sample coding is below. pls help.   private : System::Void add_subNode() {         array <TreeNode^>^ subNodeArr = gcnew array <TreeNode^>         {                gcnew TreeNode ( "Subscriber Station" )        };     &nb ...Show All

  • Carl Daniel Team Build Browser

    When I changed the Build Quality to Rejected in the Team Build browser, I want to specify the reason. Is there a way to do add one more column to it -hengyi Unfortunately, that aspect of TFS is not extensible. You can, however, customize the build quality values and could add a stock set of reasons there such as "Rejected - tests failed". Thanks, -Doug Doug, How can I change the build quality values Is this done per build type/project/server/process template Go to the Team Explorer, double click on the desired build type under the Team Builds node, and click on the build quality value in the list of builds that shows up. The build qualit ...Show All

  • Leland Gary cant modify/save/update vb 2005 database

    Hi, I saw this post today "I cannot get my database to save changes using either the BindingNavigator control or by (attempting) to force it to update using the TableAdapter.Update() function. Here is all the code I have for the lesson: Public Class Form1 Private Sub AddressesBindingNavigatorSaveItem_Click( ByVal sender As System. Object , ByVal e As System.EventArgs) Handles AddressesBindingNavigatorSaveItem.Click Me .Validate() Me .AddressesBindingSource.EndEdit() Me .AddressesTableAdapter.Update( Me .FirstDatabaseDataSet.Addresses) End Sub Private Sub Form1_FormClosing( ByVal sender As Object , ByVal e As System.Windows.Forms.FormC ...Show All

  • Stephan Smetsers read/write reg_binary

    Hi, I'm hoping somebody may be able to help me out. I'm trying to read/write numbers larger than 255 into registry in reg_binary format (pairs of hex). As an example: I'm trying to write 315 and what I would like to see in registry is 3b 01 (little-endian architecture) but what I end up with is 33 00 31 00 35 00 basically each digit is converted in to byte.... I'm trying to write a plugin, so if I don't write it in the correct format, prog won't understand it... Any samples would be greatly appreciated. Thanks art Um, not really: bit converter will only generate the number of bytes used to represent the value being converted. An integer = 4 bytes, Short = 2 bytes, long = 8 bytes, single = 4 bytes, and s ...Show All

808182838485868788899091929394959697

©2008 Software Development Network

powered by phorum