Newbie trying to get into mojoPortal development

Post here for help with installing or upgrading mojoPortal pre-compiled release packages. When posting in this forum, please provide all relevant details. You may also want to review the installation or upgrading documentation.

If you have questions about using the source code or working with mojoPortal in Visual Studio, please post in the Developer forum.

Post here for help with installation of mojoPortal pre-compiled release packages

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.

You may also want to review the installation or upgrading documentation.

If you have questions about using the source code or working with mojoPortal in Visual Studio, please post in the Developer forum.

This thread is closed to new posts. You must sign in to post in the forums.
3/4/2008 11:42:02 PM
Gravatar
Total Posts 4

Newbie trying to get into mojoPortal development

I have been trying to compile and run the mojoPortal solution for a couple weeks now and each time I have tried to get the source and compile it (in monodevelop), I run across some problems with namespaces.

I am not all that familiar with Mono yet, but I have some familiarity with .net on the windows platform so any help would be much appreciated.  I think it may have something to do with the different versions of Mono, but I updated to Mono 1.2.6 after the last time i tried to install it.  I am currently running MonoDevelop 0.13 with mono 1.2.6 (i think) and Fedora 8.

 

 

Description=The type or namespace name `UpdatePanel' does not exist in the namespace `System.Web.UI'

[Task:File=/projects/webProjects/mojoportal/Web/App_MasterPages/layout.Master.designer.cs, Line=104, Column=41, Type=Error, Priority=Normal, Description=The type or namespace name `ScriptManager' does not exist in the namespace `System.Web.UI'. Are you missing an assembly reference?(CS0234)]

3/5/2008 6:16:24 AM
Gravatar
Total Posts 18439

Re: Newbie trying to get into mojoPortal development

Hi,

We have a special forum here which is the preferred place for Linux/Mono discussions.

If you get the mojoportal source code from svn trunk, it can be used on Mono 1.2.6. I recommend upgrading your MonoDevelop to the latest RC. MonoDevelop 0.17 is what I have.

There are some compiler directives set on the web project which only work with Mono from svn so you need to edit these if working on 1.2.6.

Right click the mojoPortal.Web project node and choose options,then under Configurations > Debug > Code Generation, remove the compiler directives USESETTINGSMAP and EXCLUDEVPP

Do the same thing under Release > Code Generation

Replace the contents of Web.config with the contents of Web.mono.config

Build Solution.

Hope it helps,

Joe

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