View Single Post
  #1 (permalink)  
Old December 11th, 2003, 11:42 AM
Dmitriy Dmitriy is offline
Friend of Wrox
 
Join Date: Jul 2003
Posts: 121
Thanks: 1
Thanked 0 Times in 0 Posts
Default Beginning VB.NET 2nd Edition

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
Reply With Quote