Is there a way to have source which does not contain mono.Data.Sqlite

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/13/2011 10:51:53 AM
Gravatar
Total Posts 8

Is there a way to have source which does not contain mono.Data.Sqlite

I have downloaded the source from mojoportal.codeplex.com/SourceControl/list/changesets?branch=net35. When I try to compile it gives me missing reference to Mono.Data.Sqlite. This is my first time using this portal. I am using this in windows computers so I don't need mono. Do you have a version(source) without mono. I tried to download using SVN it didn't work either. Can you please help me on this.

6/13/2011 11:00:49 AM
Gravatar
Total Posts 1203
Proud member of the mojoPortal team

Help support mojoPortal!
Add-on modules

Re: Is there a way to have source which does not contain mono.Data.Sqlite

Hi, you should be getting your source using TortoiseHG, as outlined in this document. Once you have the source, you will target it to a specific data layer, as described here.

I strongly recommend you go through the developer video series and the developer documentation before you really dive in.

Jamie

6/13/2011 11:06:45 AM
Gravatar
Total Posts 18439

Re: Is there a way to have source which does not contain mono.Data.Sqlite

Just get the default branch and you won't have this problem. That net35 branch is probably something we made just before we began transitioning to .NET 4, it really should have just been a tag, it doesn't have the latest code, it is a dead end branch from a long time ago.

The default branch supports both .NET 3.5 SP1 and .NET 4 but is configured by default for .NET 4. If you want to work with .NET 3.5 you'll need to read the .NET 4 Transition Plan.

There is no dependency anywhere on Mono being installed, our Sqlite data layer uses Mono.Data.Sqlite.dll but that is just a library like any other and is included.

Really, the best way to work with the source code is using TortoiseHG, so you can pull updates at any time.

Hope that helps,

Joe

6/14/2011 1:53:16 AM
Gravatar
Total Posts 8

Re: Is there a way to have source which does not contain mono.Data.Sqlite

Thanks for the quick reply. I have development experience in Kentico CMS but Kentico is too expensive now. Your one is quite similar to it .I'll follow your development docs and videos .This is setting up it in my visual studio to start. I'll follow the paths you have given. Really appreciate your help.

 

Thank you very much.


 

Prasanga

6/14/2011 3:15:16 AM
Gravatar
Total Posts 8

Re: Is there a way to have source which does not contain mono.Data.Sqlite

Hi one small thing .In TortoiseHG sorce:https://hg01.codeplex.com/mojoportal , Is this the default branch path? I am not familiar with TortoiseHG. Please let me know.

 

Thanks

Prasanga

6/14/2011 5:29:30 AM
Gravatar
Total Posts 108
Community Expert

Re: Is there a way to have source which does not contain mono.Data.Sqlite

Hi, that is the default path for the last code, when you are going to open the solution you have different versions or flavors to open

mojoportal //this is the code with all the database compilations

mojoportal-core //I'm not pretty sure about this one, but I think is exactly like mojoportal solution but with the last release compilation

mojoportal.mssqlonly  //this one come only with the projects and files for a sql compilation

mojoportal.mono //this one is for mono developers

6/14/2011 6:35:36 AM
Gravatar
Total Posts 8

Source solution file in vs 2010 I want to open it in vs 2008

Solution file in Visual studio 2010.I have changed the herder part to visual studio 2008 and now can open but it is not loading the project files mojoPortal.Web.csproj, WebStore.UI.csproj, mojoPortal.Features.UI.csproj due to file path is different for the build target original files . How can I solve this?

Thank you

Prasanga.

 

6/14/2011 10:02:12 AM
Gravatar
Total Posts 1203
Proud member of the mojoPortal team

Help support mojoPortal!
Add-on modules

Re: Is there a way to have source which does not contain mono.Data.Sqlite

Sorry, but as of version 2.4.3.2, mojoPortal has moved to Visual Studio 2010 (see the "For Developers" section). In rereading this, I also expect that support for .NET 3.5 will be dropped from future releases within the next few months, although Joe is the ultimate authority on that.

Jamie

6/14/2011 2:04:51 PM
Gravatar
Total Posts 18439

Re: Is there a way to have source which does not contain mono.Data.Sqlite

We don't support VS 2008, but will continue supporting .NET 3.5 probably for quite a while yet.

If you don't have VS 2010, possibly you qualify to get a free license via the Microsoft Website Spark Program.

Hope that helps,

Joe

6/15/2011 3:19:05 AM
Gravatar
Total Posts 8

Finally I have used vs 2010 express

Thanks for all the advices. I have used VS 2010 express and published it in .net 3.5 it works. Had to use mssqlonly.net35 solution. when I published it has given error problem when I use the site. Then I rename Web.net35.config as default web.config. It works fine then.

 

Thanks

Prasanga

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