I have an Asp.net Webapplication, with 2 visual basic projects all added inside one Solution. I can build both the Vb prjoject sucesfully and the corresponding dlls are adding into the Bin folder.But am not able to refer to the classes inside the Dll file.. Am getting a compiler error as below.
BC30002: Type 'DataAccessLayer.DataConnection' is not defined.