Results 1 to 2 of 2

Thread: vb.net components not working in asp.net

  1. #1

    Thread Starter
    New Member
    Join Date
    Apr 2003
    Posts
    3

    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

  2. #2
    PowerPoster hellswraith's Avatar
    Join Date
    Jul 2002
    Location
    Washington St.
    Posts
    2,464
    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
  •  



Click Here to Expand Forum to Full Width