Compiling v2.3.5.4 sources with pgsql db

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.
10/10/2010 12:50:14 PM
Gravatar
Total Posts 26

Compiling v2.3.5.4 sources with pgsql db

You may like to know, just downloaded sources for v2.3.5.4, and made changes required for using postgresql database. Compile failed referring to missing dll's

After checking and compiling both projects mojoportal.data.pgsql, mojoportal.features.data.pgsql noted that they are both set to output to Debug - Firebird - rather than expect Debug

Fixed on my version and now complies OK - you may want to fix

10/11/2010 7:42:07 AM
Gravatar
Total Posts 18439

Re: Compiling v2.3.5.4 sources with pgsql db

Hi,

I don't know what you mean by "changes required for using postgresql" unless perhaps you have not seen the updated documentation.

http://www.mojoportal.com/settingadatalayerreferenceinvisualstudio.aspx

In the old days one had to make changes to project references but not anymore, you just choose the correct build profile.

For pgsql you choose either Debug - pgsl or Release -pgsql from the profile list.

If you manually changed project references then you broke it.

Hope it helps,

Joe

10/11/2010 10:57:16 AM
Gravatar
Total Posts 26

Re: Compiling v2.3.5.4 sources with pgsql db

Thanks - you are right I don't see that documentation release

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