Using a Reference in a Service

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Derek Martin

    Using a Reference in a Service

    I am creating a windows service and have added a reference to a DLL project
    that I have created. That DLL file is correctly referenced in both a
    windows app and a web app, all in the same solution, so I thought I could do
    the same for a service project. However, after successfully adding the
    reference and making sure the namespaces were correct, I cannot see any of
    my public methods and functions from the DLL file.

    Is there anything special that must be done to permit reference members to
    be seen in a function? Thanks so much!

    Derek

    --
    Derek Martin
    593074


Working...