T
Trevor Braun
I have a windows service that generates events when it finds certain
database information. That is, the service runs, and on a timer event, it
checks a few database tables for new records. If the new records have been
created, it generates the NewRecord event.
I would like to have a client application subscribe to the events generated
by the windows service, but when I attempt to use the service as a reference
in my VS.NET project, I get an error that says I can only reference DLL's.
Can anyone recommend a way for me to "accomplish my mission"?
Thanks,
Trevor Braun
database information. That is, the service runs, and on a timer event, it
checks a few database tables for new records. If the new records have been
created, it generates the NewRecord event.
I would like to have a client application subscribe to the events generated
by the windows service, but when I attempt to use the service as a reference
in my VS.NET project, I get an error that says I can only reference DLL's.
Can anyone recommend a way for me to "accomplish my mission"?
Thanks,
Trevor Braun