Hi,
I am reading the book "Beginning
VB.NET 2nd Edition".I am reading the Chapter 12 (Building Class Libraries). I could not find the answer to this question: Why do I have to include the Class Libraries code into the project to make it work? The whole point of using DLLs is just include the reference to this DLL and do "Imports FavoritesLib" at the beginning of the file which is trying to use those DLLs "information". I am trying to do this and getting errors when I try to run the "Favorites Viewer" project. Probably I am doing something wrong?
-Thanks on advance
Dmitriy