franchise63
New member
- Joined
- Aug 9, 2011
- Messages
- 3
- Programming Experience
- 5-10
Hi there,
I have both VB.Net 2003 and 2005 installed in my computer. Recently I developed an small (less than 200kb) application using VB2k5 that converts a text file from an old format to a new one. The "hard" part of the task is to count and parse the characters of the old format to fit the new format, on the assumption that the text file is always in the correct (old) format. The application works fine in my machine, but when I port it as an executable in other machines, it throws a invalidtypecast error, as the characters were not parsed well.
I used the same application and text file in my machine and it works PERFECTLY.
Any suggestions?
Thanks!
Francis
I have both VB.Net 2003 and 2005 installed in my computer. Recently I developed an small (less than 200kb) application using VB2k5 that converts a text file from an old format to a new one. The "hard" part of the task is to count and parse the characters of the old format to fit the new format, on the assumption that the text file is always in the correct (old) format. The application works fine in my machine, but when I port it as an executable in other machines, it throws a invalidtypecast error, as the characters were not parsed well.
I used the same application and text file in my machine and it works PERFECTLY.
Any suggestions?
Thanks!
Francis