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...