Compilation Error

R

Robin

Please help me with this problem. Thanks

Regards
Robin



Description: An error occurred during the compilation of a resource required
to service this request. Please review the following specific error details
and modify your source code appropriately.

Compiler Error Message: BC30002: Type 'NameSpaceHersh.SqlService' is not
defined.

Source Error:



Line 36: End SubLine 37: Sub ReBind()Line 38: Dim t As
NameSpaceHersh.SqlService = New NameSpaceHersh.SqlService()Line 39:
Dim vsql as stringLine 40: Dim ds as DataSet
 
S

Saurabh Nandu

Hi,

From what you have specified it looks like you have not added reference to
the assembly which has 'NameSpaceHersh.SqlService' defined.

Also, in the following line

NameSpaceHersh.SqlService = New NameSpaceHersh.SqlService()Line 39:

You have not specified the object reference. It should be

NameSpaceHersh.SqlService someObj = New NameSpaceHersh.SqlService();

Regards
Akila
[MVP | MCAD]
 

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

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top