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

Software Development Network >> VS Team System

VS Team System

New Question

Area path security question
Accept-encoding : gzip
Could not find part of the path ... DatabaseUnitTest.vstemplate
How can we automate(creation of test scripts) the functionality testing of windows based application developed in vb using vsts
Socket application in express
May I know the Code of Visual Basic?
customize list of users in "Assigned to"-list.
How to get Function codes list for CTL_CODE
object reference?
Event procedure changes name when I cut and paste control to different area

Top Answerers

laiseng
NinuX
dotnetsekar
curt2go
Darkside
LouArnold
helpermonkey
jimgong
gauls
drmcl
Joe LeVasseur's Freeware
Only Title

Answer Questions

  • Philips-HCR 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 :) Well it would be a better database design to keep the answer table separate from the question table: Table Questions: QuestionId QuestionType ("M1" Multiple - choose one, "M" Multiple - choose one or more, "TF" true/false, "FB" Fill blank) ...Show All

  • brottmayer New project creation fails

    Hello, We're trying to create a new project on a TFS which has been upgrade from an Evaluation version to RTM (Workgroup). The TFS already has a project on it (so this is the second project we are creating). However, when we try do to this - we get the following error: TF30162: Task "SharePointPortal" from Group "Portal" failed and further down in the dialog box: Exception Message: The operation has timed out We've tried creation a couple of times, and the error is reproducible. What coudl be the problem Below are some of the lines from the log file generated. I can post more lines if required. regards Oz 2006-09-15 12:56:59Z | Module: SccTask | Thread: 10 | User chose to create new empty folder ...Show All

  • AlexZR Unit tests on Team Build

    Hi I am trying to get Unit Tests running as part of the daily build. I have setup the test lists and added them to the Team Build. The Unit Tests run correctly locally, however when I go to run the Build I get the following error MSBUILD : warning : Failed to instantiate type 'Microsoft.VisualStudio.TestTools.WebStress.WebTestRunConfig, Microsoft.VisualStudio.QualityTools.LoadTest, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a': Could not load file or assembly 'Microsoft.VisualStudio.QualityTools.LoadTest' or one of its dependencies. The system cannot find the file specified. Now VSTS SDE is installed on the Build server and I thought this was all that was needed to automate the Unit Tests, is this assumption ...Show All

  • Barb O Live webcam viewer

    It might be a big job, but I'd like to know the (basic) code for a program that displays my webcam video (live), and what control to display the webcam video. You need imports system.runtime.interopservices at the top of the code file Can anyone tell me where the constants such as WM_CAP_DLG_VIDEOFORMAT are defined   I have found code where some of them are defined (such as WM_CAP + 41 for the above) But there are many more references listed in the SDK that I would like to use.   Thanx   After a lot of Google searches, I found the definitions.  I believe they are defined in vbavicap.bas.  I am listing them here just in case anyone has this problem: '// Defines start of the message range ...Show All

  • Samyag1 error when start with debugging

    Hi, I need some help on why each time when I click start debugging (VCE2005) i will get the same errors on all apps before I had no problems. I have already re-installed VCE 2005, same problem. The program will not get any errors if I choose start without debugging. Any help will be greatful. Thanks! heres the codes: #include <iostream> using std::cout; using std::cin; using std::endl; int main() { int num; cout << "Enter a number from 1-5\n" ; cin >> num; switch ( num ){ case 1: cout << "You entered the number one.\n" << endl; break ; case 2: cout << "You entered the number two.\n" << endl; ...Show All

  • IZON Installation problems with Visual C# Express

    Hi!, I've been trying to install Visual C# Express, but haven't had any success so far. The problem is that the installation program stucks at the "Setup is loading installation components. This may take a minute or two." step. The progress bar stops at about 80% and even if I wait, it won't go any further. At this point the CPU Usage is 100% for the installer. I have reinstalled Windows (not because of this problem though), but having a fresh installation of Windows didn't help (although, before the reinstallation, the progress bar did go only to about 50%). Currently I'm using Windows XP Professional SP2. I have managed to install Visual C# Express before on this computer. Though, I have changed some components sinc ...Show All

  • Dileep Agarwal How to Plot a Line Graphic in the form?

    Hi, how to plot a line graphic realtime in the form Anyway thanks a lot for the help!!! Update: Found ZedGraph, which is what I am looking for. http://zedgraph.org/wiki/index.php title=Main_Page A method. Try this: ... public MyForm() { InitializeComponent(); //If the screen filckers, try uncommenting the following line //SetStyle(ControlStyles.AllPaintingInWmPaint | ControlStyles.UserPaint | ControlStyles.OptimizedDoubleBuffer, true); this.Paint += new PaintEventHandler(MyForm_Paint); } public void MyForm_Paint(object sender, PaintEventArgs e) { e.Graphics.DrawLine(Pens.Black, new Point(0,100), new Point(100,100)); } Could you please be mo ...Show All

  • sudhirvn Is MSF Agile good for what we do?

    Heya folks, i was asked a question today from one of our PM's about the life cycle of MSF-Agile. For her team, she usually does the following (in a simplified version):- 1) Analysis / Requirements Gathering. - Business Analyist usually does this with some help from PM for approval. 2) Design - BA + Team Lead + PM; project time lines, can the tasks be done in the allocated time, any new structual archietecture additional design/re-design. 3) Development. 4) Testing. 5) Deployment. Nothing to complex or unheard of. Now, the BA/PM create tasks with MSF-Agile and the task's discilpine and assigned to user gets updated as it moves between stages/disciplines. a) But what about testing bugs I can't seem to find how to change the di ...Show All

  • Thymen Changing the Log link in the Summary section of a Build Report

    I have a custom logger for my Team Build and I would like to point the BuildLog link in the Summary section to the custom-log-file and not the BuildLog.txt file. I can't seem to find the appropriate way to do this. I looked at modifying the $(BuildlogText) in the Microsoft.TeamFoundation.Build.targets file to no avail. I can't see to find an easy way to make this change. Thanks in Advance, Andy I don't know a straightforward answer to your q. But here are a couple of suggestions: * Write a task that copies your custom log file into the buildlog file (after copying your buildlog elsewhere under the drop location ) and call this task in AfterDropBuild target * Insert an extra line in the build summa ...Show All

  • Sara Hentzel Web tests recording is disabled.

    VS2005TS RTM. When I start a new webtest VS automatically launches IE and I have to activate IE windows myself. The recorder buttons are all disabled (grayed) and surfing around does not result in anything in the project. If I close IE, VS still report "Recording in progress" and I have to click "Stop recording" but nothing reports to the project. Beta1 did work but I had the same problem with CTP August. Are you launching VS using RunAs or anything like that   What OS are you running   Are you getting the message that says something like "The recorder must be launched from Visual Studio" Josh Problem solved ! I reinstalled the machine with Windows Server 2003 and VS2005 RC. I am having the same issue with t ...Show All

  • Jack210 Build Activex (.ocx) objects in VB 2005 Express?

    Hi, I have found, after some searching on the web, that some older versions of VB could build Activex (.ocx) objects. Is there any way VB 2005 express could do this Cheers, James You may not be able to create an OCX.... but you could create a DLL, which would be just as good. The templates for creating windows controls is not supplied with VB Express. http://msdn2.microsoft.com/en-us/library/b4z62wxz(VS.80).aspx Shows you the templates for the types of project that can be created. As you will see windows and web control templates are not provided with the express products. So in order to achieve you will need to purchase a copy the appropriate edition. As VB Express is th ...Show All

  • NeTBaPb Error when trying to generate report rsItemNotFound

    The item '/EA Current Version/Remaining Work' cannot be found. (rsItemNotFound) Get Online Help I checked the TFSwarehouse database and it Seems there are a few errors. A week ago I moved the Databases from our C: to our E: on our appServer01 because C was running out of space. That might`ve caused this - not sure. When I look at tables, say the Code Churn Table, I have the columns: __ID LInes Added Lines Modified LInes Deleted Net Lines Added __LastUpdateTime __LastUPdatedBy __TrackingID Chanset FileName Date Checked IN By Team Project I think the error is that i have `__` in the column names, but not sure. Any advice would rock. I wasn't. We had to reinstall TFS to fix this and it worked for awhile. But now we ...Show All

  • chakravarthy_b Using existing field values after Active Directory domain switch and infamous TF20015

    Recently changed the domains and along with it, the user name display. When people try to work on old work items they get the infamous TF20015 error message when they try to save the item. I followed the instructions in http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=309699&SiteID=1 and http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=311542&SiteID=1 but still getting the message. Here is the content of the AssignedTo field in the Requirement template that was slightly modified. Any ideas Similar changes were done to other system generated fields that get populated behind the scenes. <FIELD name="Assigned To" refname="System.AssignedTo" type="String" reportable="dimensi ...Show All

  • kelvfok How to ignore compiler-generated members?

    Our company has rule to prefix all class member variables with ‘m_’. When I try to make a custom FxCop rule, it will pick up all compiler-generated controls’ names (starting with underscore) in the web application (VB). How can I make it so custom rule will ignore them Thanks... Jeffrey, Thanks for your replay, but I'm not sot sure I understand what you mean by 'tool generated'. AFAIK, VB uses the underscore as a prefix on compiler generated fields for WithEvents Variables. That is, if we have a text box TextBox1 on the form (Windows or web): Private WithEvents TextBox1 as TextBox VB will generate a TextBox1 property and a backing field _TextBox1 . I want to "weed out" these ...Show All

  • Bystrik Team Build in a Network "Workgroup" context -- Unable to publish test results

    Hi Guys, Environment: Endeavour-Build - Team Build Server Endeavour - Team Foundation Server Both are NOT in a domain, there are only Workgroup context. We are using a Full verision of Team foundation However, not the Workgroup version. Error report: Results file: C:\TFS_Build Directory\Online\Online Build\TestResults\TFSService_ENDEAVOUR-BUILD 2007-02-09 14_25_15_Mixed Platforms_Debug.trx Run Configuration: Local Test Run Waiting to publish... Publishing results of test run TFSService@ENDEAVOUR-BUILD 2007-02-09 14:25:15_Mixed Platforms_Debug to http://endeavour:8080/Build/v1.0/PublishTestResultsBuildService.asmx... PublishRun: Attempted to perform an unauthorized operation. MSBUILD : warning : ...Show All

8910111213141516171819202122232425

©2008 Software Development Network

powered by phorum