I finally got it to work. This is what I had to do:
1) Copy the Components folder local with whatever vb files I wanted to compile (i.e. all the existing ones plus ProvidersDB.vb).
2) Place this in a testing folder structure like: (the batch file is looking for a bin directory at the same level of Components)
Test
- bin (folder)
- Components (folder)
- *.vb files
- mk.bat
3) Run the mk.bat file locally which will create the ASPNETPortal.dll in the local bin directory
4) Copy this .dll to the web directory
I hope this works for others (I've been seeing similar posts in other message boards),
Tony