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

Software Development Network >> VS Team System

VS Team System

New Question

Increase in number of handles while using CDataBase- MFC Class
Please do not RTM yet!!!
Display Sub Directory Names
Checkin other users change from another workspace
Failed to detach database
work items are not publishing from project professional
Event Problem
Error TF24042
Import rolemembers
Is there a difference between these text parsers?

Top Answerers

--Alan---
Johan Cyprich
RajMohapatra
Oren Solomon
Surya Suluh
cdun2
Prem Rajani
QianChen
MarcoB
martona
oXygen
Only Title

Answer Questions

  • clint 2 Troubles with TFS

    My TFS was installed on MS SQL Enterprises Trial, after upgrade to full version I cann't process warehouse and I getting this message (after Run methid http://localhost:8080/Warehouse/v1.0/warehousecontroller.asmx ) Event Type: Error Event Source: TFS Warehouse Event Category: None Event ID: 3000 Date: 08/29/2006 Time: 17:39:02 User: N/A Computer: ALITFS Description: 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): 8/29/2006 3:39:02 PM Machine: ALITFS Application Domain: /LM/W3SVC/3/Root/Warehouse-1-128013394391204495 Assembly: Microsoft.TeamFoundation.W ...Show All

  • Dongwei Compiling Error VC++ Express

    Hi; I used to work with VC++ 6.0 and since Microsoft announced that they won't support VC++ 6.0 no longer I decided to move VC++ Express 2005. I made a few examples with console app working fine. Then I tried to compile a Tutorial from DirectX designed for VC++ 2005 and received this strange error: "fatal error C1083: Cannot open include file: 'windows.h': No such file or directory" I look in the folder of my installation and that file isn't there. What should I do I try reinstalling everything but the same thing happens, VC++ Express doesn't have that file or what I am getting these errors after installing the SDK per http://msdn.microsoft.com/vstudio/express/visualc/usingpsdk/ ...Show All

  • Gilles Auzemery How can I do that the default language will be hebrew in textbox?

    Best Regards, Yaniv I tried the example in the help of thread.currentUICulture and the default language is still english and not hebrew. of course that I set the language of the form hebrew. So I don't understand way it is not working Best Regards, Yaniv Any ideas Yaniv You can only set the language for an entire application (see Thread.CurrentUICulture). That assumes your resources contain localized text for that language. That won't change the text of system buttons like OK in MessageBoxes--you'll have to install a language pack for .NET as well as a MUI for Windows and the user will have to choo ...Show All

  • ian88 How to get another websites IP address in Visual Basic

    Hi there, I am currently working on a HOST File editor project in Visual Basic, where the user has to enter the word they want mapped to a certain IP address of a website. However, as many users won't know what an IP address is, nor how to get it, I was wondering if there is any way to retrieve the IP address of a website. I'm guessing it will involve using Domain Name servers right Any help will be much appreciated, RichardHarley I would think something like: Dim hostInfo As IPHostEntry = Dns.GetHostByName(hostString) Console.WriteLine(( "Host name : " + hostInfo.HostName)) Console.WriteLine( "IP address List : " ) Dim index As Integer ...Show All

  • Reva cpt 7 fails to install - claims team suite required

    even though I run team suite studio, the install fails claiming team suite is required. note: i only run team client (unit test and coverage), no team server even though i have a license (as we use source safe) here is the visual studio info: Microsoft Visual Studio 2005 Version 8.0.50727.42 (RTM.050727-4200) Microsoft .NET Framework Version 2.0.50727 Installed Edition: Enterprise Microsoft Visual Basic 2005 77642-113-3000004-41771 Microsoft Visual Basic 2005 Microsoft Visual C# 2005 77642-113-3000004-41771 Microsoft Visual C# 2005 Microsoft Visual C++ 2005 77642-113-3000004-41771 Microsoft Visual C++ 2005 Microsoft Visual J# 2005 77642-113-3000004-41771 Microsoft Visual J# 2005 Microsoft Visual Studio Tools ...Show All

  • Jonas.S resizing, noobish

    How can i resize the window and make everything dock like this [---------------------------------------- (X)] | | | a button | | | |_________________________________| would turn to this: |--------------------------- (X)| | | | | | | | | | | | | | |__________________________________________________________________ and so on.. that way it doesnt get all messed up right. c ...Show All

  • Rune Gulbrandsen Error TF50304 when creating project alert

    In the released VS Team Explorer accessing the released TFS server, the project alert "My work item is changed by others" throws the error "TF50304: There is a syntax error in the subscription statement. Check the syntax." when clicking OK after selecting the alert and typing the email address. The other alerts can be set without error. How can I resolve this problem. Let's see, first of all to check the filter the alert is using, you can just create the alert with the user is working, and check the subscription data in the database "TfsIntegration" in the table "tbl_subscription". Second, with that, you can try to create the subscrition in the command line using bissubscribe.exe, with the ...Show All

  • Deco TFS Project & Report Server ERrors

    When I create a new TFS Project, the Reporting Services component that retrieves "Remaining Work" and "Bug RAtes", etc errors with a message The path of the item "//Sites/MyTracker/Remaining Work" is not valid. The path must be less than 260 characters long and must start with slash. Other restrictions apply. (rsInvalidItemPath) The path of the item "//Sites/MyTracker/Bug Rates" is not valid. The path must be less than 260 characters long and must start with slash. Other restrictions apply. (rsInvalidItemPath) What can I do to fix this I remember looking at this back when you posted Federico...I appreciate your response. I'm checking this again. ...Show All

  • Lightness1024 Any other Controls like DataGrid?

    Are there any other Controls like DataGrid I know that textBoxes and lables,list boxes etc can be binded to show a value from the database,But are there any seperate Controls like DataGrid hi, dataGridView or any UI controls is just object to display data as you bind it, the problem could be in your SQL statment to retrieve data or in using different System.Text.Encoding, .net FrameWork 2.0 uses UTF8 as text encoding by default , so if you used different encoding some charachter might appear in funny way or show you some strange charachters i don't think the problem in DataGridView, to test create a project and from data menu add you database to your project, and from your datasource tab select your table cha ...Show All

  • harley_8006 Prevent overriding checkin policy?

    Is there a way to disable allowing the user to do this Perhaps via a security permission Otherwise what good is the policy Thanks I think that if you seriously want to crack down on people that choose to ignore policy, you may write report using Version Control API. The information on whether the policy evaluation failed on check in and user overrode exists in database, so you may retrieve it and make sure that each case is handled. The question on how to prevent policy override arises every now and then, but I have yet to see someone who was serious enough about it to implement that kind of report. Regards, Eugene The issue we have is that management would agree to req ...Show All

  • Sébastien Nunes Stream data in and calculate

    Hello everyone. I'll try to get to the point as quick as possible. I have a form that has a textbox, an OpenFileDialog control and two command buttons. One command button, the "Next" button, takes you to the next form but only after you use the "Browse" to find the text file. The browse button, after finding the text file will use a StreamReader to get the data from the file. The text file contains text and numbers but the numbers will have to be converted before making the calculation (ROI). I was thinking that streaming the data into the "List" would be the best way to go and then I could access the data according to it's index number. Does this make sense so far If so, am I correct in my thinking With the ...Show All

  • Aaron Oneal Cannot run Team Edition for Database Professionals if not local admin?

    Hi there, It's very annoying at our work, but we are not local admins on our machine while logged into the domain. We do have Administrator rights only when we log in as local Administrator to the machine. So when I install the CTP, I execute the setup under the local Admin account, and it installs fine, and runs fine when logged in locally. But, when logged into the domain, it does not show up as an installed product under Help -> About. I do not have this problem with any other product ie I have the BI studio, team edition developer, team edition tester, etc running fine. Any thoughts on how to get the ctp to install and run properly for me Will this work in the future Because if it doesn't we have to go buy a few licenses of ...Show All

  • susanasusana Problem opening Work Item Selections in Excel

    Hi, One of our users is unable to Open Work Item (Example: Bugs)Selections in Excel. This is the error he gets: ------------------------------------ "TF80012: The document cannot be opened because there is a problem with the installation of the Visual Studio 2005 Team Foundation Office integration components. Please see the Team Foundation Installation Guide for more information." Things tried: ----------------- Removed all Team Foundation software and components via Add/Remove Programs Reinstall the Team Foundation Client. (CAL license) --Still got the same error. The Office 2003 was already installed prior to Team Foundation was installed. Any help is appreciated Thanks, Staffan ...Show All

  • TACIR How to assign one workitem to two people?????

    Hi, from the very begginning i have tried to assign a single workitem to two users or more, How do we achieve this It's something like this. A Task1 has to be assigned to Dev1 & Dev2 (2 different persons) in my team. Two specific people or just two people that are only related because of a workitem Just to confirm that this is not available in V1 of the product, but it is a request I know the team have heard many times and take seriously. In my teams, we assign the work to the person who is responsible for moving the task to the next step - however this does not help when you are trying to work out if people have too much or too little work assigned to them. This is where better project integration would be usef ...Show All

  • PJFINTRAX Wizard class -- is it usabale in stand-alone C# programs?

    I'd like to add a Wizard for gathering user data to a stand-alone C# program. I found the Wizard class and the WizardStepCollection helper, but they are defined in Windows.System.Web.WebUI. This bodes ill to me. Before I try to stumble through trying to figure this out, can anyone tell me if they are usable outside of the Web Is there a posted example of their use Searching the forum I found one response from Microsoft (4/06) that said these classes weren't supported and couldn't be redistributed. Is this still true (I'm using the freebie, C# espress) Thanks, Cliff Yes, the Wizard class an the the WizardStepHelper are for ASP.NET applications, not for "stand-alone" programs. ...Show All

636465666768697071727374757677787980

©2008 Software Development Network

powered by phorum