I'm new to building modules and wanted to try something simple.
I've downloaded DNN 5 along with the Visual Studio integration piece. I've installed DNN onto my local Hard Drive and added it to IIS, and gone thru the installation process. The local DNN runs correctly on the local hard drive.
I used the Visual Studio installer to ass DNN 5 templates to my compiler.
Did a File -> New -> Project and selected DNN Compiled Module listed under Other Languages - VB. The template/wizard did all of it's work and created a my project. I followed the directions and removed the Root namespace from the project and did a complete Solution Build - receive NO Errors.
With the first compile complete, I went into every source module I could find and changed the Namespace to com.mycompany.DNNModule.test. I changed every VB module in Components and changed all of the Code Behind the 3 ascx forms (Edit, Settings and View.)
Now, Visual Studio is giving me errors :(
For example, in EditTest.ascx.vb, the compiler is reporting cmdDelete is not declared (there are several txt and ctl entries that also appear not to be declared.) Settings.ascx.vb is reporting items not declared as is ViewTest.ascx.vb.
I can only assume I have a NameSpace not set someplace, but I don't see it. Since this is the only thing I've changed so far, I'm unsure what I missed or how to find it. Any thoughts?
Bob