Hi,
I built simple Windows Forms VB.NET application. It reads text files (like for Notepad) and creates another text files. At the end, it displayes a conformation message. The program works just fine from VS2012. Howevere when I run it's executable from bin/release (I built it for release), the program still produces the conformation message, but it does not build any files.
No error messages, no exceptions, nothing. It displayes final message with no files it supposed to create. I run it locally, on my hard drive.
The only library I import is System.IO, no COM, but I still use old string functions like Right, Left.
Can anybody please give me a hint on how to deal with this?
Thank you
vladk
I built simple Windows Forms VB.NET application. It reads text files (like for Notepad) and creates another text files. At the end, it displayes a conformation message. The program works just fine from VS2012. Howevere when I run it's executable from bin/release (I built it for release), the program still produces the conformation message, but it does not build any files.
No error messages, no exceptions, nothing. It displayes final message with no files it supposed to create. I run it locally, on my hard drive.
The only library I import is System.IO, no COM, but I still use old string functions like Right, Left.
Can anybody please give me a hint on how to deal with this?
Thank you
vladk