Tuesday, January 25, 2011

For general discussion and problems

Please write your problems/questions about semester projects below in comments section.

Wednesday, January 19, 2011

For UIIT Students

Please note that on Tuesday 25, Jan 2011 we will have semester project presentations and demos will be held on Thursday, Jan 27, 2011.

Also take some time to rate visual programming course.

For any queries use the comments below.

Thanks and Regards,
Asim Israr

Tuesday, July 22, 2008

FileSystemWatcher and FTP Folder

I've a windows service application that monitors XML files creation in an FTP folder (ftp server), I'm using FileSystemWatcher(FSW) (C#) object, it works fine mostly but sometimes its Created (fsw_Created()) event is not raised (throwing no exceptions). So I miss those file for further processing until I restarts the service and FSW picks up missing files again.



Any help/ideas to resolve the issue.



Thanks and Regards