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

Software Development Network >> VS Team System

VS Team System

New Question

How can i make a favorites list and a favourits manager?
small problem with Messagebox
New Schema import does not import extended proprities of the Tables
How Do I Concatenate an Array of strings?
How do I know if the text in a text file has changed? How do I program Save and Save As?
Reuse of Schema & Data Comparisons?
how to modify a timer?
How do I / Can I list files within a ChangeSet to a text file?
Release date?
Adding Change Set #, Revision Number and Comments to the header of the file during checking

Top Answerers

FrenchiInLA
Leon Langleyben
Kim Carlsen
xkx32
Vladislav U.
Morn
nhaas
hazz
cbtm
Demix
sitemap
Only Title

Answer Questions

  • Confused..x Problem accessing TFSwarehouse using OLAP datasource in excel

    Our Users do not have access to the TFSWarehouse database when they try to create Pivot Table & chart in Excel. When defining the OLAP datasource (using analysis service 9.0) and trying to connect to the TFS server, the TFSWarehouse does not appear. I did give the users direct access to the TFSwarehouse database (they have the TFSDataWarehouseReader role) If the person uses SQL 2005 management studio, they see the TFSwarehouse database, so the network credential seem to be recognized. When defining the OLAP datasource, if I enter my network user id and password , I can select TFSWarehouse. My credential are adminstrator in VSTS (reporting services and sharepoint) and I am adminstrators on the TFS serv ...Show All

  • nepenthean seek function in CFile..

    Hello all, can i use seek seek function to determine the no. of bytes of a file my coding is try { CFile cfile_object("D:\\IW-Workspace\\yogi\\file1.pmd",CFile::modeRead); int r=cfile_object.Seek(0,CFile::end); char szSampleText[100]; UINT lBytesRead = cfile_object.Read(szSampleText,100); AfxMessageBox(szSampleText); CFile object; object.Open( "D:\\IW-Workspace\\yogi\\filenew1.excel",CFile::modeCreate|CFile::modeReadWrite); object.Write (szSampleText,100); } catch(CFileException e) { AfxMessageBox("error"); } and i want to pass the no of bytes to that character array... can u please help me.... Hi Svenc, I tried it.. Its really very helpful ...Show All

  • newgreen query installing VSTS

    Hi, I need to do performance testing of a web application, and want to use the performance test tool, which is part of the VSTS Is there a way that i can download only this tool or what is the minimum download that i have to do, to get the performance test tool working Thanks Hello, You need Visual Studio Team Edition for Software Testers (VSTT) or Visual Studio Team Suite to do performance testing. For more information you can refer to the link below http://msdn.microsoft.com/vstudio/teamsystem/products/compare/default.aspx look for "Code profiler" in the table Thanks, Anjana [MSFT] Microsoft Developer Support This posting is provided "AS IS" with no wa ...Show All

  • ejstembler TF53010 NullReferenceException from "TFS Warehouse" source

    Each hour there are two TF53010 errors in Event Log. Thanks in advance for help how to resolve the issue. ------------------- THE FIRST ------------------- 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): 10/16/2006 7:32:35 AM Machine: SERVER Application Domain: /LM/W3SVC/3/Root/Warehouse-4-128054503400728648 Assembly: Microsoft.TeamFoundation.Warehouse, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a; v2.0.50727 Process Details: Process Name: w3wp Process Id: 5140 Thread Id: 884 Account name: DOMAIN\tfsservice Detailed Message: Micros ...Show All

  • Cassiopeiaxy UGH....Save Function

    I am not getting why this is not working. I have tried to get this to work, TallDude has done a great deal to help me better understand this all. But I am still having trouble to get this to work. I want to understand how the NotePad FIle>Save works. I am thinking, as TallDude as suggested, that they use StreamReader/Writer. So in that thinking I am strying to get the File>Save Function to work. Here is the entire code: Imports System.IO Public Class Form1 Public FilePath As String = "" 'Open Option Private Sub mnuOpen_Click( ByVal sender As Object , _ ByVal e As System.EventArgs) Handles mnuOpen.Click Dim open1 As New OpenFileDialog 'display only text files ...Show All

  • GTH EventLog backup with C#

    I wrote an EventLog Backup routine in VS2005 and it works great but when I cut and paste the code into VS2003 I get "access denied". I need this to run with the 1.0 framework so I really need to find out if there is an attribute or something in 2005 that isn't in 2003. Any ideas Thanks could you provide the lines of code where this issue occurs ralph ...Show All

  • DaveSimmons Modifying MSF Process Guidance

    I modified the Bug Work Item Type from the Agile Software Development-V4.0 MSF and want to document the changes in the Process Guidance. According to the "MSF Process Guidance Customization Guide" found in the April 06 VS2005 SDK you must modify the source found in the WSS\Process Guidance\Source\XML\ folder. I see this path in the "MSF for Agile Software Development" folder that came with TFS Beta3 Refresh, but not in "MSF for Agile Software Development - v4.0" folder from the RTM version. Where can I find the source for V4.0 or has the method for updating the process guidance changed. Thanks MSF Agile source is available in the download at http://www.microsof ...Show All

  • Amjath How to use my self-made browser to open html files by default

    Hi, How can I make all files (file types associated with IE mozilla) to open in my self-made browser I have made a self-made browser and what I want to happen is that when everytime I click a link or a url, instead of opening the url in IE or Mozilla browser, I want it to open in my self-made browse by default. Thanks and more power! Ichi Now that you have solved the 'association' problem, the issue is how to pass the link or filename to your program (browser). Here is the technique: When a file associated with an application is opened, it is passed to the target application as an 'argument'. You need to make your program accept an argument. To do this, change your Program.cs file as follows: static void Main( stri ...Show All

  • Rhubarb Support for .NET 3.0 project types in distributed system designer

    I note that after having installed the ASP.NET AJAX, NET 3.0, "DataDude", and VS.NET WF extensions that these additions seem not to add any new functionality in terms of being able to define parts of a distributed system in terms of the new project types that have been installed to Visual Studio. For example, I would like to be able to specify that a particular web service or client application calls a workflow runtime component as part of the distributed design. In the same way I can use the distributed system model solution to generate various projects, in this case I would like sequential workflow libraries or sharepoint workflow projects to also be included in the design. Is the workaround for this at the present time for ...Show All

  • Matti-Koopa What is the account crmUser

    When creating a build script, within the script are generated the following: CREATE USER [crmUser] WITHOUT LOGIN WITH DEFAULT_SCHEMA=[dbo] GO CREATE USER [NT AUTHORITY\NETWORK SERVICE] FOR LOGIN [NT AUTHORITY\NETWORK SERVICE] WITH DEFAULT_SCHEMA=[dbo] GRANT CONNECT TO [NT AUTHORITY\NETWORK SERVICE] GO Does anyone know why this user crmUser is created Also why is a NT Authority\Network Service user being created Thanks P R W. My *Guess* is that you have [NT Authority\Network Service] as a user in your model database, so when your designdb database is created from a copy of model it'll pick this up. Presumably crmUser would be the same issue. Look at the instance of SQL Serve ...Show All

  • Cesar Francisco need help displaying array values

    i have 150 values in an array and i want to display them in order of the highest first and the lowest last. i have no idea how to do this. Help will be appreciated. thanking in advance oli it just dosent work. inAns is a value put in previously this is the code i have: Sub finish() playcount2 = 1 For count As Integer = 1 To inAns For intCounter = 1 To 18 intTemp += arrscores(playcount2, intCounter) Next arrTotals(count) = intTemp playcount2 = playcount2 + 1 Next Array.Sort(arrTotals) For count As Integer = 1 To inAns Step +1 form2.ListBox1.Items.Add("player" & count & " " & arrTotals(count)) Next form2.Show() Me.Hide() End Sub ...Show All

  • TA_R_EK Appending to TXT file

    Can anyone point me to a tutorial that describes how to open, write to, and save an existing txt file I simply just want to create a log for the program I am building. I have been unsuccessfull in finding a tut on how to do this with Visual C++ Express 2005 - Thank you so much! Hi, here is a tutorial on file input and output. http://www.cplusplus.com/doc/tutorial/files.html The website also has a lot of other tutorials that may help you with other issues. To append to a file use, ios::app, when opening the file. ofstream outfile("log.txt", ios::app); outfile << "This is on one line \n This is on another."; outfile.close(); Now doing that with the windows API is ...Show All

  • stswordman Unable to Sart Debug?

    When i finish writing some codes, i cant debug because i get an erro that reads: "Error while trying to run project: Unable to start debuggin The binding handle is invalid" help hey i found what it was. i had disabled the Terminal Service. thats was. all toy need to do is enable it and thats it I sorry I can't help! I'm having exactly the same problem! Any help would be great! ...Show All

  • flypp3r MICROSOFT - Please Clarify

    For me all this is hopelessly confusing. Can anyone from Microsoft tell me if I will be able to install CTP7 with my current copy of Visual Studio Team Edition for Software Developers I don't want to uninstall CTP6 and then be told I don't have the correct version of VS to install CTP7. Thanks - Amos. Hi Amos, yes you are right, you can buy separately (i.e. Standalone). It will however be priced as a separate version (just like VSTD). Do think about the fact that two purchases of VST Editions cost about the same as VS Team Suite. The RTM installation will certainly also utilize the common components that are already there and add some common components when VST D is already installed. ...Show All

  • ikarkaroff xcopy online output to listbox/richtextbox or another help

    hi all i want to a backup program use with xcopy. i want to see xcopy output in textbox / listbox / richtextbox or another tool. i see in forums ( http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=507691&SiteId=1 ) this solution. But this solution run a command and waiting for end then write the results listbox. i want to see the xcopy output online. i can write output to text file ( C:\DOCUME~1\*.dbx/s/h c:\backup\ > c:\output.txt ) and then read this file in to listbox. But there is not online. What can i do Thanks for answers. <quote for link> Public Class Form1 Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim procInfo As New ProcessS ...Show All

525354555657585960616263646566676869

©2008 Software Development Network

powered by phorum