Hello,
I've created a custom module and it has an EditControl.ascx, Settings.ascx and ViewControl.ascx. These (and other needed files) are located in DesktopModules --> ControlName and the DataProvider, ControlController, ControlInfo and SqlDataProvider files are under App_Code -->Control.
The control was created by using the DotNetNuke Dynamic Module template in Visual Studio. It installs fine, but if I do Create Module From: New iall it shows is the default template that says:
Congratulations
You have successfully created your module. You can edit the source of the module control by selecting the View Source Action from the Action Menu.
If I view the source, that's all there is.
If I do Create Module From: Control it shows some of the things I defined in the EditControl.ascx.resx and I can view the source for EditContrl.ascx, EditControl.ascx.vb and EditControl.ascx.resx. However, I have no way that I can see to get to the ViewControl.ascx which contains controls that need to be shown.
Finally, if I do Create Module From: Manifest and select the appropriate manifest file the page does a postback but nothing else appears to happen.
How do I get it to show the ViewControl.ascx or at least get it be able to switch to view mode?
Sorry but this is my first module, thanks for any help.