Results 1 to 2 of 2

Thread: a service with vb 2005 express

  1. #1

    Thread Starter
    Hyperactive Member Grunt's Avatar
    Join Date
    Oct 2004
    Location
    Las Vegas
    Posts
    499

    a service with vb 2005 express

    Do I need to install the full Visual Studio, or is there any way to do a service in 2005 express?

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: a service with vb 2005 express

    You can do anything in VB Express that you can do in VS Pro. You just might ahve to do some more of the work yourself. VB Express includes no Windows Service project template by default, but you can either create your own or else download one that someone else has made. I did the latter and now I provide the same template here for you. In Windows Explorer, navigate to your Projects folder. Now navigate up one level and then down to "Templates\ProjectTemplates\Visual Basic" and copy the attached ZIP file to that folder. DO NOT extract the files from the archive. Just copy the file as is. Now when you start a new project in VB Express you will have the option of a Windows Service. Please note that I have not used this template myself, so I cannot speak for its correctness.
    Attached Files Attached Files
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width