mancroft Posted May 25, 2005 Posted May 25, 2005 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: 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: 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. Quote
Machaira Posted May 25, 2005 Posted May 25, 2005 Sounds like you don't have a reference to the DLL containing "com" Quote Here's what I'm up to.
mancroft Posted May 25, 2005 Author Posted May 25, 2005 Sounds like you don't have a reference to the DLL containing "com" And how do I get""a reference to the DLL containing "com""? Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.