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

Software Development Network >> VS Team System

VS Team System

New Question

image in picturebox
How to get the operator and operands contained in a conditional statement ?
Write native Windows 98 Application in VB Express
Always getting "The internal state of the database project..yada yada..."
Stream data revisited.
Question regarding published test results
Im new
Redistributing team system dll's
from SplashScreen to form1 [VB 2005 express]
error LNK2001: unresolved external symbol ___wargv

Top Answerers

laboremus
DodgingRain
Kamii47
Lucas Pasquali
invantix
Softwaremaker
wannabe_2
hellomahesh
Kennon2005
Allan Nielsen
sitemap
Only Title

Answer Questions

  • nbie Project Portals stop working after restoring TFS from backups

    Synopsis of Problem: After restoring TFS from backups, the Project Portals cease working. When I try to load one I get the error message "The virtual server that is referenced here is not in the config database.". Full Story: In my evaluation of Team Foundation Server I decided to see how smoothly a backup and restore would go. The backup was easy enough. I backed up all the TFS databases (per this article ) and the reporting services encryption key (per this article ). With backups safely stored on a separate machine I wiped the server running TFS, reinstalled Server 2003, applied all available updates, and started the TFS install by following the instructions found in the installation guide for a single server configuration. ...Show All

  • msedi R

    Maybe a Bug in Visual Studio 2005 SP 1 !!! I'm able to reproduce on different machines with Windows XP and Vista with (Vista Update for VS SP1) Problem: 1. Start Solution and run Tests - works fine as desired. 2. Rerun Tests - VS freezes and processorload becomes 50% Additional Information: We have a Solution with ~ 95 Projects and the tests are grouped together in ordered tests. Is someone out there who has similar problems or can help Greets, Helmut I'm in the same boat - any test run now freezes VS, have to kill the process - rebooting doesn't help - I don't have any working solution yet I'm on XP, with VS 2005 SP1. Just started happening for me on 1/30 yeah, I ...Show All

  • Raulsassaa Program freezes before all possible numbers are generated.

    I wrote this little program as an experiment to generate a different random number each time a key is pressed.  If user keeps pressing key, it should continue until all 30 numbers have been selected but it freezes up before then.  Why (I know how to do this using an array, but I just wanted to experiment with a different technique.) Module Module1 Sub Main() 'buggy - stops and freezes before 30 Dim rand, ind, count As Integer Dim srand, st, norep As String norep = "" count = 0 Dim randnum As Random = New Random Console.WriteLine( "Press any key to continue, Esc to stop" ) Do count = count + 1 Do rand = randnum.Next(1, 31) srand = rand.ToString ind = nore ...Show All

  • Ravel Query on response time

    Hi, I am doing load testing on web application. I have created web test and I am calling that test in my load test. Load pattern: Constant When I am running the test with 500 users response time was 4.8 seconds When I am running the test with 750 users response time was 3.7 seconds 1. When users are increasing, the response time also should increase right. Because the load is more in this second case the response time should also be more right. But test results were showing response time was less in second case (3.7 seconds for 750 users) compared to first case (4.8 seconds for 500 users). How it is possible where test went wrong Thanks, Shankar Hi, I have r ...Show All

  • isaacb Capturing form dimensions

    Hi all, One of the things I'm trying to do with my current project is to preserve the most recent dimensions (x, y, w, h) of all the forms upon user exit. And then, when the user runs the program again, the settings are restored. Currently, I'm using the StreamWriter to send the form dimensions to a text file. This seems to work fine for my "main" window ("Me." below), but for some reason my other form ("OutputConsole") only holds the orginial values for the form when it was instanced. In other words, the values don't seem to be changing when I resize and reposition the window. What ends up happening is, the main form settings are captured, but the "OutputConsole" is only capturing the initial ...Show All

  • olgaF Adding image to project resources crashes IDE and corrupts project

    I have this really annoying problem, and can't find any information on it anywhere. When I add an image to the project resources file, VCE crashes, and after restarting, I can't save any files or even exit the application without it crashing. When I try to exit, it prompts me to save the .sln file, and then crashes. This is what I did to cause the problem: 1. Select BackgroundImage in the properties of a windows form control, and click the '...' button to add an image. 2. Select "Project resource file". 3. Click the Import button. Select a file. Mine was called builder-bg.png and was 1kB in size. 4. Click OK. 5. Then control is returned to the designer, and after a few seconds the application crashes. Restart VCE go to the projec ...Show All

  • Sam Vella Variables

    Hello, I need to know the different variables used in C#. Could someone give me a site or just tell me through a post what each of them are, and their definition. Thanks. No sorry, I know what an int is, and a string, and a bool. But I need to know what the rest are, and what they are used for. I think that there are 12 or 13 variables. String (string) - Storage that can contain alpha-numeric characters Integer (int) - Contains numbers from -2,147,483,648 to +2,147,483,648 Boolean (bool) - Contains, True or False Congrats on your 100th POST!!!! Thanks. This link has a list of the 15 "built-in" types of variables used ...Show All

  • Herru Perdana Development Project Plan not picking up all information

    When I open the Development Project Plan and load all the work items, the start dates and end dates are not loaded. Which may or may not lead to that the blue bars on the right are not shown. Why isn't Microsoft Project picking up the start dates and end dates /Chris Hello Chris, If you save the project plan after importing the work items, then you don't have to import every time. The project plan is stored in the Team Share point site. But I am still not sure why the dates are not getting imported. I will try reproducing the issue tomorrow. Thanks, I'm not sure how the mapping should be set up but it looks alright to me. Here is the mapping file: < xml version=& ...Show All

  • nonamehero How do I start a new line when printing?

    I want to pre-define the point at which the text on a print goes to the next line instead of text wraping. How do I do this Then don't use wordwrapped text as the source. If you are using 'drawstring', it will 'draw' a VBcrlf by going to the next line. ...Show All

  • XtremeISP Get User Full Name

    I am banging my head against the wall... I am a LONGTIME VBA Coder... and one package that I use to get the Users Full Name is: Private Type USER_INFO_2 usri2_name As Long usri2_password As Long ' Null, only settable usri2_password_age As Long usri2_priv As Long usri2_home_dir As Long usri2_comment As Long usri2_flags As Long usri2_script_path As Long usri2_auth_flags As Long usri2_full_name As Long usri2_usr_comment As Long usri2_parms As Long usri2_workstations As Long usri2_last_logon As Long usri2_last_logoff As Long usri2_acct_expires As Long usri2_max_storage As Long usri2_units_per_week As Long usri2_logon_hours As Long usri2_bad_pw_count As Long usri2_num_logons As Long usri2_logon_ ...Show All

  • sharpMoon Open an output file

    Hi there. I am using a serially connected camera with a C# application. My camera replies to the application with a visible ACK and then wirh non-visible bytes. I can read the bytes sucessfully but I cannot print them in an output *.txt file. The application opens the file but nothing is printed on it. In addition, I would like see on my screen only the ACK reply and not the symbol of the non-visible bytes (255 dec. in ASCII code). Here is the code: using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; using System.IO.Ports; using System.IO; namespace serialport3 { public partial class Fo ...Show All

  • Chimme Handling simultaneously WorkItemChanged Events

    I have a web service listening to the event WorkItemChanged.   My question is : If two work items are modified simultaneously I assume two WorkItemChanged Events then are raised, but is my web service then called two times simultaneously or is it called one time and when it returns it is called again I don't think you can assume that TFS will serialize requests to your web-service, you should assume that you could be called concurrently, I agree with William, you should assume it can happen concurrency, also, keep in mind events are raised asyncronously, so WorkItem tracking system will not wait to the webservice answer. ...Show All

  • write2mtg mousehover rnd point project

      Hi I am trying to find ideas of where to begin my project for what I guess will be a mousehover event. I need to create a button in vb that moves to a random point within the form without moving off the form, I am asking for help and ideas where to begin hints and that sort of help. I am not looking for answers well at this point anyway. Thank you for your help   DKB Me .ClientSize.Height is a starting point. What are your buttons dimentions (I have the solution, but you only wanted clues.) I don't think this takes the caption and borders into account does it, TD reneeC the code I posted here does not keep within the borders of the form but the code th ...Show All

  • Squiddy How to Use FxCop1.35 in VS2005

    HI,David M.Kean I wanna check if class names/method names/property names are Pascal Cased in VS2005,and I just find there are rules in the Fxcop1.35,such as CA1704(IdentifiersShouldBeSpelledCorrectly),CA1705(LongAcronymsShouldBePascalCased)... so,i add FxCopSdk.dll/Microsoft.Cci.DLL(FxCop1.35) into References(VS2005),it can be builded succeed,i copy the DLL into "Microsoft Visual Studio 8\Team Tools\Static Analysis Tools\FxCop\Rules",but it does not work. how can i do thank you~! Use parameter.Type.Name.Name/value.Type.Name.Name to get the name of the type. I also want to ask some problem about FxCopSdk.dll、Microsoft.Cci.DLL in the vs2005 I have defined some rules which can ru ...Show All

  • FilipeTB CTP4 Import Schema fails on import of SQL 2005 stored procs

    I have 326 stored procedures to import. Only 4 of the 326 will import into SQL 2005 project. The import stops on the first procedure it does not support and will not continue. If I open a VS2005 database project, I can drag each stored procedure into VS SQL 2005 project, one procedure at a time, so it is in a file by the procedure name. I then add these files as existing SQL files into the CTP 4 database project. Is there a way around this This is slowing our build process down. We have 12 developers on site. Sharon - Have you managed to resolve your issue Can we consider this thread resolved, or do you have additional questions or information following Gert's response Sharon, What is the e ...Show All

202122232425262728293031323334353637

©2008 Software Development Network

powered by phorum