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

Software Development Network >> VS Team System

VS Team System

New Question

Missing Object Test Bench menu items?
How to append BSTR data type?
Controlling the name of the .sql file.
remote database
"trusted SQL connection" error since migration
Unit Testing, Windows Presentation Foundation: Problem
Game problem
Hirarical Tree View C#
TF53010 NullReferenceException from "TFS Warehouse" source
How to navigate to specific record in dataset from textbox

Top Answerers

MrOctree
Vitalijus
Fluxtah
adurling
Derek Baird
robinjam
araujox2002
Petru66
Hooper
reichard
Telegraph - Catherine Breillat
Only Title

Answer Questions

  • Tom25 Client to access Test Manager

    Hi, I would like to ask, besides using Visual Studio to access test manager, is there other client can be used to access test manager which the interface find easy for the business users. No, unfortunately VS is the only interface today. We're considering a business-user friendly UI for a future release. Ed. Thanks for the reply :) ...Show All

  • crogenicdude Negative Database Unit Test

    How do I do a Negative DUT ie if I've got a stored procedure which adds a user to a database and takes a user name as a parameter, it raises an error if the user already exists, which is what I want. If I want to observe this behaving correctly, how do I do it Currently, because the sp raises an error, this makes the test fail Thanks wBob (Examples in T-SQL and/or C# please ; ) OK, so I got this to work with BEGIN TRY / CATCH block. So this test says, "If NTLogin is null, and sp raises an error saying 'NTLogin is null' then the test passes. Any other errors, then fail. Thanks Bob. No problem Bob ; ) wBob BTW I've succeeded in making this test data-driven, so it picks up ...Show All

  • learnerplates CTP6 Download Location

    We are happy to announce the availability of CTP6 of Visual Studio Team Edition for Database Professionals. Before you installing CTP6 you have to uninstall ALL previously installed CTP's. If you are using the CTP5 Patch , uninstall using the Uninstall link in your Start Program Files Microsoft Visual Studio 2005 Uninstall After that uninstall CTP5 using Add/Remove Programs Now you are ready to download and install CTP6. Please let use know what you think, -GertD "DataDude" Development Manager How many CTPs will be out to be a mature release cmf. I'm trying to download the CTP6, but the link says "The page cannot be found" from ...Show All

  • Will Merydith Error 26 while running a webtest

    Hey, I created a new solution with webtests and when I try to run the webtests, get an error Server was unable to process request. ---> An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified) I am able to run the other solutions that contain webtests that I already have used earlier without any errors. Any help is appreciated. Thanks, sp No,I am trying to run the individual webtests. No databinding involved. I am hitting the webserver on a remo ...Show All

  • ivanchain Hover popup?

    I'm wondering is it possible to create a thing where you have say a picture box and when someone hovers their mouse cursor over it a small window pops up and displays some information. Im not talking about a message box but rather like a proper looking kinda window. See my reply at http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=1192670&SiteID=1 It may be what you are looking for. I believe that you are wanting to use a tool tip. You can find this in the toolbox in VB, then you can click on your picture box and assign it a tool tip in the properties. Sorry, I nuderstood, you wanted to show some information about a picture box, not the other way around. Hi. You are ...Show All

  • Heinz Krug Data Generation - Unable to bypass circular references

    I'm trying to create a generation plan for my database but keep hitting the problem of "Table <x>: The Data Generation plan contains a circular reference. Population cannot continue". Note that I didn't design this database There are two tables, Survey and Property. Survey is many-to-one related to Property, and so has a foreign key of the PropertyId On Property there is a column called SurveyToUse which is a foreign key to Survey. Apparently there is nothing I can do to avoid the error. In theory, I should be able to deselect generation of the SurveyToUse column in Property (it's nullable), which will avoid the circular reference. Sadly this doesn't work. Is there anything I can do to get around ...Show All

  • arunvjadhav Errors loading web tests

    In developing multiple web and load tests, I am beginning to experience bizarre behaviors by Visual Studio 2005. I have about 15 web tests and wanted to make some load tests to excercise them. If I add the web tests to a List in the Test Manager, and then add the tests from that list to a load test, everything seems fine. Until I close the solution and re-open it. On load I'm getting seemingly random errors saying: "In attempting to Load Login from Login.webtest, it was determined that a test with the same ID named Login in Login.webtest already exists. What should be done with the test already loaded " (Replace / Keep / Abort) This is obviously a less then helpful error message. If I hit replace, the test will be check ...Show All

  • Enigma_Mr_E Can C# create MMORPGs or online applications?

    Im a newbie on the forums, forgive me if i already voilated any rules already but i'd need an answer about C#. I am currently wanting to design an MMORPG application that can handle Multiple connections from many comupter, and pretty much everything a RPG requires or has such as skills, partys, etc.The MMORPG would be a 2-D flat sytle game, such as an old Mario game, running left to right, climbing up and down .Also is C# really the program to handle this type of project, if not, what other program can i use to build my MMORPG project ~Thanks Thanks for the infomation, but i also forgot to list some details. Umm for some of the ...Show All

  • NessDan link requirements and tasks

    hi, i created a "MSF for CMMI Process Improvement" project. in this project i created a requirement to manage the requirements for the project. but i do not find anything, to link the requirement with a task. is this possible in tfs it would really hurt if it is not possible. edit: i found the possibility to add a work item to a task. "add related work item" . there i can choose "requirement". but if i choose "requirement" i can just add a new requirement and not an existing one. in our project development we have requirements (mostly defined by the customer) and then we have a number of tasks which are allocated to a requirement. we use an access database to manage these requirements. and now we want to use tfs to do this. but how edit2: ...Show All

  • YMaod Team Build Fails when Passing Types as Parameters

    When our developers build the solution on their workstations the build completes just fine. However, when a build is performed on the build server there are errors. This typically involves places where attributes are added to methods. The type that is being passed as a parameter is part of the same solution and the project has a valid reference. All project references are standard copy local=false and nothing needs to be installed to the GAC. [XmlArrayItem(Type = typeof(TypeSerializer))] public List < Type > JournaledTypes     Debug.txt from Build Server (None of these errors occur on the developer machines) Solution: Sodexho.sln, Project: SetupHelper.csproj, Compilation errors and warnings Setup ...Show All

  • DotNetDave CTP6 bug: Faulty syntax in .sql file (split from another thread)

    I have tonns of SET QUOTED_IDENTIFIER OFF SET QUOTED_IDENTIFIER ON SET ANSI_NULLS ON SET ANSI_NULLS OFF in ScriptsIgnoredOnImport.sql Yes this is by design in V1 in that we do not support importing the SET options for an object in the importing of scripts/schema. Therefore when we see these in the import, we direct those DDL statements to the ScriptsIgnoredOnImport mairead PM, TS Data ...Show All

  • Lightening Link errors : InterlockedBitTestAndComplement, MemoryBarrier, RtlSecureZeroMemory

    Well, I rarely ever post for help but I am at a complete loss, and am not sure if anyone can really even help with this problem. Anyways, here it goes: I have written a ruby extension which compiles and runs fine on Mac OS X and several *nix systems. I have been working on porting it to a windows system. It currently compiles fine, but completely craps out on the linking stage. Here is a paste of what happens: (using Visual Studio Express command line tools) Compilation: straightforward, no issues, but here it is anyways: [code] Z:\rubysound\ext\rubysound>nmake Microsoft (R) Program Maintenance Utility Version 8.00.50727.42 Copyright (C) Microsoft Corporation. All rights reserved. cl -nologo -I"C:/Program Files/FMOD SoundSystem/FM ...Show All

  • Bdenison CTP5 - Linked Server Problem

    After importing a schema I am getting errors saying I need to add a particular server as a linked server. I have done this but I am still getting errors. Am I correct that I needed to add this linked server on my local laptop (the machine containing my DB Professional project) I've done this but cannot get rid of my errors. Thanks for your help - Amos. Am I correct in assuming then that I cannot use CTP5 for any project containing linked servers Amos. This is a known problem in todays build, since we do not track dependencies beyond the project (user database), we do not have a solution yet, but we are working on how to best handle the use of linked server, 3 and ...Show All

  • HMote Visual C# Express and reporting services

    Hi, how Can I insert report in Visual C# Express In Visual Web Dev I find the Report Viewever object but in Visual C# Express I can't find this object! The retail version lets you insert a Report into the project... ...Show All

  • Tom O forms in forms

    what would i write to call a module or a proceduee from another module or procedure  if i had a sub yourname   in a classs mainprog  and yourrname  gives me two options via buttons, oe button is addname, what do i write in yourname to send the program to addname. i have tried addname() call addname() and i get constant errors surly there is a simply code to call a sub from a sub they are all set to public so that was not the answer.  to show the form you use the addname.show which will show the form, but i want to send the program to various places to do something.   yes it would in this case. So you can have a form with a button like " ...Show All

101112131415161718192021222324252627

©2008 Software Development Network

powered by phorum