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

Software Development Network >> VS Team System

VS Team System

New Question

n mi Upgrade database to specified version in automated build task
Error: Shortcut Activation Over Network is not Allowed
CA1807: Either false positive or need code help
explanation of fix category, level and certainty?
Progress bar
How do I remove a color from a Bitmap (while creating it)?
HELP! HELP! HELP!
TFS Build - next version?
Executing a system command
Trying to create an object and use it.

Top Answerers

dean2006
Sniper167
vhhughes
gokce
matzilla
David Mc Quillan
waterking
NemanjaTheLost
AlexBB
not_a_programmer
PSPworld
Only Title

Answer Questions

  • Rodolfo Navarro Soapsuds tool not present in the installation of Framework v2.0(Visual C# Express Edition)

    The Soapsuds tool (soapsuds.exe) is not present in my installation of Framework v2.0, Visual C# Express Edition .(Did a reinstallation of Framework with no result!). Other tools like sn.exe,wsdl.exe are present though! Is it avaliable as separate download Thanks. Looks like it is available in the .NET SDK , I've got it in the SDK\V2.0\Bin folder (Prof edition). Thanks,installed the SDK.Its present in it. ...Show All

  • bevis61 Regarding MSBuild

    Is there a way in build script to run unit tests only in debug mode Thats ok. Thank you for the posting. My issue got solved somehow.thank you for the postings. Dinesh - perhaps you are referring to the "Debug tests" option that you can see in the IDE where you can step through your tests while they execute. Do you want to run tests in this debug mode while doing automatic build through Team Build If yes, I don't think this is possible since this option is only available if you run tests from the IDE, not through a service as is the case with Team Build. (( Moved to Team Build forum )) Dinesh, Are you still looking for help with this issue -Matt Hi Luis I am referring to Team Build wit ...Show All

  • ray_newbie_SSIS VB.net Adding columns values for all rows

    Hi, Can someone help me out I need to add, for all rows in a DataSet, the values of one specific column . I'm using TableAdapter querys. Can anyone help me Regards, Pedro do you mean add as in calculation if so sure... Dim result as object = theDataSet.Tables(0).Compute("Sum( FieldName )", String.Empty) does this work for you not sure what you mean. the TableAdapter will fill a dataset/datatable with data and from this you need to calculate the values Hi, Besides Fill method, I can create new querys. With a new query, I can use SQL statements to achieve what I need (add ). I don't know how the sintax for this SQL need... ...Show All

  • AirpowerDavid Can't download Visual C++ Express

    Hey everyone (and thanks for your help in advance), I really want to get Visual C++ Express, but can't download it - whenever I click on the link to download it, my computer can never detect download.microsoft.com; for that matter, I've tried downloading other files from MSDN, but they don't work either. Can anyone help me with this and tell me what might be going on Thanks in advance, greywolfexcel Not sure but maybe the download troubleshooting guide will give a few ideas what it might be http://msdn.microsoft.com/vstudio/express/support/troubleshooting/ Does it work today If so, I'm guessing there was some problem with our servers. John ...Show All

  • Vlad Bezden Inserting/Up loading Pictures

    Todays problem - I'm new but having fun. I'm building an employee database, I want the employee's picture on the database. Which input box would be better to use or should I say easier. The picturebox or richtextbox. Now here the truely big question, how do I get or code these boxes to find the pictures on my computer, stored in Mypicture file and uploaded. To big a job for this beginner, I'm using VB2005 Express , Any help is always appreciate. Thanks, Wildwylie Thanks DMan1, You are the Man, or If you a girl the Wo-men, Great information, again thank so much, I not sure I understand it all, will study and let you know how I do. Thanks again, Wildwylie Thanks Ahmedilyas, Lots of information, not sure I understand ...Show All

  • Ramesh_Kumar_02a072 Visual Web Developer 2005 Example Code?

    I just downloaded Visual Web Developer 2005 , and I want to learn more about the features of it with example code. Is there a place that has a list of example code that I can use to learn more about Visual Web Developer 2005's features (Like something similar to W3Schools' ASP.NET Examples at http://www.w3schools.com/aspnet/aspnet_examples.asp.) Thanks for any help. http://forums.asp.net would be the forum to post all your ASP.NET/VWD question to www.ASP.NET would be a website having some sample code snippets and articles and starter kits http://msdn.microsoft.com/vstudio/express/vwd/starterkit/ Great. Thanks for the information. I really appreciate it! ...Show All

  • Boris Zakharin App Server install: User account problem

    I am trying to install TFS in dual server mode and I've had no end of problems! We have set up the TFS service accounts: SVC_TFS and SVC_TFS_REPORT We have used these accounts successfully on a number of test machines, but as soon as we tried to put it on our production machine, we have had no end of problems: Database server install would not work... seemingly could not connect to the SQL Server 2005 database. This is a default instance as per the installation pre-requisites. However, we did get it working by restoring from one of the previous instances. Now, during the app server installation, when we enter the credentials for the service accounts we get the following error message: The account name is not valid or does n ...Show All

  • Cla82 How to generate code in c# for a webtest

    Hi, I have recorded a webtest in VSTS and generated code for it. Unfortunately, it generated code in VB but I am only familiar with c#. Is there any setting that I need to change to generate code in c#. Thanks. Hello vasudupe, You need to create a VB test project first. To create a VB test project, there are two ways: you could either set your default test project type as Visual Basic test project (open menu Tools -> Options, select Test Tools -> Test Project) or create a VB test project explicitly when you add/create a new project in (Add) New Project dialog. Select Test node under Visual Basic node inside the Project types pane. After the VB test project is created, the co ...Show All

  • SneakerXZ Can any one give a way

    Hi all I need help to read a word document.The problem is not to use a COM component or third party software. Can any one provide a solution for this regards keshav well without using the interop approach I don't see how you can read a word document since its in a special format for word to understand really. You can read/write to RTF files using the RichTextBox control but not word documents. Another way would be to launch that word document as a process so it launches it in MS Word: System.Diagnostics.Process.Start("path\\myfile.doc"); With the advent of Office 2007 I think this will become easier. Until then you're probably stuck with interoping with COM. ...Show All

  • Walter Luszczyk Error spawning 'cmd.exe'

      When I compiled the project, there was an error,----Error spawning 'cmd.exe'.   Why I'm getting this same problem too. Because I have the Professional version of VS 2005, maybe this is not the right forum to post, but my problem is that I can't find the following: Projects and Solutions -> VC++ Directories page This option is only in the express version Projects and Solutions are there, but not the directories area. Is there somewhere else that I can enter this data Or is there another solution to getting past this error -- It seems to happen at the end of the build when it tries to embed the manifest information. Thanks For Visual Studio 2008, it's tools->option->Pr ...Show All

  • TopperDEL Unit Tests and Integration Tests - Different Projects?

    I'm wondering if there are any general preferences towards seperate projects for unit tests and integration tests. Right now they are mixed in the same project but there is no easy distinction between a unit test and a integration test. One suggestion I have for the future is a ctro overload for TestClass() attribute that allows you to type the test type, which you can then filter/sort on in the Test View window. Currently, both integration tests and unit tests appears as unit tests, and I can't find a easy way to filter/group the different types. Why am I asking this question Unit tests should be run all the time during development and should be lightning quick, integration tests should be run once in a while and before check ...Show All

  • Leonid B startup and Settings

    Ok, I'm creating a program that saves your settings, when you enter them. the Problem Im having is loading the saved settings on startup. EX: Imports Microsoft.Win32 Public Class Form1 Dim rk As RegistryKey = Registry.CurrentUser Dim myKey As RegistryKey Private Sub Form1_Load( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase .Load myKey = rk.OpenSubKey( "Software\Microsoft\Windows\CurrentVersion\Run" , True ) myKey.SetValue( "GRRTEST" , System.IO.Directory.GetCurrentDirectory.ToString & "\GRRTEST.exe" ) My .Settings.Reload() Me .Refresh() txt1.Text = My .Settings.Set1 txt2.Text = My .Settings.Set2 txt3.Text ...Show All

  • VuaCorona naming variables as control

    hi i have 5 textboxes grid1, grid2, grid3, grid4, grid5 I can change the colour of grid 1 as follows ----------- Private Sub Button1_Click( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim g As Control Dim a As Integer a = 5 g = Grid1 g.BackColor = Color.Red End Sub -------------- my question is how can i set g to "grid whatever a is" (e.g i take a as an input from 1 to 5 and turn that box red) i tried g= "grid" +str(a) but no joy with that many thanks - i only downloaded VB express today and am trying to adapt my limited programming knowledge Use CType, TryCast, or DirectCa ...Show All

  • SavasCilve .net 1.1 fxcop

    Hello, Is it still possible to download a version of FxCop which works with the .net 1.1 runtime I know that version 1.35 is able to analyze assemblies compiled against all versions of the .NET Runtime however we do not have/want to install .net 2.0 which version 1.35 requires to run, onto our build machine. Thanks, Andy Andrew, See the following blog for reasons to why we no longer make FxCop 1.32 (which ran on .NET 1.1) available: FAQ: Why is FxCop 1.32 not available for download What's the reason that you don't want to install .NET 2.0 Regards David By default, IIS will actually use .NET 1.1. If on IIS 5, you can simply change this by viewing the properties of the A ...Show All

  • Chris Marts Compuware & VSTS

    Please can someone confirm the benefits of haing the Compuware Test partner tool as well as the VSTS test suite having scanned through the posts here all I can find is that VSTS does not support UI very well. Alongside this are there not problems with the recognition of Java bits as well (forgive my tech. speak there - I'm just a mere tester). Thanks Dave Hi Dave, I cannot answer for every group at Microsoft (because I don't know the answer), but I can answer for my team, Visual Studio Team System edition for Testers; we use the tools that we shipped for our customers, and we use our own libraries for UI testing. Thanks, David Gorena Elizondo [MSFT] VSTS ...Show All

434445464748495051525354555657585960

©2008 Software Development Network

powered by phorum