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