Namespace or type specified cannot be found.

mancroft

Newcomer
Joined
May 22, 2005
Messages
4
Namespace or type specified cannot be found.

Hello

I am trying to set up a web services program in Visual Basic 2005 Express Beta 2.

At the top of login.vb I have:

Code:
Imports com.thesite.services

This corresponds to the web reference "com.thesite.services" in the Solution Explorer Web References folder.

BUT I am getting the following error:

Code:
Error	2 Namespace or type specified in the Imports 'com.thesite.services' cannot be found. Make sure the name space or the type is defined and it doesn't contain other aliases.

Any ideas as to the cause?

Thanks.
 
Back
Top