ASP.NET Compilation Error

  • Thread starter Melson Steve via .NET 247
  • Start date
M

Melson Steve via .NET 247

Hi

Can anyone help me. I'm new to ASP.NET and Visual Studio .NET 2003. I got the following error when I try to access the aspx.



Compiler Error Message: BC30451: Name 'NameSpaceHersh' is not declared.

Source Error:

Line 38: NameSpaceHersh.SqlService sot = New NameSpaceHersh.SqlService();

Thanks.
 
S

Shaun C McDonnell

It seems that the object you are trying to instantiate (i.e "new") does not
exist and therefore the compiler is unable to recognize it as a valid
object.

Shaun C McDonnell
..NET Architect


Melson Steve via .NET 247 said:
Hi

Can anyone help me. I'm new to ASP.NET and Visual Studio .NET 2003. I got
the following error when I try to access the aspx.
 
M

Melson

Hi Shaun

Have you read about Microsoft ASP.NET Professional Projects book. I couldn't
find the NameSpaceHersh object. Does anyone have the code. I'm stuck with
the object. Please help. Thanks.

Regards
Melson


Shaun C McDonnell said:
It seems that the object you are trying to instantiate (i.e "new") does not
exist and therefore the compiler is unable to recognize it as a valid
object.

Shaun C McDonnell
.NET Architect


Melson Steve via .NET 247 said:
Hi

Can anyone help me. I'm new to ASP.NET and Visual Studio .NET 2003. I
got
the following error when I try to access the aspx.
 

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

Members online

No members online now.

Forum statistics

Threads
473,768
Messages
2,569,574
Members
45,051
Latest member
CarleyMcCr

Latest Threads

Top