Found a cool way to download and install / create / debug DNN.
Step 1) Download the MS Web Developer Express product
Step 2) Download DNN and then open it up in the Web Developer Express IDE.
Step 3) From Web Developer Express build/debug the web site.
I did this with success yesterday, and configured/tested connections from the initial install. Then I decided to add the forum module. Everything was working fine yesterday. But alas, attempting to work on the site today shows a bug in the Forum install. Any attempt to debug the site today results in this message.
Error 1 Error parsing attribute 'enableEventValidation': Could not load file or assembly 'DotNetNuke.Modules.Gallery, Version=3.0.11.3077, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified. C:\Documents and Settings\System Test\My Documents\Visual Studio 2005\Projects\DotNetNuke\DesktopModules\Forum\Integration\Integration_GalleryAddFile.aspx 4
Apparently the forum needs the Gallery module! I say this because the site worked perfect yesterday until I added the forum.
Anyone know for sure?
Should I add the Gallery module?