Hello:
I am really mixed up.
I have created a custom module. The structure of this custom module is as follows:
Root/
App_LocalResources
Controls/
App_LocalResources/
UserControl2.ascx.resx
UserControl1.ascx
UserControl2.ascx
ViewControl.ascx
EditControl.ascx
SettingsControl.ascx
Now, I want to build my .dnn file. How to do so? How can I add the paths to UserControl1.ascx? How can I add the paths to UserControl2.ascx.resx?
Also, in my module, I have some lookup tables, that should be filled with some predata, and used all the times for look up. How can I create the 01.00.00.SqlDataProvider script and Uninstall.SqlDataProvider. I want to create them in such a way to make sure I can have the INSERT statements for those lookup tables. I kno wI should add the {databaseowner} and { objectqualifier}. But if I have a huge number of procedures and tables, do I do that manually?
Thank you.