I'm trying to create a User Control in which I have a combobox that needs to access the Business Layer of my application. I tried using the "Imports" statement but my Business Layer (which is a separate project) wasn't one of my options? Is it NOT possible to import a class from another project that is included in the Solution?
Actually, you just triggered a thought. My UC is actually a separate project in itself. I just added a reference to that project and that did the trick!
Thanks!