VB.NET code hangs on SaveFileDialog.ShowDialog()

  • Thread starter Thread starter Paddy Rafferty
  • Start date Start date
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
 
Back
Top