|
-
Apr 21st, 2003, 11:58 PM
#1
Thread Starter
New Member
vb.net components not working in asp.net
I have made a business component in vb.net and i have put that component in bin directory of my web application.when i try to create an instance of class y using new i get error "type not defined" in detail error message i also get message that the import name space not(this namespace is the namespace of my component) found.I want to tell you that i am not using any tools like visual studio.net.I am compiling at cmd prompt using vbc command with arguments.
Please let me know the reason.
Sanjay
-
Apr 22nd, 2003, 12:57 PM
#2
PowerPoster
First, check out this thread:
http://www.vbforums.com/showthread.p...hreadid=241409
Also, you might be trying to use a wondows forms namespace, but ASP.Net doesn't allow it. You might want to check to see if all the namespaces you are using are available in asp.net as well.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|