Type Error

  • Thread starter Thread starter Ayaz
  • Start date Start date
A

Ayaz

Dear All,

I am writing an application in vb.net beta2. I have a form class
named frmMain and a business class named Invoice. The Invoice class has
members that I call from the form class. When I execute the app., it flags
me with an error: " Type is not defined: 'Invoice.frmMain'.
Please help me

Thanks
 
Hello,

Ayaz said:
I am writing an application in vb.net beta2.

The Beta version _must not_ be used any more.
I have a form class named frmMain and a business
class named Invoice. The Invoice class has members
that I call from the form class. When I execute the app., it flags
me with an error: " Type is not defined: 'Invoice.frmMain'.

What's the name of the project and the root namespace?

Regards,
Herfried K. Wagner
 
Dear All,

I am writing an application in vb.net beta2. I have a form class
named frmMain and a business class named Invoice. The Invoice class has
members that I call from the form class. When I execute the app., it flags
me with an error: " Type is not defined: 'Invoice.frmMain'.

Upgrade to the latest version of VB.NET. Any help you get here may not
work in Beta 2.
 
You must not use a Beta version of VB.NET.

--
HTH,
-- Tom Spink, Über Geek

Please respond to the newsgroup,
so all can benefit

"Maybe it's a game called 'Punish the User'"
 
Back
Top