I built and ran my program. I got a Microsoft Development
Environment message saying "An unhandled exception of
type 'System.ArgumentException' occured in mscorlib.dll
Additional information:Invalid URL." Plus it is
highlighting 'MyBase.NEW()' in the Public Sub New()
subroutine in the Declarations. What do I do to fix this
problem? Would someone please help me.

I went thru ADO.NET to my ACCESS database to get my
records and I have an DataFrom1.vb form out there that
does no come up now because of this message.

Mathew

Re: Error Message -- Help by Miha

Miha
Thu Jan 08 04:05:21 CST 2004

Hi Matthew,

Can you show us some code?

--
Miha Markic - RightHand .NET consulting & software development
miha at rthand com
www.rthand.com

"Mathew" <mkreps@feltontel.net> wrote in message
news:0a9401c3d522$9fc46b00$a301280a@phx.gbl...
> I built and ran my program. I got a Microsoft Development
> Environment message saying "An unhandled exception of
> type 'System.ArgumentException' occured in mscorlib.dll
> Additional information:Invalid URL." Plus it is
> highlighting 'MyBase.NEW()' in the Public Sub New()
> subroutine in the Declarations. What do I do to fix this
> problem? Would someone please help me.
>
> I went thru ADO.NET to my ACCESS database to get my
> records and I have an DataFrom1.vb form out there that
> does no come up now because of this message.
>
> Mathew



Re: Error Message -- Help by Mathew

Mathew
Thu Jan 08 07:28:34 CST 2004

Hello Miha

I have two forms with my project. My DataFrom1.vb and
the basic Form1.vb that gets created right away.

This subroutine is comming out of the Form1.vb (which
I am not using)
Public Sub New()
Mybase.New() (This line is highlighted in green)

'This call is required by the Windows Form Designer.
InitializeComponent()

'Add any initialization after the
InitializeComponent() call'

End Sub

Thank you for your help

Mathew
>-----Original Message-----
>Hi Matthew,
>
>Can you show us some code?
>
>--
>Miha Markic - RightHand .NET consulting & software
development
>miha at rthand com
>www.rthand.com
>
>"Mathew" <mkreps@feltontel.net> wrote in message
>news:0a9401c3d522$9fc46b00$a301280a@phx.gbl...
>> I built and ran my program. I got a Microsoft
Development
>> Environment message saying "An unhandled exception of
>> type 'System.ArgumentException' occured in mscorlib.dll
>> Additional information:Invalid URL." Plus it is
>> highlighting 'MyBase.NEW()' in the Public Sub New()
>> subroutine in the Declarations. What do I do to fix
this
>> problem? Would someone please help me.
>>
>> I went thru ADO.NET to my ACCESS database to get my
>> records and I have an DataFrom1.vb form out there that
>> does no come up now because of this message.
>>
>> Mathew
>
>
>.
>

Re: Error Message -- Help by Miha

Miha
Thu Jan 08 08:50:14 CST 2004

From which class if your Form1 derived?

--
Miha Markic - RightHand .NET consulting & development
miha at rthand com
www.rthand.com

"Mathew" <mkreps@feltontel.net> wrote in message
news:0a5601c3d5eb$508ec2f0$a601280a@phx.gbl...
> Hello Miha
>
> I have two forms with my project. My DataFrom1.vb and
> the basic Form1.vb that gets created right away.
>
> This subroutine is comming out of the Form1.vb (which
> I am not using)
> Public Sub New()
> Mybase.New() (This line is highlighted in green)
>
> 'This call is required by the Windows Form Designer.
> InitializeComponent()
>
> 'Add any initialization after the
> InitializeComponent() call'
>
> End Sub
>
> Thank you for your help
>
> Mathew
> >-----Original Message-----
> >Hi Matthew,
> >
> >Can you show us some code?
> >
> >--
> >Miha Markic - RightHand .NET consulting & software
> development
> >miha at rthand com
> >www.rthand.com
> >
> >"Mathew" <mkreps@feltontel.net> wrote in message
> >news:0a9401c3d522$9fc46b00$a301280a@phx.gbl...
> >> I built and ran my program. I got a Microsoft
> Development
> >> Environment message saying "An unhandled exception of
> >> type 'System.ArgumentException' occured in mscorlib.dll
> >> Additional information:Invalid URL." Plus it is
> >> highlighting 'MyBase.NEW()' in the Public Sub New()
> >> subroutine in the Declarations. What do I do to fix
> this
> >> problem? Would someone please help me.
> >>
> >> I went thru ADO.NET to my ACCESS database to get my
> >> records and I have an DataFrom1.vb form out there that
> >> does no come up now because of this message.
> >>
> >> Mathew
> >
> >
> >.
> >



Re: Error Message -- Help by Mathew

Mathew
Thu Jan 08 11:09:13 CST 2004

When I created my project I created an WindowsApplication
and then went through Data Form Wizzard and access my MS
ACCESS Database through ADO.NET

Also note that my Form1.vb will display on the screen but
my DataForm1.vb will not.

>-----Original Message-----
>From which class if your Form1 derived?
>
>--
>Miha Markic - RightHand .NET consulting & development
>miha at rthand com
>www.rthand.com
>
>"Mathew" <mkreps@feltontel.net> wrote in message
>news:0a5601c3d5eb$508ec2f0$a601280a@phx.gbl...
>> Hello Miha
>>
>> I have two forms with my project. My DataFrom1.vb
and
>> the basic Form1.vb that gets created right away.
>>
>> This subroutine is comming out of the Form1.vb
(which
>> I am not using)
>> Public Sub New()
>> Mybase.New() (This line is highlighted in green)
>>
>> 'This call is required by the Windows Form
Designer.
>> InitializeComponent()
>>
>> 'Add any initialization after the
>> InitializeComponent() call'
>>
>> End Sub
>>
>> Thank you for your help
>>
>> Mathew
>> >-----Original Message-----
>> >Hi Matthew,
>> >
>> >Can you show us some code?
>> >
>> >--
>> >Miha Markic - RightHand .NET consulting & software
>> development
>> >miha at rthand com
>> >www.rthand.com
>> >
>> >"Mathew" <mkreps@feltontel.net> wrote in message
>> >news:0a9401c3d522$9fc46b00$a301280a@phx.gbl...
>> >> I built and ran my program. I got a Microsoft
>> Development
>> >> Environment message saying "An unhandled exception
of
>> >> type 'System.ArgumentException' occured in
mscorlib.dll
>> >> Additional information:Invalid URL." Plus it is
>> >> highlighting 'MyBase.NEW()' in the Public Sub New()
>> >> subroutine in the Declarations. What do I do to fix
>> this
>> >> problem? Would someone please help me.
>> >>
>> >> I went thru ADO.NET to my ACCESS database to get my
>> >> records and I have an DataFrom1.vb form out there
that
>> >> does no come up now because of this message.
>> >>
>> >> Mathew
>> >
>> >
>> >.
>> >
>
>
>.
>