After receiving several DCOM error in Event Viewer about permission on various object I decided to amend the Launch and Activation Permissions of the Key in question. I this case it was IIS Admin Service with the Key {A9E69610-B80D-11D0-B9B9-00A0C922E750} and IIS WAMREG admin Service with the key {61738644-F196-11D0-9953-00C04FD919C1}. However, when I tried to amend I [...]
Archive for the ‘Windows’ Category
FileSystemWatcher on a UNC path throws and Exception when trying to move a file
Posted: 25th August 2010 in General, WindowsAfter creating a windows service, to move a file from one UNC path to another using a FileSystemWatcher, which, in turn, monitors a UNC path of an FTP folder for a new file, I received an unexpected error. I wired up the FileSystemWatcher’s OnCreated event to monitor for the new file. However, when the event [...]