I am taking my first stab at writing an application in C#.
My App is designed to watch a folder and report any created deleted or modified files.
I created a simple form where changes are wrtiiten to a textbox, and concequently to a log file. I used the FileSystemWatcher Object, and wrtie to the text box and log file on the change events.
This application runs fine on my XP machine, but fails to even launch on my 2003 server. I tried just a normal form on my 2003 server and it ran fine. Anything that could point me in the right direction would be great.
Thanks