Home All Groups Group Topic Archive Search About
Author
1 Feb 2006 2:58 PM
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

Author
1 Feb 2006 3:55 PM
Carlos J. Quintero [VB MVP]
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


Show quoteHide quote
"Matthew" <PRESENT***@gmail.com> escribió en el mensaje
news:1138805926.457450.98710@g44g2000cwa.googlegroups.com...
> 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
>