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.
Hey Joe,
I just pulled down the latest source and got the following errors when trying to build. Can you please check them in when you get the chance?
Error 1 Source file 'C:\MojoPortal\Web\Controls\CommentSystems\CommentsOuterPanel.cs' could not be opened ('Unspecified error ') mojoPortal.WebError 2 Source file 'C:\MojoPortal\Web\Controls\CommentSystems\CommentsInnerPanel.cs' could not be opened ('Unspecified error ') mojoPortal.WebError 3 The type or namespace name 'CommentsWidget' does not exist in the namespace 'mojoPortal.Web.UI' (are you missing an assembly reference?) C:\MojoPortal\mojoPortal.Features.UI\Blog\Controls\BlogViewControl.ascx.designer.cs 391 45 mojoPortal.Features.UI
Thanks,
Don
Hi Don,
You should update your working copy to the default branch. The changes you refer to are only in my personal dev branch and are not ready for public consumption which is why I have not yet merged them to the default branch.
Best,
Joe
Thanks Joe!
I typically just pull down the latest in the repository without checking to see if it's the default branch or not. I guess my timing has been that I always seem to get the default branch. I'll start watching for that from now on.
It's building now, so thanks again.