I built a windows service on my local machine. when I install and run it locally it works perfectly fine. When I try to move it to my production machine I get a null reference exception error.
I've created an installation package that also works perfectly fine on my machine, but when i run it on the production machine the service still fails.
The service references a .dll that in turn has references to 3 other dlls. when i build the project it pulls all of the dlls into the debug folder for the project... I've even installed the service from that folder and it works localy on my machine.
I know this has to have something to do with the references, but this is beyond me. Any tips/hints would be appreciated.