Results 1 to 4 of 4

Thread: Is it possible to create a service with visual basic express 2005

  1. #1

    Thread Starter
    Addicted Member Lectere's Avatar
    Join Date
    Mar 2007
    Location
    The Netherlands
    Posts
    222

    Is it possible to create a service with visual basic express 2005

    I've found some sites on how to create a 'service' in visual studio, it starts with 'create new project' and select 'service'.

    here; http://www.developerfusion.co.uk/show/3441/2/

    But in visual studio express there are not many options to choose from, a 'service' is not there.

    So, is it possible to create a service with visual basic express 2005?

    Thanks in advance!

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

    Re: Is it possible to create a service with visual basic express 2005

    It's quite possible to create a Windows service with VB Express, but what's lacking is the project template to do the ground work for you. You can create your own project templates or import other existing templates. You could start with a blank project, set up the basic classes and the like and then export that as a template to be used again later. Alternatively you could download one that someone else created that way.

    http://www.google.com/custom?cx=0022...nel=1972798655
    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

  3. #3

    Thread Starter
    Addicted Member Lectere's Avatar
    Join Date
    Mar 2007
    Location
    The Netherlands
    Posts
    222

    Re: Is it possible to create a service with visual basic express 2005

    Jmchillhinney

    Once again: thanks a lot!,

    So if I understand it correctly, I could use the templete from a full version of visual studio?

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

    Re: Is it possible to create a service with visual basic express 2005

    Quite possibly so. The file would be 'C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\ProjectTemplates\VisualBasic\Windows\1033\WindowsService.zip' and you'd copy it to '[My Documents]\Visual Studio 2005\Templates\ProjectTemplates\Visual Basic', assuming everything is in its default location.
    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