Help with Deployment needed!! System.IO.FileIOException"

H

Hexman

OK, so I got my vb.net application to a state where my user can do
some testing. It's been running on my machine without problems.

When I copied all the files from the bin directory to the users
machine and tried to run, it came up with the subject error message.
I searched online and found Article 834610 in MSDN which identified
the problem as a known bug. I applied the workaround but still coming
up with the error.

The code that gives the error (at least one of them) is

Dim dlg As New FileDialog
dlg.Text = "Select Input File Directory"
dlg.ShowDialog() <----------Error here ---------------

Can anyone help out?

Thanks,

Hexman
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top