WellsCarrie
Well-known member
Senario,
VB.Net 1.1 Console App reads an input file (xml, txt, csv) and sends the information to a web service for "central monitoring" of data file sends and recieves. So process one would run the console app when a data file is sent to process two and process two would run the console app when it recieves the data files.
The console app works fine as long as the process calling it is on the same server as the console app install. However we have two processes that only have network shares "X:" to the installation location of the console app. The calls made through the share produce the following message "Fatal Stack Overflow Error". Any ideas?
In test we ran input files with hundreds of records to post to "central monitoring" with no issues. In production we may send two records at a time. Every routine has a try catch finally block and every object is killed even the ones globaly declared. I'm at a loss as to what to look at next. Please help!
VB.Net 1.1 Console App reads an input file (xml, txt, csv) and sends the information to a web service for "central monitoring" of data file sends and recieves. So process one would run the console app when a data file is sent to process two and process two would run the console app when it recieves the data files.
The console app works fine as long as the process calling it is on the same server as the console app install. However we have two processes that only have network shares "X:" to the installation location of the console app. The calls made through the share produce the following message "Fatal Stack Overflow Error". Any ideas?
In test we ran input files with hundreds of records to post to "central monitoring" with no issues. In production we may send two records at a time. Every routine has a try catch finally block and every object is killed even the ones globaly declared. I'm at a loss as to what to look at next. Please help!