I create a module based on the starter kit (DotNetNukeModule) and then renamed everything like I was suspose to do.
Using "Creating A Super-Fast and Super-Easy DotNetNuke Module for absoute beginners" as a guide, I created the ascx form and put in the basic info. I'm now trying to configure the ObjectDataSouce, but in the drop down "choose you business object" the "YourCompanyName.Modules.ContactMgr.ContactMgrController" does not show up. So I hard code it in, that does not work either. I get an error message" The Type YourCompanyName.Modules.ContactMgr.ContactMgrController could not be loaded. If the type if located in the App_Code directory......" Infact none of the busienss objects show up for any of the modules loaded.
The ContactMgrController.vb that starter kit created is in a App_Code directory under the ContactMgr folder.
I'm using VS2005.
Thanks for any suggestions.