Source code HELP

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.

This forum is for discussing mojoPortal development

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.

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.

Do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
This thread is closed to new posts. You must sign in to post in the forums.
6/10/2010 7:29:19 AM
Gravatar
Total Posts 5

Source code HELP

I've been working with the deployment of mojo portal from MS Web Platform Installer for a couple months. I am now embarking on development in mojo portal. I installeled VS 2010 and TortoiseHg. I put in the follow link in the clone to get the source code https://hg01.codeplex.com/mojoportal.

When I try to open the project mojoportal.sln or mojoportal.mssqlonly.sln I get a message from VS 2010 telling me the project is 3.5 .net framework and I need to install 3.5 framework because I am running .net 4 framework. I had VS 2008 and 3.5, but it wouldn't let me open the project files so I installed VS 2010 and upgraded to .net 4 framework.

How do I get 4.0 source from TortoiseHg?

6/10/2010 7:39:53 AM
Gravatar
Total Posts 18439

Re: Source code HELP

Hi,

You do need both .NET 3.5 SP1 and 4.0 installed. In the mojoportal.sln only the Web UI projects are converted to target 4.0, business layer and data layer projects still target 3.5 but can run under .NET 4.

We need to keep those projects targeting 3.5 so we can still easily produce builds for 3.5 .NET. It would be a major pain to have to make separate projects for both 3.5 and 4.0 for all the projects in the solution because each time we add new files we must do it in each version of the project. 

http://www.mojoportal.com/the-net-4-transition-plan-for-mojoportal.aspx

Hope it helps,

Joe

6/10/2010 8:15:40 AM
Gravatar
Total Posts 5

Re: Source code HELP

Thanks Joe, great work here. I did read the transition plan and I am DLing 3.5 SP1. I have 3.5, but not SP1 so hopefully my dev environment will work once my installation is complete.

Dan

You must sign in to post in the forums. This thread is closed to new posts.