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

Software Development Network >> VS Team System

VS Team System

New Question

MSBuild Project type vs TFS Project type
Import schema failed with Trusworthy assemblies
PSDK linker error: LNK1104: cannot open file 'mfc42d.lib'
Website Redirector (Help)
Problem w/ creating a Access 2003 database connection
Using the database diagram tool and keeping in synch with the schema
TFS Proxy setup
Help with "Concentration" Game
Invaild Process Performance Counter (% Processor Time = 8,056?)
Allocating memory to array

Top Answerers

sham_s1
rusty_dev
Sami Karaeen
Vasile
Juvraj
medosoft07
SalmanSheikh
leonreet
Rick Penner
DaPosh
sitemap
Only Title

Answer Questions

  • Paarul GuidanceAutomationToolkit.msi

    Is it impossible to install GuidanceAutomationToolkit.msi if you only have VS Express C# I tried to install it and the installer tells me C# is not installed. I click on the msi file and it give me the following message "C# language is not installed. Do you want to see information of the product Click Yes to be directed to a web page, click no to exit." [Yes ] [No] Yes takes me to http://msdn2.microsoft.com/en-us/vcsharp/aa336789.aspx No exits. I was wondering if there was a workaround. Hi johnnysaucedo, After poking around in the MSDN for a bit I found out that this application if for the Visual Studio Standard Editons or better (see link below) http://msd ...Show All

  • Caruanas Inconsistent 2-tier TFS installation after SP1

    First I installed the Team Foundation SP1 RTM on the application-tier and after that succeeded I went to the database tier. But I'm not able to install the service pack on it. Somewhere the installation stops and hopefully reverts it's changes. The lock-down of the SQL server through the "TFS_Quiescence" still stays. There some manuall task to revert this and the SQL server is accessable again. Now we can't get any source code anymore because there is always an error which says that an incopatible version is installed: "Detailed Message: TF53018: The application tier MY-SERVER is attempting to connect to a data tier with an incompatible version.". Could somone please help me, I really need to access the source. Is it ...Show All

  • Nitin Khurana Get back to my program with keyboard

    Hi, My program will be hidden and at times I want to come back to it with a keyboard combination, such as alt-u. Can anyone tell me how to do that Thanks in advance, Wayne You'd need to register a hotkey with Windows and have your form respond to it. .NET doesn't let you do it but you can use the necessary P/Invoke voodoo like this: Imports System.Runtime.InteropServices Public Class Form1 '--- Windows API declarations Private Const WM_HOTKEY As Integer = &H312 Private Const MOD_ALT As Integer = &H1 Private Const MOD_CONTROL As Integer = &H2 Private Const MOD_SHIFT As Integer = &H4 Private Declare Function RegisterHotKey Lib "user32.dll" (ByVal hWnd As IntPtr, By ...Show All

  • vbnetdiscuss Questions / Answers : Evaluation Outlines !!!

    I am developing an ITS System , in the Evaluation Stage , can someone help me with the outlines for developing the evaluation : What is the most approciate way for storing the Questions and Answers : Multiple Choices , TRUE / FALSE , and any other Questions and Answers form and ... What is the best way for Representing the Questions and Answers to the Learner and ... Finally Thank you so much :) cverdon wrote: void ShowQuestion() { label2.Text = evaluationDataset.Questions.Rows[currentPosition ] .QuestionText; } And in the Next button you increment currentPosition and call ShowQuestion. okay i just did exactly what you told me !! now i c ...Show All

  • William Vaughn Proxy Configuration for Dummies

    Hi, my coworker and I just can't get the proxy setup straight. I started a test setup where I have one TFS and one client. The client can connect directly to the TFS without a problem, now I want to do the same, but use a proxy (we will later do this between remote locations with a slow connection). I have some really basic questions and I guess I just did not understand how exaclty the proxy works. a) Where do I have to install the proxy portion (the setup in the proxy folder on the TFS CD) I assume that this goes on the machine that is the client to the actual TFS server. Like this: TFS Server ----WAN connection---- Proxy &Client (VS2k5) on same PC Correct b) In the proxy.config file, is it correct to enter the name of the ...Show All

  • Virdee What gives?

    I wrote this code for my program to create a directory. It looks like this: My .Computer.FileSystem.CreateDirectory( "C:/Documents and Settings/" + Environ( "USERNAME" ) + "My Documents/" + TextBox1.Text) and it wont do it... it just gives me an error that says that the file path isn't supported. I am not sure if this matters or not, but it looks like your slashes are going the wrong direction in the original example. Glenn Try this...it will return the path to mydocument of the currently logged on user and as long as textbox1 does not contain any illegal characters it will create the directory Dim MyDocs As String = Environment . GetFolde ...Show All

  • Tamizhan Very newbie... socket data stream capture question

    Hi all, First, please forgive me if this is a simple question as I am very new to this form of programming, I have some Pascal knowledge and PHP but... What I am trying to achieve here is quite simple, I want to capture text data that is being streamed via a TCP/IP socket (61328 for ex) to a text file or even better to a table in a MSAccess database. I can live with the text file and then import but figured I would go for the unltimate anyway :-). Currently I capture the data using Hyperterminal then import to Access but I need to have something that requires less human interaction. I am not sure if Visual Basic is the best way for me to achieve this either so any suggestions would be willingly accepted. ...Show All

  • Bharat Gadhia files in a project

    Hi All I am new to C#, I have downloaded VC#2005 EE, it's a great product! I have 3 questions: 1) If I create a simple windows forms new application I can find inside the solution explorer basically something like this: ... Properties... References... Form1.cs Form1.Designer.cs ... If I click on the Form1.Designer.cs node I open the Windows Form Designer generated code /// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> It's ok But if for example I open the following project ("Crafting a C# Forms Editor from scratch") (http://www.codeproject.com/csharp/SharpFormEditorDemo.asp) ...Show All

  • LaurieDThompson Reset keyboard keys

    I have a project I am working on and it requires that the keys on the keyboard read different than what is on them. For instance, I would like the letter "I", when press, to return the numeric value of "4". Can anyone help Figured it out. Thanks a bunch. The author of SharpKeys carefully avoids telling what the "magic registry key" really is. Ten to one, he's hacking the Scancode Map key of HKLM\System\CCS\Control\Keyboard Layout. That's going to take a reboot to take effect and is going to remap the key for every program on your PC afterwards. You can keep the remapping confined to your form by setting its KeyPreview property to True and replacing the key in the KeyDown event han ...Show All

  • Titou Error TF42028

    We have recently deployed TFS and are having an issue with users seeing the existing build nodes in Team Explorer. It also causes it to throw the 42028 and 42025 error when the user attempts to run a build. (Using Domain Users and Groups to set permissions. Win 2003 Domain.) I have one user that has only been added to the 'Contributor" group of the project. This user can see the Build nodes and run builds without any issues. To make it work for the user in question and any subsequent users I create, I have to add them to the Team Foundation Server Administrator group. (adding them to the Project Admin had no affect) Once added to this group, all the nodes show up and builds run fine. Any suggestions would be appreciated. ...Show All

  • toben888 TFS Word Integration Starter Kit

    Hello: I heard about this Starter Kit. Is it available Where to get it Thanks, Yuhang I can personally attest to the fact that integration of any sort with Word is greatly improved in Word 12. The custom xml and content controls allow for integration between systems and Word unlike anytime before. Depending on your needs- I definately encourage you to look at the CTP for VSTO for Office 2007 and Office 2007 Beta 2. I know that once I started using Word 12. I simply won't look at trying any significant integration from other systems without seeing if it is within the timeframe to simply do it under Word 12. This is probably what you are looking for: http://www.microsoft.com/downloa ...Show All

  • Tryin2Bgood Dtagridview problems!

    sup! I have three problems. Answer to any or all of these problems is welcome. I am using VC++ Visual Studio .NET Express edition. So i would appreciate if the answers are for this tool. Prob1: GridViewProgram->CurrentRow->Index  . This gives the index of the current selected row of the datagridview.What i want to do is i want to select a particular row in a datagridview when i know the index so that i can write something into this selected row. Please note that i know just the index of the row and i need to select this row in runtime.How do i do it Prob2: I am trying to figure out how i can allow a user to edit a row (which is by default read only)when he makes a mouse click on this particular row(cell). ...Show All

  • ProblemQueen How to check for duplicate mnemonics?

    Is there a way to check for possible duplicates in mnemonics Something like the tab order view where you can see same key. I suppose that's a one way of doing it, looks like there's no built in command for it. You could iterate through the form's controls and check their Text property for the "&" character... There is no in-built command to do this within the development environment and nothing to stop you from adding duplicate mnemonics. hi, your question is not clear best regards ...Show All

  • Goran _ 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

  • Khalid1 Question about Visual C# Studios

    Hello, I have a question for everyone on this Forum... Can Anyone find me a barnes and Noble book that tells me how to do Visual C# Studios that would be good because I need one so That I can do some programing Thank you everyone that trys to help find me one. Would this book be a good book since the others are Ofs Visual C# 2005 : A Developer's Notebook And also Are you sure that is Visual studios and not the Console So it should be like Visual studios C# Thank you very much I am a "Game hacker" I use what are called Cheats Like www.Wowglider.com A leveling bot for World of Warcraft that levels characters up THAT IS NOT MY SITE if you know anything about game hacking You might wanna help me out ...Show All

767778798081828384858687888990919293

©2008 Software Development Network

powered by phorum