Your question has been submitted and is awaiting moderation.
Thank you for reporting this content, moderators have been notified of your submission.
Hi Guys,I'm working on a site and most of the modules that I will be developing for the site will be using the same database tables and SPs. Now I don't want to keep copying and pasting all of the SQL install scripts and data providers to each new project and modifying each one when a change is made. So I decided to move the said scripts and classes to a separate DLL, how would I then reference the install scripts from the .dnn file if they are in a separate project? Thanks in advance.