what sort of changes, in terms of speed, did you see after the conversion? I'm working with another person at my office on something like this, and while we have a working .NET program, the execution time has more than doubled. A little background information:
The original VB6 application is basically a giant excel Macro. it uses excel to open and format a pipe-delimited text file, then save that formatted 'report' as a regular excel (*.xls) file. There's a whole list of files to go through and perform these operations on, and the original VB6 code could accomplish this in roughly 2.5 to 3 hours. The .NET version, meanwhile, takes close to 7 hours to chew through exactly the same list.
Unfortunately, I have no code to post; I was just wondering if anyone else had experienced anything like this and, if so, if you have ever found a way to speed things up. I'm not terribly familiar with .NET myself, so at this point I'm stumped. Any suggestions would be appreciated!
Thanks,
Nathan
The original VB6 application is basically a giant excel Macro. it uses excel to open and format a pipe-delimited text file, then save that formatted 'report' as a regular excel (*.xls) file. There's a whole list of files to go through and perform these operations on, and the original VB6 code could accomplish this in roughly 2.5 to 3 hours. The .NET version, meanwhile, takes close to 7 hours to chew through exactly the same list.
Unfortunately, I have no code to post; I was just wondering if anyone else had experienced anything like this and, if so, if you have ever found a way to speed things up. I'm not terribly familiar with .NET myself, so at this point I'm stumped. Any suggestions would be appreciated!
Thanks,
Nathan