-
msdn
orchard-forums orchard-discussions
I’ve been working on a similar application – just a tad more specialized, but a similar idea.I’m looking for pages on your workflow view as we’ve implemented an engine for describing them via metadata registered within ioc to allow runtime wireup. I’m interested both in your perspective and how I can get involved on this project. Itlooks like a lot of fun.Thanks,-SteveHere’s an overview of my cms/workflow related opensource contributions to make ours a reality: Project/Component
-
msdn
orchard-forums orchard-discussions
Hi, I’m playing with Orchard and I’m really interested about the Content Localization features it will have. I think it will be a primary level piece of software (IMHO is very well implemented) but the lack of localization support can be a problem for the adoption of it mainly in the European countries.I Live and work in Italy, and as a developer I’ve worked in many project (mainly tourism/vacation oriented) where Localization was one of the first concerns.I can’t see any infrastructure in place
-
msdn
orchard-forums orchard-discussions
Have a program that requires the Visual Studio .Net 2003 msvcr71.dll (ref: http://msdn.microsoft.com/en-us/library/k9a8ehy3%28VS.71%29.aspx). The program does not install it like it is supposed to, and I do not have it on my system.I do not want to download a dll from a thrird party site (like dlldll.com).How can I get the runtime from Microsoft? (Vista 64bit)I also need msvcp71.dll
-
msdn
-
msdn
orchard-forums orchard-help-and-support
Are there specific cache and session providers in the Orchard Framework that I can/should use within my controllers? – I assumed that cache and session is isolated into each tenant shell?Thanksretroviz
-
msdn
orchard-forums orchard-help-and-support
I tried to install Orchard on my webbserver today, to try how it worked when it ran on a dedicated server with a ms sql server 2008 as database. The deploy of Orchard.web from visual studio went ok. But when i try to access the webserver trough a subdomain i put up http://new.qubar.se it crashes & wont start… I don’t really know what settings/configuration I should choose, I tried full trust, booth .net 2.0/3.5/4.0. Installed MVC 2 rc… Can someone give me some hint/tips on what setting
-
msdn
orchard-forums orchard-help-and-support
Not getting any love with the titled config. I’m working on a project that will be destined for an IIS6 web server and I want to develop locally on IISExpress (Classic mode). Steps to repro:Download the Orchard Web zip Extract to a local directory Open with WebMatrix Go to Site | Settings Under Select .NET Framework Version choose .NET 4 (Classic) Click Run I’ve done this several times and the first thing that will happen is IISExpress will crash. Upon rerun the site gives a 40
-
msdn
orchard-forums orchard-discussions
Hi there,I am getting an error for reusing a page name that is deleted so that the slug of the page name can be reused for blog name.Any advise as to how to resolve this?Thanks,WasayError details:————————————————–Server Error in ‘/’ Application. The view ‘NotFound’ or its master was not found. The following locations were searched:~/Packages/Orchard.Pages/Views/page/NotFound.aspx~/Packages/Orchard.Pages/Views/page/NotFound.ascx~/Packages/Orchard.Pages/Views/Sha
-
msdn
orchard-forums orchard-help-and-support
I have been trying to create a sample module for orchard by going through the orchardmoudulewalkthrough.doc provided on http://www.orchardproject.net/docs/Walkthrough-Writing-An-Orchard-Module.ashx,iam facing error for creating new record type, i am getting following exception,i think the table is not created in the database,i am using orchard version 0.5.144 and followed same steps as shown in the document,Can someone help me outException Detail:NHibernate.ADOException was unhandled b
-
msdn
orchard-forums orchard-discussions
I have a ProfileRecord.cs and I decided to drop one of the field, which in this case is EmailAddress. When I hit Ctrl-F5 i got the follow error. What is the practice to drop a field from the Record class?And also, what must I do in the data migration class?Description:An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.Exception Details: NHibernate.PropertyNotFoundE
-
msdn
orchard-forums orchard-discussions
Downloaded new source. New project, new database. I’ve been following various examples for creating a module (such as http://rajandmello.blogspot.com/2010/08/adding-new-module-using-vs-2010.html)and it seems like I am following the example correctly. Page are showing up as expected in admin, etc, database table is created. However, when I attempt to actually create an item (admincontroller create method), I receive the error below on create post.Any suggestions on where to look for the prob
-
msdn
orchard-forums orchard-help-and-support
I was trying to convert commerce module to web project instead of mvc area. I got the following error message when trying to save a new product. Can anybody tell me what I did wrong?A required anti-forgery token was not supplied or was invalid.Description:An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.Exception Details: System.Web.Mvc.HttpAntiForgeryException:
-
msdn
orchard-forums orchard-help-and-support
New clean install, using the correct 0.5. version. Install seems to proceed normally. I can load the setup page, db installs, I can navigate to the site. However, after opening the project in visual studio and compiling (doing nothing else), I return tothe site and see the following error: Could not load file or assembly ‘Autofac.Configuration, Version=2.1.13.813, Culture=neutral, PublicKeyToken=17863af14b0044da’ or one of its dependencies. The system cannot find the file specified.Descript
-
msdn
orchard-forums orchard-help-and-support
using the 0.5 build, i got the follow error from time to time when i hit Ctrl-F5Description:An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.Exception Details: System.UnauthorizedAccessException: Access to the path ‘E:\workspace\Projects\Sqweee\src\Orchard.Web\web.config’ is denied.ASP.NET is not authorized to access the requested resource. Consider granting acce
-
msdn
orchard-forums orchard-help-and-support
According to the walkthrough, at the end of the tutorial I must add<%Html.AddRenderAction(“sidebar”, “ShoppingCart”);%>to render the ShoppingCart.ascx in the Shop page. However the I encountered the following error: Description:An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.Exception Details: System.Invali
-
msdn
orchard-forums orchard-help-and-support
The current request for action ‘Preview’ on controller type ‘AdminController’ is ambiguous between the following action methods: System.Web.Mvc.ActionResult ApplyPreview(System.String, System.String) on type Orchard.Core.Themes.Controllers.AdminController System.Web.Mvc.ActionResult CancelPreview(System.String) on type Orchard.Core.Themes.Controllers.AdminController Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for mo
-
msdn
orchard-forums orchard-discussions
I’m gonna put important data in this alpha version, but still I want to know how to publish Orchard to a commercial host. I’ve setup a new site in my laptop. But when tried publish the local site to my new site at winhost.com, I got an errorSecurity ExceptionDescription: The application attempted to perform an operation not allowed by the security policy. To grant this application the required permission please contact your system administrator or change the application’s tr
-
msdn
orchard-forums orchard-help-and-support
Project running on VS 2010, Win 7 x64, IIS 7, Sql 2008. New clean install. Project opens and runs as expected under .Net Framework 3.5 and 2.0 App pool. Upgrade project to .Net Framework 4.0 and 4.0 App pool and loading home page returns the following error:Server Error in ‘/’ Application.Static property requires null instance, non-static property requires non-null instance.Parameter name: expressionDescription:An unhandled exception occurred during the execution of the current web request. Plea
-
msdn
orchard-forums orchard-help-and-support
Hi, just reporting a possible bug I just encountered where file monitoring seems to be looking for a DatabaseMigrations folder which should be DataMigrations :Step 1) Installed orchard from freshStep 2) Copied over Patrick’s Orchard.Commerce moduleStep 3) Ran “Scaffolding create datamigration Orchard.Commerce”Step 4) I navigated to http://localhost/orchard6/Admin (intending to enable the Commerce feature) and got this error : Directory ‘C:\inetpub\wwwroot\orchard6\M
-
msdn
orchard-forums orchard-discussions
I haven’t done anything strange just uploaded a new blog post… This blog post has <Pre> tags … thats the only difference i can tell… Server Error in ‘/’ Application.Validation of viewstate MAC failed. If this application is hosted by a Web Farm or cluster, ensure that <machineKey> configuration specifies the same validationKey and validation algorithm. AutoGenerate cannot be used in a cluster.Description:An unhandled exception occurred during the execution of the cu
-
msdn
orchard-forums orchard-help-and-support
Here is the error I am getting from the source when I try to run from VS2010 in Windows XP;Server Error in ‘/OrchardLocal’ Application.Could not load type ‘Microsoft.Web.Infrastructure.DynamicModuleHelper.DynamicModuleUtility’ from assembly ‘Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35’.Description:An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error a
-
msdn
orchard-forums orchard-discussions
Hi All. I installed the Orchar v 0.5.146 and I have this error when I come to the site after a long time…Do you know some workaround to fix that?Thanks in advance Description:An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.Exception Details: System.InvalidOperationException: Extension Orchard.Comments is not activeSource Error: An unhandled exception was