Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. dpursifull

    Starting a service once you've installed it

    Hi, I've created a service in .Net and installed it on my local machine successfully. Whenever I open up the services and attempt to start it I get the following error: "The service did not respond to the start or control request in a timely fashion." Then of course it does not...
  2. dpursifull

    Threads

    Can someone explain what a thread is and what it does? Thanks, Dena
  3. dpursifull

    How to set up an executable to be downloaded from a website

    I am in the planning process of building and executable that clients will download from our website. This is the first time I have attempted to do anything of this nature. So what I'm looking for now is a bit of advice on how this is done. Since I'm starting from 0 all advice is appreciated...
  4. dpursifull

    I'm attempting to pass a GUID to a

    Sorry I generally create my sql statement using the Text.Stringbuilder object and then the SQLDataReader to read it. Anyhow, I looked into the SqlDataAdapter in the MSDN Library and found some sample code. Hopefully this will give you some ideas if you haven't already found this example...
  5. dpursifull

    I'm attempting to pass a GUID to a

    Actually here's what I would suggest: Dim gExamID as new Guid("B80D56EC-5899-459d-83B4-1AE0BB8418E4") sql = "INSERT INTO Table (gExamID) Values('" & gExamID.toString & "')" Just just using the toString will work. Hopefully this helps.
  6. dpursifull

    XMLTextReader

    Hello, I am attempting to use the XMLTextReader to read a stream. I keep getting the error "The root element is missing." However, I can physically see the root element and know it's not missing. This error occurs at the reader.MoveToContent() line. Has anyone encountered this...
  7. dpursifull

    XmlTextWriter

    I am attempting to generate some XML using the XmlTextWriter object for the first time and was wondering how I populate the value of an element. I have looked through all of the different methods associated with this object in the MSDN library and can't quite figure out which one it is. I...

Part and Inventory Search

Back
Top