orchardcms

Anybody using Orchard CMS?

This question is a bit subjective in nature, but I am unsure if there is a better place to ask this in the family of sites. Is anybody using the new Orchard CMS on a public facing site? For those that don't know, Orchard is basically the replacement for Oxite. It is an ASP.NET MVC based CMS. I've pulled it down and compiled it, but ...

IIS 7.5 refuses to load 64-bit assembly - possible CAS problem?

Hi, I just downloaded the Orchard CMS, opened it up in VS2008 and hit F5: Everything runs fine. I then created a website in IIS 7.5 and pointed it to the web project's directory and set up permissions correctly (I hope). I downloaded the 64-bit version System.Data.SQLite as suggested here: Orchard Work Item 14798 and here: SO: Could n...

What is the role/responsibility of a 'shell'?

Hi, I have been looking at the source code of the IronPython project and the Orchard CMS project. IronPython operates with a namespace called Microsoft.Scripting.Hosting.Shell (part of the DLR). The Orchard Project also operates with the concept of a 'shell' indirectly in various interfaces (IShellContainerFactory, IShellSettings). No...

Any known orchard cms case studies ?

Hi, We're looking into using orchard cms for a project. I know the CMS hasn't been around for a long time, but I was wondering if there were any known high profile and successful case studies using orchard cms or its predecessor Oxite ? Thanks. ...

Development on ASP.NET MVC Storefront Project

I see that there is no Check-Ins on ASP.NET MVC Storefront code since Feb 7th. Can anyone please make me aware about whats going on. And on this question, Orchard project link is given with the answer. Is there any relation between these two projects? ...

Creating a module with Orchard

The 'create a module' walkthrough for Orchard doesn't work with the code in the Orchard Mercurial repository at the head of the default or dev branches. Anyone know how I can create a new Orchard module with something later than the 0.1 release from March? It'd be great if there was an updated sample module available in the source somew...