I'm using a FileSystemWatcher within an ASP.Net application with VB.Net code behind pages. The FileSystemWatcher resides on Server "A" and correctly captures .txt files being written to the watched folder on Server "B". However, these events are not being written in the...
I've created an asp.net application that uses vb.net code behind pages. This application runs fine on my local machine
(I have IIS installed locally for testing). However, when I place the application on the destination server and attempt to run it, I receive the error message:
"File or...
Hello all.
Using ASP.Net(VB.Code behind),I've created a FileSystemWatcher that is to reside on
Server A and monitor the activity of folder on Server B.
The application works fine with watcher.path set to C:\.
However, when I specify any other drive for the
watcher.path, I receive an error...
Good day to all.
I will try to state my question as clearly as possible.
Our organization inherited a SQL Server 2000 database that uses identity fields as the primary key for each of the tables.
We have three servers, that, for the purpose of this question I will name A, B, and C. Data from...
I'm attempting to create an ASP.Net application (using a
VB.Net code behind page)process that creates a connection
to an Excel spreadsheet and reads the contents of the
spreadsheet.
However,when the command is executed to open the
connection (cnnExcel.Open()) , I receive the following...
I created an ASP.Net application that uses Crystal Reports for .Net. I created the application in my development environment, and it works great. However, when I moved the application to the production server, and the reports button is clicked, an error message appears that I have long since...
Good day all!
I am creating a DTS service containing an ActiveX script that manipulates .XLS files. To complete this process, I need some code that appends one Excel spreadsheet to an existing Excel spreadsheet.
In one part of this process, I'm using the FileSystemObject to move the files...
I'm creating an ASP.Net application using VB.Net code behind pages. One of the last pieces of functionality I need to add to this appliction is the ability to read in semicolon delimited text files.
I've considered using "File.OpenText(FILE_NAME)" and looping through each record to...
Last year my organization switched from Visual Studio 6 to .Net for all development projects. With this change came Crystal Reports 8.5.
We've really had no problem with .Net, and our only problem (thus far) with Crystal Reports is that the wizard for (Avery 5161) mailing labels does not...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.