VB.NET code hangs on SaveFileDialog.ShowDialog()

P

Paddy Rafferty

VS.NET 2003
Win 2K Pro

I have a problem where my application hangs indefinitely when it
encounters a call to SaveFileDialog.ShowDialog(). C# developers have
experienced this problem and have solved it by restoring the
[STAThread] attribute on the main() method. However, as far as I know,
VB assumes this attribute implicitly and there is no way this solution
can help me. I have not found another VB developer having experienced
this problem.

Thanks,
Paddy Rafferty
 

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