G
Guest
I work in vb.net and utilize some functionality which is based upon some
external classes which I currently reference in my application. These
external classes all contribute to a single area of functionality in my
application. I would like to create a new class for my application which
rolls up these external classes into one class which my application can
consume.
I create a new class library and referenced my external classes. I built
the new class and added it to my application. I get an error that my
application is missing the old classes that I use to reference. Is there
some step I am missing in creating my rollup class.
Fred
external classes which I currently reference in my application. These
external classes all contribute to a single area of functionality in my
application. I would like to create a new class for my application which
rolls up these external classes into one class which my application can
consume.
I create a new class library and referenced my external classes. I built
the new class and added it to my application. I get an error that my
application is missing the old classes that I use to reference. Is there
some step I am missing in creating my rollup class.
Fred