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

Software Development Network >> VS Team System

VS Team System

New Question

Single Instance System Tray App
Merge/shelve/Source Control Explorer Strangeness???
Background task (daemon)
Database Extensibility
Numeric Only Values
How Do I Give the user a choice to stop a Popup From poping up Again
"Linking projects in visual basic"
is there any way to put source location infomation of types and interfaces into pdb file while building the debug version?
verify the type VSTF exists
Virtual Server in a Production environment

Top Answerers

Klaus Hoeltgen
Cspooner
Tom Hollander
Amjath
BillR2
Rhubarb
Timeware
erikkl2000
William Bartholomew
Kim Johnson
Topix: Johnny Depp
Only Title

Answer Questions

  • Ross B. How To bind ComboBox with Two table "Complex Binding"

    i have to table the BillSale and accounts BillSale has the column BillNo AccNo DateBill and OtherColms Accounts has the Column AccNo AccName DateAdd Address TelNo MobNo and OtherColms Now I would Bind the ComboBox "CmbBxAccName" with Two tables i'm write this Code With Me.CmbBxAccName .DataBindings.Add("selectedvalue", Me.SaleOperationBindingSource, "AccNo", True) .DataSource = Me.AccountsBindingSource .DisplayMember = "AccName" .ValueMember = "AccNo" End With the message display me " cannot Bind to the new display member . parameter name :new Display member" wht's the problem palestine, You can bind a DataTable to a Combobox to display ...Show All

  • Suganya Mahadevan SP1, TF30059, TF53018, inconsistent tiers

    Hi, this is the second system that got knocked out by SP1. The SP1 really raises my blood pressure. The SP1 installation went through smoothly. No error messages. Client Side Symptoms On the client side I can access work items, reports, documents and team builds as always but get an error message when trying to access source control. The error message says: http code 503: TF30059: Fatal error while initializing web service Client Side Analysis All web services are up and running. Server Side Symptoms The app tier’s event log shows the following error entry: Event Type: Error Event Source: TFS Version Control Event Category: None Event ID: 3014 Date:  29.01.2007 Time:  10:44:19 User: ...Show All

  • TejasP Brushes.Pick-a-Color

    The program (bit of nonsense) that I have been working on is finished I just have a quick question, how can I let the user choose the color of the brush I tried dim Swimcol as Color e.Graphics.FillRectangle(Brushes. & Swimcol, Rect) but it didn't like & I tried e.Graphics.FillRectangle(Brushes.(Swimcol), Rect) but it didn't like ( So how do I give the color a variable name I will be placing this on Planet Source Code, so that maybe others will learn from it as much as I have. So if you want to see what I've been up to, I will let you know when it's posted, or if you want me to send it to you, email me. Graham Hooray Dim C As Color Dim B As New SolidBrush(C) Then just use B in ...Show All

  • Judah How to Help! (Creating a patch for my application)

    First off I use the full version of Visual Studio .NET VB 2005. Now I'm wondering how to write an application that is able to patch itself (or at least download a patch and save it somewhere to then fireup a utility program to do the actual patching). Does anyone know of some example code I could checkout or a free tool that could do this for me Thanks in advance! I believe that there is an option for having the program check/download updates somewhere in the Publishing Wizard. You might want to have your program onLoad check a XML file or text file hosted on the internet for any updates and then tell the user to download them from your website. Or have the program download them, and then also onLoad i ...Show All

  • Mohanraj_k Compiling multiple files in a single project

    Greetings! I want to compile many files in a single project using #include. For example I have this files: -main.cpp (int main) -headers.cpp (includes of standard header files) -many function files (in each file there is a function and maybe some declarations How can I link all the files together I have so many errors that my head hurts. Cheers, Pimoz I can image how many errors you are getting. In general, you can only include header files (that is, something.h files). Also note that you can have many functions and many global variables in one file. In your case (I'm just guessing what each file contains), it might be best just to put everything into the main.cpp file and remove the rest of ...Show All

  • Vlad Pitaru Unable to Add New Objects

    I'm having a problem adding new objects from Solution Explorer. When I right click on Tables and select Add New Item the Categories / Templates are blank. Therefore I can't add a table. I've tried re-installing CTP4 but to no avail. Not sure what's changed as I was able to do this before. How do I fix In CTP4 we do not allow you to add anything but a generic script type from Solution Explorer, you need to use Schema View if you want to add explicit types in CTP4. -GertD "DataDude" Development Manager I'm trying to remember if I had to go somewhere and enalbe it or it was just there when I created my first DB Project, I looked through the "View" m ...Show All

  • Kyle0654 Integrate Team Foundation Server with Visual Studio.NET 2003

    Hi, I would like to know that does Team Foundation Server Integrates with VS.NET 2003. And one more thing, does Team Foundation Server comes with Visual Studio Team System. Regards 1) Sort of. http://www.microsoft.com/downloads/details.aspx familyid=87E1FFBD-A484-4C3A-8776-D560AB1E6198&displaylang=en 2) No. While the MSSCCI Provider is what physically enables backwards or 3rd party integration, my organization would like some detail from a business/architecture perspective on MSSCCI. I realize at least some of this might be answered by looking up various links and reading a few more books (like almost anything else technical). If so, please point ...Show All

  • DanDro _LASTFOCUS exception

    Hi, When I tried to playback the recorded webtest, I got this exception. Microsoft.VisualStudio.TestTools.WebTesting.WebTestException: Context parameter '$HIDDEN1.__LASTFOCUS' not found in test context at Microsoft.VisualStudio.TestTools.WebStress.WebTestInstrumentedTransaction.UpdateBindingSites(String preBoundString) at Microsoft.VisualStudio.TestTools.WebStress.WebTestInstrumentedTransaction.PerformRequestDataBinding() at Microsoft.VisualStudio.TestTools.WebStress.WebTestInstrumentedTransaction.Execute(WebTestCaseContext testCaseContext, AsyncCallback completionCallback, Object callerState) Kindly guide what needs to be done. I know that something needs to be done on the extracting Hidden fields.,but not sure about to use pr ...Show All

  • Cyril Mathey Hour Glass Running

    I created a program with input text boxes that do calculations and place the data in the output text boxes. The hour glass by the mouse curser runs continuiously. How do I turn this off or is it normal. Thanks I did nothing to the curser. The hour glass appears when you move the curser over the form in the debug mode. If you build the project to an executable and run the program the hour glass is still there when the mouse curser is on the form. The hour glass appears constantly on any computer or laptop when the program is run with the curser on the form. The hour glass runs when the curser is on the form at all times. It does not matter if you are do ...Show All

  • Christian Hayter Error Saving Project Plan

    I am having the following irritating error when trying to save a project plan in the Development Project Plan file. Here is the scenario: - Open Team Explorer in VST2005 - Expand the Project Documents - Expand Project Management - Double-click the Development Project Plan.mpp file - Wait for a while (until the TS Icons appear ) - Add a new task to the project - Click the Publish button - Click the File > Save/Update menu function, choose the Development Project Plan from the list and click Save . it will tell you that the file is read-only would you like to overwrite the file, click Yes. The file is saved OK. - Close the Project plan and reopen it again. - Repeat the above steps. You will see tha ...Show All

  • su45937 how to rectify the problem "AssembliesShouldDeclareMinimumSecurity" that FxCop shows

    Hi, FxCop shows error " ComVisibleTypeBaseTypesShouldBeComVisible ". How could this be resolved. Thanks in advance. Hi, FxCop shows "MarkAssembliesWithComVisible" problem when my project is scanned. How could that be avoided. Thanks in advance. Hi, I receive the error " MarkAssembliesWithClsCompliant " when my project is scaned in FxCop. How to rectify this problem. Thanks in advance. Hi, I receive the error message " AbstractTypesShouldNotHaveConstructors " in FxCop. What could be done to avoid this message. Thanks in advance. Hi, I receive the error " SpecifyIFormatProvider " in my project when i scan it with FxCop, how ca ...Show All

  • gafferuk Memory Consume "vbExpress"

    Hi How can reduce memory consume of my application. It use at Minimum 30MB, i would like to reduce this value. It is possible Thanks For the most part you can't and to understand why that is and why so much memory being used I would highly suggest reading this article by Michael McIntyre or this post which has a slightly shorter explanation. Private Declare Function SetProcessWorkingSetSize Lib "kernel32.dll" ( ByVal process As IntPtr, ByVal minimumWorkingSetSize As Integer , ByVal maximumWorkingSetSize As Integer ) As Integer Public Shared Sub FlushMemory( ByVal fullMemoryFlush As Boolean ) GC.Collect() GC.WaitForPendingFinalizers() If fullMemoryFlu ...Show All

  • MarkBosley Overwrite Drop Location and keep output from project files!!

    Hi All, Is there anyway that I could by pass drop location and keep the output as I set in the project files Best Regards, Thanks for your responded Sammant. Any body know the work around PLEASE HELP!! Thanks so much for your responded Steve. You are right. I wish to have a build that output binaries to be in the folder that define in the project build configuration's output path. Here is the reason. I've a build project which multi solution files, and mix of Desktop application, web application, web service.... After the build is done, I've to run a script to create zip package for Desktop, web....etc. If I let it output to drop location, I won't have ...Show All

  • Duncan Faulkner How do I save data

    My name is Elliott Bowles and I am relativley new to programing with visual C# Express Edition. I am currently writing a simple customer tracker program which uses a table in SQL Server express. I have the program set up and everything works, except the auto-generated save button. This button, when I click it, does not save any of the data that i have changed/added. Please could someone give me some help to fix this bug. hi, i guess there is no problem in your code because you said it wizard generated code for you dataset so the problem might be that you searching for data in the wrong database, actualy you have 2 databases not one, at the top of this forum there is "answers for common question thread" there is a ...Show All

  • Cryo75 can any one give me save code which can be used in software forms?which contain combobox, Textbox etc..,

    can any one give me code for 3dgame This makes no real sense. Might I suggest that you read the following http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=227781&SiteID=1 This will enable you to provide a question in such a way that you will be more likely to get a relevent answer. ...Show All

96979899012345678910111213

©2008 Software Development Network

powered by phorum