Hello Mitchell,
Going through your book on module programming is my first experience in really getting my hands dirty from the ground up and giving modules a whirl and I have to say I think this is a great job done no code erros at all.
Having said that I must say I have made several gramatical errors during my going through these 8 chapters of the book without realizing it until compilation time.
Is it possible to do some test builds after say developing one of the controls like settings or view on both the design level as well as the code behind to see if you may find you have some of those errors like "NOT FOUND IN CONTEXT" which translates usually to a misspelling or a captilizing of a ID in say the ascx file while lowercasing it in the c# or
vb file. I found as I was typing these I made several of these silly mistakes but after going through all the controls and components, etc... that made up this project I than had to debug like 50 errors or more many of which were errors that were not picked up until compilation time and had they of been could have been corrected while working on a particular file or file combination like ascx and the companion cs file.
Thanks a lot for your help in this.
Also just on a side note does your c# template (found on
http://www.iowacomputergurus.com) now a templated dnn file that follows the mainfest structure for DNN 5 or is it still the old one that follows the 3.0-4.0 DNN versions.
I had downloaded the c# template of yours a bit ago and noticed it was the DNN 3.0 structure one so had to restructure it to fit the needs of DNN 5.0 but if you have modified this template since my downloading of it I will go ahead and download the newer copy.
Thanks again,
Bo