Hi,
I am developing a windows service which uses the FileSystemWatch er to poll a known location for the arrival of files. Upon arrival the files are parsed, each line being converted to a new transaction object (class developed internal to the windows service). Upon iterating to the end of the file, I want to raise an event from the transaction object class up to the windows service. When I use the objects in a windows app, the event is raised and consumed correctly. Upon porting it to the windows service, the event is no longer firing. I realize that this may not have the level of detail needed to get an answer, but I need to begin a discussion somewhere.
Thank you in advance for any help you can offer.
I am developing a windows service which uses the FileSystemWatch er to poll a known location for the arrival of files. Upon arrival the files are parsed, each line being converted to a new transaction object (class developed internal to the windows service). Upon iterating to the end of the file, I want to raise an event from the transaction object class up to the windows service. When I use the objects in a windows app, the event is raised and consumed correctly. Upon porting it to the windows service, the event is no longer firing. I realize that this may not have the level of detail needed to get an answer, but I need to begin a discussion somewhere.
Thank you in advance for any help you can offer.
Comment