Files needed to build up your DotNetNuke module
Your module files will be located in DotNetNuke in the following folders
webroot\App_Code\<ModuleName>
DataProvider.vb
SqlDataProvider.vb
<ModuleName>Controller.vb
<ModuleName>Info.vb
webroot\DesktopModules\<ModuleName>
01.00.00.SqlDataProvider
Edit<ModuleName>.ascx
Edit<ModuleName>.ascx.resx
Edit<ModuleName>.ascx.vb
<ModuleName>.dnn
<ModuleName>Controller.vb
<ModuleName>Info.vb
<ModuleName>_SqlDataProvider
Settings.ascx
Settings.ascx.resx
Settings.ascx.vb
Uninstall.SqlDataProvider
View<ModuleName>.ascx
View<ModuleName>.ascx.resx
View<ModuleName>.ascx.vb
Zip note:
If you zip these file into a zip file, do not zip a folder, but select all these files in a folder into a zip file. There are issues when the zip file contains subfolders.