|
-
July 20th, 2009, 02:22 PM
#2
Re: Exposing C# types from a windows service
I doubt if that can be done. I would ideally not put any types within the Windows Service. I would create a separate Layer that will hold these classes. A Class Library is a better option and this can be accessed from any type of Client (Win Forms, Web Forms, another Service, etc)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|