Hey, guys. I had problems myself with the Access version done by ccunhaATbigfoot. I don't consider myself an expert by any stretch of the imagination, but I did get it to work.
Here goes:
Instead of running the mk.bat file directly, open a command prompt and run the batch file from there. Then check to see if you get any error messages. If you get a few "Error BC30451's" (among others) from .vb files in the "Components" folder, fear not... All you need is to add some Imports statements to those .vb files. To get rid of the BC30451, use "Imports Microsoft.VisualBasic" at the top of the page (you'll need this one in security.vb, at least). I forget if I got other errors or not. Sorry about that.
After I figured all these out, I *did* have other problems with Imports throughout the Access version of the site. I also had to change a lot of "CodeBehind" statements to "Src" in the .aspx files.
Anyway, I'm sorry this is so untechnical. Someday, maybe I'll be an überGeek like some of these guys, but until then I'm
Just trying to help out a little,
Jon Marq
PS- I'll be around all day and I'll check the posts. If this helps, and I can help further, repost here.