How to export a module with code behind and visual studio files?
Add an Answer
Your question has been submitted and is awaiting moderation.
Thank you for reporting this content, moderators have been notified of your submission.
I am using dot net nuke 6.2.4.
Earlier in the year, i made a dot net nuke extension.
Right now, I forgot how to export this extension as zip file so that others can import it into their project. I tried to use the Create Package option in the extensions area, but it is ignoring my *.aspx.cs files and all my visual studio files. I want allt hese included. So the people who receive this extension can see all my code and help me debug it.
How do I properly package up this module with all it's files?