Search results for query: *

  1. K

    There was an error loading the microsoft.web.services2 configuration section

    well i dont know what happened but this was fixed when I recreated the project.
  2. K

    There was an error loading the microsoft.web.services2 configuration section

    WSE 2.0 SP3 is really pissing me off. I cant find any information on the internet that tells me how to get this working. I am just playing with it for the moment so that I can develop a SOAP application later. Just about everything that I do gives me this error: currently I am just trying...
  3. K

    Running an exe from a .net Windows Service

    im having the same problems dude. services cant exicute processes that cant run as services themselves
  4. K

    Updating a running service

    I like the way you suggested. Im thinking of writing somethig similar for our updateing and restarting of a windows service and that is the same that I thought off.
  5. K

    Microsoft.Office.Interop

    Im trying to print a word document through my software. the program works as a normal application but when the same code is used in a windows service the service freezes at the creation of the word.application. ' this is the line that freezes the service. Dim wordApp As New...
  6. K

    Flushing sockets

    hey everyone. first post in this forum i am haveing trouble with sockets in vb.net. apparently there is this new <sarcasm>wonderful</sarcasm> thing called the nagle algorithm that holds on to your data that you send until a buffer is full of data. This is supposed to improve network...
Back
Top