daredeval756
New Member
DO i have to register my own namespace? I created a namespace in vb called sec.vb. I started by defining a namespace "firstnet" Under that namespace I created a public class called "userclass". I saved the sec.vb inside a folder in my application root.<BR>But whenever I try to use that class, I get a compilation error "Compiler Error Message: BC30002: Type 'userclass' is not defined" How do I solve this<BR><BR>ThanxPlease compile your .vb file into .dll file before use it...<BR>.