CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: Windows Service

  1. #1
    Join Date
    Jun 2010
    Posts
    56

    Windows Service

    I am looking into writing a program as a service using C#. In the past I did some research and found there are some limitations to writing a windows service using the Express version of visual studio. Are there limitations to the classes or the compiler if I do attempt to write a program as a service?

  2. #2
    Arjay's Avatar
    Arjay is offline Moderator / EX MS MVP Power Poster
    Join Date
    Aug 2004
    Posts
    13,490

    Re: Windows Service

    Quote Originally Posted by user612345 View Post
    I am looking into writing a program as a service using C#. In the past I did some research and found there are some limitations to writing a windows service using the Express version of visual studio. Are there limitations to the classes or the compiler if I do attempt to write a program as a service?
    Does the Express version not let you create a new Windows Service project?

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

Featured