Wrox Programmer Forums
Go Back   Wrox Programmer Forums > ASP.NET and ASP > ASP.NET 1.0 and 1.1 > ASP.NET 1.1
|
ASP.NET 1.1 As of 10/6/2005, this forum is locked as part of the reorganization described here: http://p2p.wrox.com/topic.asp?TOPIC_ID=35394. No posts have been deleted. Open ongoing discussions from the last week have been moved to either ASP.NET 1.0 and 1.1 Beginners http://p2p.wrox.com/asp-net-1-0-1-1-basics-60/ or ASP.NET 1.0 and 1.1 Professional. http://p2p.wrox.com/forum.asp?FORUM_ID=50. See my sticky post inside for more.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 1.1 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old December 2nd, 2004, 04:32 AM
Authorized User
 
Join Date: Jun 2004
Posts: 55
Thanks: 0
Thanked 0 Times in 0 Posts
Default Importing Namespace error in VB.NET


Hi experts,
When I try to import namespace I get an error.
I have a reference (XXXX.dll) for the namespace called 'XXXX' in the 'bin' directory (C:\inetpub\wwwroot\bin\test\>vbc..).

I have also a VB code(mm.vb) that uses some functions from XXXX namespace.
I have used Imports XXXX in mm.vb to import the XXXX namespace.
when I have tried to compile mm.vb I have got an error like this:
" namespce or type XXXX cannot be found.. "
This error is not clear for me since I have my XXXX.dll in the bin directory. I have imported the same namespce from a different code a week ago and it was working properly. I have no idea why I am getting this error now.
Can you please help me.
Thank you in advance.

 
Old December 15th, 2004, 01:12 PM
planoie's Avatar
Friend of Wrox
 
Join Date: Aug 2003
Posts: 5,407
Thanks: 0
Thanked 16 Times in 16 Posts
Default

How are you compiling? It sounds like you don't have a reference to the XXXX assembly.





Similar Threads
Thread Thread Starter Forum Replies Last Post
Problem importing namespace netsu ASP.NET 1.0 and 1.1 Basics 1 March 16th, 2007 02:03 PM
Importing csv file to SQL Server Using VB.Net ninel General .NET 0 August 8th, 2006 02:11 PM
Importing VB files into a solution Aaron Edwards VS.NET 2002/2003 2 October 29th, 2004 10:56 AM
ASP.NET Using VB.NET Chapt 3 Code error? uh6uj All Other Wrox Books 1 February 26th, 2004 10:46 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.