Hi,
I am getting an access violation error c0000005 when my VB program starts. My VB program works on the development PC but when installed in another PC, the access violation error occurs.
My VB application will watch a folder for files and FTP these files to an FTP server. The application will use a timer in executing the above mentioned operation. I've tried using XceedFTP and DartFtp components but both still doesnt work. My codes are a bit too lengthy but here is a description of what happens in my application:
The application watches a folder for a certain time. When the application sees a pair of identical files (must have nearly the same filename, i.e., ctc00056.pdf & ctc00056q.pdf), these two files will be copied to a temp dir in the application directory. Afterwards, the files in the temp dir will be FTP'ed to a server. After successful FTP, an email will be sent using EasyMail SMTP dll.
What could be the problem with this application? Please advice. Thanks!
Mike Lim
SPI Technologies, Inc.
I am getting an access violation error c0000005 when my VB program starts. My VB program works on the development PC but when installed in another PC, the access violation error occurs.
My VB application will watch a folder for files and FTP these files to an FTP server. The application will use a timer in executing the above mentioned operation. I've tried using XceedFTP and DartFtp components but both still doesnt work. My codes are a bit too lengthy but here is a description of what happens in my application:
The application watches a folder for a certain time. When the application sees a pair of identical files (must have nearly the same filename, i.e., ctc00056.pdf & ctc00056q.pdf), these two files will be copied to a temp dir in the application directory. Afterwards, the files in the temp dir will be FTP'ed to a server. After successful FTP, an email will be sent using EasyMail SMTP dll.
What could be the problem with this application? Please advice. Thanks!
Mike Lim
SPI Technologies, Inc.