Re: Looking for creating windows service application

  • From: "RicksPlace" <ofbgmail@xxxxxxxxx>
  • To: <programmingblind@xxxxxxxxxxxxx>
  • Date: Sun, 15 May 2011 19:14:20 -0400

Very Nice Job!
Rick USA
  ----- Original Message ----- 
  From: Mesut 
  To: programmingblind@xxxxxxxxxxxxx 
  Sent: Sunday, May 15, 2011 10:38 AM
  Subject: Re: Looking for creating windows service application


  Ok I succeeded
    ----- Original Message ----- 
    From: RicksPlace 
    To: programmingblind@xxxxxxxxxxxxx 
    Sent: Sunday, May 15, 2011 4:05 PM
    Subject: Re: Looking for creating windows service application


    Hi: First, the correct object you are searching for is InstallUtil.exe, not 
InstallUtile 
    I found a bunch of articles and posted the links to 2 of them below:
    The search was:
    BeginSearchString:
    InstallUtil.exe Windows Service
    EndSearchstring:
    MSDN Document on InstallUtil.exe for FrameWork 3.5:
    http://msdn.microsoft.com/en-us/library/50614e95(v=VS.90).aspx
    using InstallUtil   to install Windows Service Passing Parameters:
    http://www.codeproject.com/KB/dotnet/Windows_Service_Installer.aspx
    I have never used this tool so can only point you to more information on 
using it.
    Rick USA

      ----- Original Message ----- 
      From: Mesut 
      To: programmingblind@xxxxxxxxxxxxx 
      Sent: Sunday, May 15, 2011 7:42 AM
      Subject: Re: Looking for creating windows service application


      Excuse me, can you tell me how InstallUtile is run. with command line, I 
couldn't.
        ----- Original Message ----- 
        From: RicksPlace 
        To: programmingblind@xxxxxxxxxxxxx 
        Sent: Sunday, May 15, 2011 2:29 AM
        Subject: Re: Looking for creating windows service application


        Hi: I found quite a few articles. I read through some but did not see a 
totally beginner level article with a comprehensive step by step walkthrough. 
That said there are some that are very close to what you describe. Rather than 
copying and pasting a bunch of urls here is the google query string which 
pulled up the best results geared for what you are looking for:
        BeginSearchString:
        windows service SqlDependency sql server 2008 querynotifications
        EndSearchString:
        Note the 2008 is for the Visual Studio version but there is references 
to sql server 2005 as the first implementation of the Notification service. I 
am not sure about when The SqlDependency   technicals came into play but I 
think I read they were also valid in 2005 DataBases as well as 2008 and I think 
R2.
        I think if you  spend some time reading the resulting articles you will 
get a good feel for how to set up your project and the technicals involved 
along with further research leading to some close step by step tutorials.
        This project is too complex for me to dig deeplly into them since I am 
tied up with some xml and Screen Reader scripting work just now.
        If you have more questions I will see if I can do more to help out.
        Rick USA
          ----- Original Message ----- 
          From: Mesut 
          To: programmingblind@xxxxxxxxxxxxx 
          Sent: Saturday, May 14, 2011 5:43 AM
          Subject: Re: Looking for creating windows service application


          I'm using CSharp, With windows service, I aim  to develop a program 
that looks into database, if there is a new row, will inform me with a balloon.
            ----- Original Message ----- 
            From: RicksPlace 
            To: programmingblind@xxxxxxxxxxxxx 
            Sent: Saturday, May 14, 2011 11:47 AM
            Subject: Re: Looking for creating windows service application


            OK, What are you trying to do with the service and what language 
are you most familiar with?Knowing this I can google to see if I can find an 
article close to what you are trying to do.
            Rick USA

              ----- Original Message ----- 
              From: Mesut 
              To: programmingblind@xxxxxxxxxxxxx 
              Sent: Saturday, May 14, 2011 3:22 AM
              Subject: Re: Looking for creating windows service application


              I'm using the full addition of visual studio. I've windows 
service and their installer templets. 
                ----- Original Message ----- 
                From: RicksPlace 
                To: programmingblind@xxxxxxxxxxxxx 
                Sent: Saturday, May 14, 2011 12:02 AM
                Subject: Re: Looking for creating windows service application


                Hi: First, if you are running any version of Visual at the 
Standard or blow versions I don't think you have a template in the IDE to 
create a WindowsService Project. That said, you could possible download and 
install the templates and try and go from there. If you have the templates, you 
have VS Standard or above, there are several articles i found Googling besides 
the MSDN Walkthrough. I have not built a Windows Service although I did build a 
couple of apps that ran for some time and I used the BackGroundWorker to run it 
in the background. Anyway, first step would be to ensure you are running the 
correct version of Visual Studio so you have the Templates and necessary other 
tools if required.
                Rick USA
                  ----- Original Message ----- 
                  From: Mesut 
                  To: programmingblind@xxxxxxxxxxxxx 
                  Sent: Friday, May 13, 2011 2:42 PM
                  Subject: Re: Looking for creating windows service application


                  Yes you are right. But I've read the article "walkthrough 
creating windows service application" of .net development and I haven't 
understood properly. I'm looking for a detailed article.
                    ----- Original Message ----- 
                    From: Katherine Moss 
                    To: programmingblind@xxxxxxxxxxxxx 
                    Sent: Friday, May 13, 2011 8:54 PM
                    Subject: RE: Looking for creating windows service 
application


                    You mean you want to create a Windows service?  I'm sure 
that MS documentation has it.  

                     

                    From: programmingblind-bounce@xxxxxxxxxxxxx 
[mailto:programmingblind-bounce@xxxxxxxxxxxxx] On Behalf Of Mesut
                    Sent: Friday, May 13, 2011 1:53 PM
                    To: programmingblind@xxxxxxxxxxxxx
                    Subject: Looking for creating windows service application

                     

                    Hi all

                    Wherever I looked, I couldn't find a satisfying result. If 
you have, can you send me a document, e-book etc. about it, but detailed.

                    Thanks for all

Other related posts: