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

Software Development Network >> VS Team System

VS Team System

New Question

Cannot find the “Process Template Editor”
The project file * has been moved, renamed or is not on your computer
Bug with WebBrowser control and focus. Any workarounds?
use DisplayMember and ValueMember
how to use vb2005 express into two pc
TFS Word Integration Starter Kit
DataGridView.CellFormatting Mysteries
Process/thread count counter
Sending hotmail email
Save RadioButton Settings "vb Express"

Top Answerers

llively
dattatray
Yang Tono
azaclauson
A. Heuts
joeydj
LpAngelRob
Peter Ritchie
clint 2
Matt Falzon
sitemap
Only Title

Answer Questions

  • wfilus report stops showing data - warehouse not update

    RTM TFS installed on combined AT/DT. reporting was working fine till a week ago, after that, i can still see the report, but there is no data. e.g. for "remaining work" report, even though we still have the same number of tasks, but the work item count (active/resolved/closed) are all showing 0. Report Generated: 8/23/2006 5:24:48 PM by xxxxx ; Last Warehouse Update: 8/14/2006 2:59:30 PM it seems the warehouse update has not happened since 8/14, event viewer doesn't reveal any obvious problem. how to kick start the warehouse update You should see an error under System in the eventvwr when a service fails to start. Source: Service Control Mananag ...Show All

  • Benny Tops TFS - Problems Accessing Documents Since IE7 Install

    First, sorry if wrong forum, please "gently" redirect me if needed. Ever since I upgraded to IE7 (Xp-Pro Os), I am unable to successfully read or edit MS Word documents stored in Sharepoint. Each time I attempt to open a document, MS Word throws an error and automatically goes into recovery mode. The recovery mode attempts to recover and fails, eventually opening up an empty document. This is for any document in Sharepoint, the problem does not occur in standard documents stored outside of Sharepoint. I am running Office 2003, SP2. I am on a mission-critical project and need the ability to access the Sharepoint documents residing on the project website that I had set up. I have uninstalled IE7, going back to IE6. However, I ...Show All

  • MarioMario Custom Forms

    Any one have an idea on creating custom forms that do no have the blue bar at the top and the default windows buttons just like you would see windows media player and other programs. Matt And then investigate using a GraphicsPath object and a Region object and the Form's Region property. Hi. You can start by taking a look at: Me.FormBorderStyle = Windows.Forms.FormBorderStyle.Fixed3D or Me.FormBorderStyle = Windows.Forms.FormBorderStyle.FixedDialog or Me.FormBorderStyle = Windows.Forms.FormBorderStyle.FixedSingle or Me.FormBorderStyle = Windows.Forms.FormBorderStyle.FixedToolWindow or Me.FormBorderStyle = Windows.Forms.FormBorderStyle.None or ...Show All

  • JeffSE TFSSetup Account and Running SQL Server Services with Domain Account

    I work for one of those large, large, large companies that has all types of work assigned to all types of groups with all types of standards. 1) In our company the DBA group installs database components with their domain user accounts and the System Admin group installs software with their domain user accounts. Instead of using an account called DOMAIN\TFSSetup, is there any issue with the DBA and System Admin installing the TFS software with their respected accounts (assuming they have all the needed permissions on the machines) E.g. DOMAIN\AppUserInstall for the Application Tier and DOMAIN\DataUserInstall for the Data Tier. 2) Our DBA's standards include running SQL Server "Service" accounts as Domain Users (DOMAIN ...Show All

  • is98 how can I display excel file in msgbox?

    I know how to do it with txt and word files: Dim filereader As String filereader = My .Computer.FileSystem.ReadAllText( "c:\testfile.txt" ) MsgBox(filereader) Please let me know how can i do it with.xls thanks You cant do that with a messagebox. You either need to parse the excel file into a text string which can be handled by the messagebox/msgbox methods OR Create your own dialog that contains an embedded Excel sheet which you populate and display this form using showdialog. ...Show All

  • Ivo6070 I got wrong with richtextbox

    RichTextBox^ richtext1 = gcnew RichTextBox; richtext1->LoadFile( "c://test.rtf" ); Controls->Add(richtext1); The result of error An unhandled exception of type 'System.ArgumentException' occurred in System.Windows.Forms.dll Additional information: File format is not valid. I have tried to change file format to txt but error is still there . I was wrong in which way . Thank you ! Try to modify "c://test.rtf" to "c:\\test.rtf"; If the problem persist, I'd recommend you to post this question in windows form forums. regards, rico ...Show All

  • Prabu. Using FTPUpload on Multiple Files

    I am attempting to use the FTPUpload task (from http://msbuildtasks.tigris.org/ ) on multiple files. This task has two attributes, LocalFile and RemoteUri, which are used to specify a file to transfer. So my thought was to try to use batching to accomplish this: < ItemGroup > < WebFiles Include = " C:\Projects\MyProject\src\MyProject.Web\*.* " /> </ ItemGroup > < Target Name = " SendFiles " > < FtpUpload LocalFile = " @(WebFiles->'$(FullPath)') " RemoteUri = " ftp://localhost/TestDeploy/@(WebFiles->'%(FileName).%(Extension)' ) " /> </ Target > However, this is the error I get when I run it: error : Local File Not Found: ;;;;;;;;;;;;;; ...Show All

  • saaniok Add numbers

    Hello all, I need my program to add nine numbers together and get the some. I am using this code: Private Sub Button1_Click( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click TextBox2.Text = Txt1.Text + txt2.Text + txt3.Text + txt4.Text + txt5.Text + txt6.Text + txt7.Text + txt8.Text + txt9.Text TextBox2.Text = TextBox2.Text / 9 End Sub It is not doing what i need it to. Without deviding, lets say all of the numbers were 100, it would write 100 tons of times. How can i fix this nope, no errors, its all good! Both the input and output of a textbox must be a string, not a number. If you need to process a numeric input mathematically, then it must fi ...Show All

  • StephenWalker named instance of SQL Server in RTM Release

    Is this supported Will it be supported in the final release Thanks The use of a client native alias to run TFS on a named instance is not an officially supported or fully tested approach. ok, why not what is the reason I guess you can create a default instance to use with TFS and then install additional named instances used for other purposes Yes, you can create a default instance to use with TFS and install additional named instances for other purposes. The reason we do not support named instances is just that we decided early in the product cycle that it was not essential to do the work needed to enable this feature.  It was ...Show All

  • Dave Patricio Finding location of file - Question and suggestion

    The "Solution Explorer" shows filenames, but not complete paths. It's easy to think you are editing or running a file in one directory when in fact it is a file with the same name in a different directory. This can be particularly confusing if you intended for the "solution" tree to mimic the directory structure of your source code, but made a mistake. The only way I've found to determine where a file is located is to use the F ile/Save foo.cpp As -- dialog and then cancel after seeing where it would save the file. Question: Is there a better way to see where a file is Comment: I think the location of the file should at least be viewable through right-click P r operties, and perhaps even settable there. Make sure the Properties ...Show All

  • HelpMePl0x Windows Media Player SDK - close acess to a resource

    Hello, I am trying to integrate a Windows Media Player control into a program I am creating and I am running into a problem. The problem is as follows: Basically, I want to start the player playing a music file and then be able to stop the player and edit it the file and then continue playing it. So running it would be like this, the player is playing "test.mp3" and the program recieves input to concat data onto this "test.mp3" music file. Ideally, the player would stop and release all references to the "test.mp3" music file. Then the program would make the necessary changes to the "test.mp3" file and the player would be set to play the new "test.mp3". The problem I am running i ...Show All

  • CanadianBoy "trusted SQL connection" error since migration

    We migrated our TFS (single-server setup) onto a new machine. Ever since our test projects have not been able to access their data sources, which are in a database on the TFS SQL Server. We keep getting the error: "Unit Test Adapter threw exception: System.Data.SqlClient.SqlException: Login failed for user ''. The user is not associated with a trusted SQL Server connection.." The new SQL Server is set for mixed-mode authentication but I'm not sure how the old one was setup. None of our users are having any trouble accessing SCC or any other TFS databases. Suggestions This usually suggests one of two things: a) the account you specified in the connection string is not actually setup in SQL (this is not your scenario) b) ...Show All

  • Luca Beretta LAN party problem

    My friend and I are organising a LAN-party on our school. But there is a little problem. We've been trying to create a network before but there ar some computers that xp assigns a wrong ip adress, some he wont detect and some who are used multiple. My nephew said that we had to assign every computer a personal ip-adress (like 193.00.001 , 193.00.002 and so on). But when we're having 50 pc's standing there it will be a lot of work to give everybody a "hand made" ip. So I'm now trying to write a program that gives everybody a specified ip. But I really don't know where to start.   Please help :S, you can use a DHCP provider of windows server to automatically provide you with a free IP addresss. Hi Douwe ...Show All

  • K_L keyboard event

    If it's possible id like a "Do Until" loop so that it loops until a key is pressed, any key at all Here is one way: Private Done As Boolean = False Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Done = True Me.KeyPreview = True Do My.Application.DoEvents() Loop Until Not Done Me.KeyPreview = False End Sub Private Sub Form1_KeyPress(ByVal sender As Object, ByVal e As System.Windows.Forms.KeyPressEventArgs) Handles Me.KeyPress Done = False End Sub i meant outside of my application. im making an autoclicker and this is the last part. i want it to keep clicking until the user ...Show All

  • The Cullenator Saving Data

    Hello, I have a form and I can use the data binding tool with my access DB with no problems but I cannot figure out how i save things manually, I want to save specific data to specific columns in a table, could somone point me in the right direction or post some kind of example Thanks! heres what i have so far "which doesnt work" Try Me .Validate() Me .ContractsBindingSource.EndEdit() TextBoxVat.Text = Me .InvoiceDetailsTableTableAdapter.Update( Me .db1DataSet.InvoiceDetailsTable.Address1Column) MsgBox( "update successful!" ) Catch ex As Exception MsgBox( "update failed, the data may already exist please check and try again." ) End Try ...Show All

757677787980818283848586878889909192

©2008 Software Development Network

powered by phorum