R
raines
Hi:
I have a VB.Net application that results in the error above on a
Win2000 PC. I do not see the error on WinXP PCs. Here are the lines of
code that has the problems:
Dim filename2 As String
filename2 = "C:\Documents and Settings\merklw\Desktop\New
Folder\01110511.HUP"
FileOpen(22, filename2, OpenMode.Input) 'This is where the error
occurs.
The file exists and can be opened with NotePad. This is strange to me
since I use the same type of open statement in other places within the
code.
What does the:
Cast from string "
message mean? Any ideas how to fix it?
Thanks,
Jim
I have a VB.Net application that results in the error above on a
Win2000 PC. I do not see the error on WinXP PCs. Here are the lines of
code that has the problems:
Dim filename2 As String
filename2 = "C:\Documents and Settings\merklw\Desktop\New
Folder\01110511.HUP"
FileOpen(22, filename2, OpenMode.Input) 'This is where the error
occurs.
The file exists and can be opened with NotePad. This is strange to me
since I use the same type of open statement in other places within the
code.
What does the:
Cast from string "
message mean? Any ideas how to fix it?
Thanks,
Jim