MsgBox error

  • Thread starter Thread starter Matthew
  • Start date Start date
M

Matthew

VB.NET 2003
I created a new project, and placed one line on form load:
MsgBox("test")

I get this error:
An unhandled exception of type 'System.ArgumentException' occurred in
microsoft.visualbasic.dll

Additional information: Argument 'Title' cannot be converted to type
'String'.


If I change the line to this:
MsgBox("test", , "")

It works fine.

Ideas?

Matthew
 
I've searched Google and found only one case with no solution.

Can you try a repair of the .NET Framework and/or Visual Studio .NET?

--

Best regards,

Carlos J. Quintero

MZ-Tools: Productivity add-ins for Visual Studio
You can code, design and document much faster:
http://www.mztools.com
 

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

Back
Top