Hi,
How do you bring a
vb file from one solution into another and have the classes be available?
I'm doing a
VB ASP.NET project, and want to bring in a
vb file that has all the classes from my E-Commerce providers API. When I try to inherit from that file, I get the blue underline and the message that the type is not defined.
Thanks!