This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.
Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.
Before posting questions here you might want to review the developer documentation.
Is there anything to do to increase the compile time?
I have a solution that I usually just change it and don't touch mojo code, but when building, because of dependencies all solutions build and so, all post-build events run and so many files are copied and it takes a long time.
...\mojoPortal.Features.UI\Data\MessageTemplates\sl-SI-InitialXmlModuleName.config 481 File(s) copied
...\mojoPortal.Features.UI\Setup\ProviderConfig\sitepredeletehandlers\009_surveydeleter.config 663 File(s) copied
!
Since this question comes up frequently, I just wrote a new article Visual Studio Performance Advice.
Hope that helps,
Joe
thanks man you rock.
I found these too (not polished), I guess I will write a blog post about it soon:
exclude projects from builds from build configuration use iis instead of asp.net development server if possible (web project properties, then web) exclude files from antivirus exclude project from search index.