Software Development Network Logo
  • Visual C#
  • Windows Forms
  • SQL Server
  • Windows Live
  • Visual Studio
  • Windows Vista
  • Visual FoxPro
  • Game Technologies
  • VS Team System
  • Smart Device
  • Visual C++
  • Visual Basic
  • Architecture
  • VS Express Editions
  • Microsoft ISV

Software Development Network >> David Hale - MSFT's Q&A profile

David Hale - MSFT

Member List

Panos Edessa
Adam Plocher
David Notario
muelle60
blazey
Zygimantas
dd1000
keoki
Carlos Marín
Vignesh_dev
Henry He
dfeng
Mark Storen
Gomathi Sarma
808
John V
kjaghblb
RChen713
betona
Yingshen
Only Title

David Hale - MSFT's Q&A profile

  • .NET Development passing Streams to a MarshalByRef object method

    I have a class that implements the following psuedo-code: public MyStreamReadWrite : MarshalByRefObject { public void ReadWrite(Stream inStream, Stream outStream); } I am hosting this class as a server-activated, SingleCall, object, listening on a Tcp channel. I want clients to be able to invoke the ReadWrite method on the server and pass open streams to files located on the client. I have made this work by doing the following: register a client (for MyStreamReadWrite) and service (for Stream) in the client app, both communicate via TCP on different ports. register a client (for Stream) and service (for MyStreamReadW ...Show All

  • Windows Forms Master-Detail Comobox Databinding woes!

    Hi, Im having a problem with a master-detail pair of comboboxes that are bound to a dataset. Let me explain further.... the master combobox allows a user to select a city the detail combobox then displays all suburbs within that city and the user should select one of those. both of these combo's are bound to a single dataset containing the city and suburb tables which have a datarelation. this works fine the thing which has me stumped is that I bind the selectedvalue with the field in another dataset's table(Policyholder) but it seems to not work correctly the binding seems unsynchronized. when navigating amongst different policyholders the ...Show All

  • Visual Studio Team System Newbye question

    Hi, i want to know where can i start learning about MSF For Agile Development, there are resources as WebCasts, or maybe a book (Introducing series). Thanks for helpme and squeeze my english (i'm colombian). There is an official Microsoft Course that will be of use to you: Course 2710B - Analysing Requirements and Microsoft .NET Solution Architectures. Cheers. ...Show All

  • Software Development for Windows Vista TransactionInDoubtException

    Source: System.Transactions.TransactionInDoubtException: mscorlib Text: The transaction is in doubt I'm getting the following error is a very specific circumstance and I don't understand why. I've got a single unavoidably long running transaction (~90mins) that I run from a .net component against a SQL Server 2000 database. If I invoke my component from MMC.exe (COM based root) I'll often (eventually) get the above error message. However, if I invoke the component from a .net based root application it always seems to run without a problem. Any ideas pkr2000, Can you give us some more information about your applicatio ...Show All

  • Windows Forms Thread Question

    Hi folks, I've written a small app that processes a list of files in a copy operation. I put the function to do this into a thread so the GUI of my Form wouldn't freeze up during a copy operation. It all works well except that I need to figure out how to signal the GUI thread to update it contents based on the progress of the copy operation - it displays a progress bar and a filename filed that indicates the file it's currently copying. It doesn't need to do updates during a file-copy, just between files (it's ok if there are no updates when copying a large file). How can I get the file info to the GUI Thread so it can update its controls ...Show All

  • SQL Server How Do I Start New SQL Server 2005 Database?

    I just installed SQl Server 2005 on my Windows XP Pro system. But I can't figure out how to start the Database Engine. In the MS SQL Server Management Studio I see one Database Engine, but not SQL Servers. If I do "Update Local Server Registration" nothing happens. If I do right-click "New Server Registration" I get a databse icon with a white open circle. If I the try "right-click, Connect, Object Explorer" I get "An error has occurred while establishing a connection to the server...". All this time the right Summary pane is showing "No Server Connection." The tutorials are no help and do ...Show All

  • Visual Studio Team System July CTP install of VSTS - Source Control Plug in Missing, Team Explorer missing

    Hi everyone, I recently upgraded from the June CTP of VS2005 to the July CTP, both are the Team Suite edition. Now in my new installation, everything works, but there is no Team Explorer window, I cannot connect to a TFS server, and when I look for Source Control plug-in's, nothing is listed. I can't find any evidence of Team System. I verified over and over in the control panel that I do in fact have the Team Suite edition installed. Any ideas on what could have caused this The installation didn't report any problems. Thanks, Ryan You'll need beta 3, which was released yesterday and is in the process of making its way onto MSDN.   ...Show All

  • Windows Forms Making a .net Grid

    Hi , im currently designing the architecture of my coming grid for .net and i just want to ask all of you what grid (for .net or whatever) that you think is the best and easiest to use my current implementation is beginning to resemble the infragistics ultrawingrid ,  but if any of you have any suggestions or would like to beta test the grid ...Show All

  • Visual Studio Local help not available in VS2005 TS RC; please help.

    I am having a (for me) the serious problem that the local help in VS2005 does not display any .NET content. Using VS2005 TS RC1, but the same happend before with VS2005 b2. - only Help on Help and Refactor show up in the index. - dynamic help and F1 help with standard VB code give no results - in Tools, Options, Environment, Help, I have 'try local only' - I cannot use online help, because it's way too slow for me here I suspect that somewhere in some settings or registry the URL to the integration of the VS2005 MSDN help is broken. The stand-alone MSDN library 2005 works fine using the url ms-help://MS.MSDNQTR.v80.en/dnmsdn2/html/msd ...Show All

  • Visual Basic replace listbox item

    Help, I can't figure out how to replace an item a listbox.  I can delete the selected item and add the nw item but there has to be a better way Thanks  Something along these lines may help as it it will allow you to replace Full exact match items or partial matches in items and chnage either just the first occurence or all occurences. As its searching for string matches in the list and not specific index positions your unlikely to generate an exception if trying to reference a specific item in the list which doesn't exist. Function ReplaceListBoxItems( ByRef ListBox As ListBox, ByVal ...Show All

  • Visual C# Math

    Ok. I know this isnt a math class, but I have some questions about the Math Classes in C#. For example, lets say I have 3 numbers. Each can be 0-10. How would I be able to LIST all the combiniations of that. Can someone please help me out There's nothin inherent to the Math namespace to do what you want. do you want all combinations of the 3 specific numbers, or all the combinations of 3 numbers in the range 0-10 ...Show All

  • Visual C++ GUI using VC++

    Hi all, I am very very very new to this field. I am making a GUI for an executable file that runs in DOS Shell (or command prompt) using Windows Forms Application of Visual Studio using VC++. The exe has many flags with it where the user can give his own inputs. i am able to run the .exe using WinExec though with default arguments, what I need to do is to take the inputs from the user and then pass it to exe. how do i do this I tried using scanf but doesnt work... i know my question may be very very simple...but please help !!!! Place the flags (command line options) behind the exe name. ...Show All

  • Smart Device Development VS Studio 2005 but no CF 2.0?

    Hi all, This might sound like a stupid question, but I have installed VS Studio 2005 and when I try to create a project using the cf it only gives me 1.0 (not 2.0) Do I have to install 2.0 seperately, or am I just an idiot :) Hope someone can help me. Thanks in advance, Grant. Project types without version are 2.0. If you trying to create SP 2003 project, V1 is the only option as NETCF V2 does not support SP 2003. ...Show All

  • SQL Server My SSIS Presentation.

    I was demonstrating some of SSIS's capabilities to our Software Development Manager and VP of IS. (We are deciding which ETL tool to use for our DW project. So goes this project goes the house).They liked what they saw and were crazy over Fuzzy lookup but commented that SSIS seems very much oriented toward the programmer side of the house. It was, maybe, not the best tool for the Business analysts who are working closely with us on this project. Any comments on their comment I wonder if SSIS "data source views" (which I haven't looked at at all) address their concerns Barkingdog SSIS ...Show All

  • SQL Server Database connections

    Hi all, I am fairly new to mobile development and im trying to write a simple application that can read, write from a SQL Server Mobile Database and load data into a list view. The problem im having is trying to find examples on how to do this and i cant seem to get many of the ones i find to work properly. Im still use to recordsets and adodb and if anyone has any examples on how to do this that would be great. Also, would it possible if someone could explain this code to me as well   Dim conn As SqlCeConnection = Nothing Dim cmd As SqlCeCommand = Nothing Dim rdr As SqlCeDataReader = Nothing Try ' Open the connection an ...Show All

©2008 Software Development Network