Need help to beginer for development modules

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.
11/2/2010 2:01:38 AM
Gravatar
Total Posts 8

Need help to beginer for development modules

Hello everybody.

I am trying to build new mojo modules. I  watched the help video on website mojoporta.com, but I don't know where is the source code in video?

So  I need a standard source for developer modules (and sample module).

Can you help me?

Thank alot.

 

 

11/2/2010 7:01:44 AM
Gravatar
Total Posts 108
Community Expert

Re: Need help to beginer for development modules

In the development documentation you can find this http://www.mojoportal.com/getting-the-code-with-tortoisehg.aspx. Is an example of how configure TortoiseHG for getting the last source code.

11/3/2010 3:23:37 AM
Gravatar
Total Posts 8

Re: Need help to beginer for development modules

Thanks, but when i use address: https://mojoportal.svn.codeplex.com/svn/trunk

result:

Checkout from https://mojoportal.svn.codeplex.com/svn/trunk, revision HEAD, Fully recursive, Externals included
OPTIONS of 'https://mojoportal.svn.codeplex.com/svn/trunk': 200 OK (https://mojoportal.svn.codeplex.com)

11/3/2010 4:14:56 AM
Gravatar
Total Posts 45

Re: Need help to beginer for development modules

 

Reread this page:  http://www.mojoportal.com/getting-the-code-with-tortoisehg.aspx

Stay away from SVN only use HG.

 

 

 

 

11/5/2010 4:44:33 AM
Gravatar
Total Posts 8

Re: Need help to beginer for development modules

Thank.

Now I have  errors:

'Error    6    The type or namespace name 'Mono' could not be found (are you missing a using directive or an assembly reference?)    D:\mojo one\mojoportal\

'Error    60    The type or namespace name 'NpgsqlTypes' could not be found (are you missing a using directive or an assembly reference?)    D:\mojo one\mojoportal\mojoPortal.Data.pgsql\DBEmailSendLog.cs    20    7    mojoPortal.Data.pgsql.mono
mojoPortal.Data.SQLite\DBEmailTemplate.cs    21    7    mojoPortal.Data.SQLite.mono'

Error    63    The type or namespace name 'Npgsql' could not be found (are you missing a using directive or an assembly reference?)    D:\mojo one\mojoportal\mojoPortal.Data.pgsql\dbSiteUser.cs    22    7    mojoPortal.Data.pgsql.mono
Error    158    The type or namespace name 'NpgsqlParameter' could not be found (are you missing a using directive or an assembly reference?)    D:\mojo one\mojoportal\mojoPortal.Data.pgsql\NpgsqlHelper.cs    133    121    mojoPortal.Data.pgsql.mono
 

Error    160    Metadata file 'D:\mojo one\mojoportal\mojoPortal.Business.WebHelpers\bin\Debug\mojoPortal.Business.WebHelpers.dll' could not be found    mojoPortal.Web.mono
 

Can you help me?

Thank alot.
 

11/8/2010 2:08:24 AM
Gravatar
Total Posts 8

Re: Need help to beginer for development modules

In video i see have 26 projects but in  download source only have 17 projects.

Can you explain to me.

11/8/2010 9:13:14 AM
Gravatar
Total Posts 18439

Re: Need help to beginer for development modules

It could be because of which .sln file you used as the basis for a custom .sln file. mojoportal.sln has all the projects but there are some alternate .sln files that leave out some things.

Also things have changed since that video was made we got rid of separate data projects for SqlAzure and made the main MS SQL data layer work with SqlAzure.

Hope it helps,

Joe

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