How to compile 2 vb files into one dll?<BR>ClassA.vb<BR>ClassB.vb<BR>Should be able to compile ClassA and ClassB into MyClasses.dll.<BR>With vbc I was able to compile either ClassA or ClassB only.<BR><BR>Thanks.<BR>I think you need to pass the list of source files to the compiler