Hi!
I'm using VS2010 to create a new and simple DNN 6.0 module. I tried to install it by creating a zipped 'package' to install.
When I install, and try to use the new module, it throws and exception and tells me my ascx file is missing. I check, and sure enough, all of the ascx files are missing. How do I create the zip package to install the module so that DNN 6 actually finds the ascx file?
In the zip, I tried to :
1. have the ascx files in the root folder of the zip.
2. have the ascx files in a Resouce dir in the zip.
3. have the ascx files in a Resource.zip file in the install zip.
Any help appreciated.
R